vLAN Setup Issue
-
I have SG-5100 and Netgear GS716Tv2. GS716Tv2 Port 1 is connect to SG-5100 LAN. GS716Tv2 Port 5 is untagged with vlan 30. So far I getting the assign ip address 192.168.30.*. I also can access the web. The issue right now is that I can't access vlan30 fron LAN. I created rule following to allow access from LAN to vlan30:
- Action: Pass
Interface: LAN
Address Family: IPv4
Protocol: Any
Source: LAN net
Destination: vlan30 net
On vlan30 rules:
-
Action: Pass
Interface: vlan30
Address Family: IPv4
Protocol: Any
Source: any
Destination: vlan30 net -
Action: Pass
Interface: vlan30
Address Family: IPv4
Protocol: Any
Source: vlan30 net
Destination: any
Gateway: WAN_DHCP
I'm not sure what I'm missing. I follow the same steps that I did with subnet on one of the port on sg-5100 to allow access between subnet.
- Action: Pass
-
@nevar I want to addition info that I can access LAN from vlan30 when I added rule, but I still not able to access vlan30 from LAN.
-
@nevar i was able to figure out the issue. it is noob mistake. i forgot that starting windows10, ping is disable by default argh. after realizing that, i install portable ftp server on my pc that is on vlan and then try connect to it from my lan. i was able to connect to it. i also do couple test with the rule set to disable/enable and it work as expected.