Hello,
I am currently having a problem with internet network communication on my LANs.
I have my router set up with the following networks:
/ip address
add address=192.168.100.1/24 comment=“Home Network” interface=
“Home Network Bridge” network=192.168.100.0
add address=192.168.150.1/28 comment=“Security Network” interface=
“Security Bridge” network=192.168.150.0
Each of the Bridge interfaces consists of VLAN interfaces. Home Network Bridge holds VLAN 100 interfaces while Security Network consists of VLAN 300 interfaces.
I want to make my Web Power Switch (which I have as 192.168.150.3 on my Security Network) able to be connected to via only 1 port number from my Home Network.
I have set the following port forward:
add action=dst-nat chain=dstnat dst-port=8000 protocol=tcp to-addresses=192.168.150.3 to-ports=80
However, whenever I attempt to connect to the Web Power Switch from my PC on the Home Network Bridge… no matter if I use my router’s WAN address or either of it’s local addresses… it will not establish a connection.
I do not want any communication to be allowed between the two networks other than just 1 Open port to per each of my security devices that i can access from only my own devices (i will be making an address list to limit device connectivity once I can get a general connection to work).
Can anyone give me an idea on what I am missing here?