Jump to content

Access web interface + RTSP server from another VLAN


bccrew

Recommended Posts

Hi,

I'm trying to access my DMS from another VLAN (default subnet is 192.168.1.0/24) and the other subnet is 192.168.75.0/24. I think I should make some changes to the svcuserdata.xml file in C:\ProgramData\CMUV\DVBViewer\Config

 

Right now I have entered this as entry:

 

<?xml version="1.0" encoding="UTF-8"?>
<settings>
  <section name="WebUsers">
    <entry name="NUser">admin</entry>
    <entry name="NPassword">*******************************</entry>
    <entry name="AllowInternet">1</entry>
    <entry name="ApplyToLAN">1</entry>
    <entry name="NGuest">DVBGuest</entry>
    <entry name="GuestAllowInternet">0</entry>
    <entry name="GuestApplyToLAN">1</entry>
  </section>
  <section name="TrustedDevices">
    <entry name="TrustedIPs">192.168.75.112</entry>
    <entry name="LocalIPs">192.168.75.112</entry>
  </section>
</settings>

 

 

However, when I apply this and restart the DMS, I still cannot access the WEBIF and also not from the DVBViewer controller app. Packets are arriving on the DMS from my phone (I checked with Wireshark).

 

 

 

Untitled (Phone).png

 

 

What am I doing wrong?

Edited by bccrew
Link to comment

How did you configure the routing between the two Class C subnets (esp. on the 192.168.75.X client)? Are you able to make something like tracert on the server - may be it can't route back. In addition I'm not quite sure if the server sees (Trusted/LocalIPs) the other VLANs IP address as is. In some occations we've seen that Windows tries to remap the foreign IP to some virtual local one. Although this will not harm the basic communication it can lead to failing IP verifications - maybe there is some logging on the WEBIF side which reports denied access?

 

Just some ideas.

 

Jochen

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...