NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
autoitaus
Dec 07, 2018Tutor
M5300 oneway VLAN Routing
I have two VLANs, VLAN 1 and VLAN 2
I want to allow computers in VLAN 1 to access the computers in VLAN 2
I DO NOT want computers in VLAN 2 to be able to access computers in VLAN 1
How ...
DaneA
Dec 09, 2018NETGEAR Employee Retired
Hi autoitaus,
Welcome to the community! :)
Let me share the article below and use it as a guide to implement the network setup you want:
VLAN Routing on a NETGEAR Smart Switch
Regards,
DaneA
NETGEAR Community Team
DaneA
Jan 02, 2019NETGEAR Employee Retired
Kindly delete the previous ACL command then try this:
(M5300) #config
(M5300) (Config)#access-list 1 deny 192.168.19.0 0.0.0.255
(M5300) (Config)#access-list 1 permit any any
(M5300)#interface [VLAN 1 port members]
(M5300) (Interface [VLAN 1 port members])#ip access-group 1 in
(M5300) (Interface [VLAN 1 port members])#exit
(M5300) (Config)#exit
Let us know how it goes.
Regards,
DaneA
NETGEAR Community Team
- autoitausJan 02, 2019Tutor
Error as per attached
- DaneAJan 03, 2019NETGEAR Employee Retired
Kindly delete the previous ACL commands then try this below:
(M5300) #config
(M5300) (Config)#access-list 1 deny 192.168.19.0 0.0.0.255
(M5300) (Config)#access-list 1 permit 0.0.0.0 255.255.255.255(M5300)#interface [VLAN 1 port members]
(M5300) (Interface [VLAN 1 port members])#ip access-group 1 in
(M5300) (Interface [VLAN 1 port members])#exit
(M5300) (Config)#exitLet us know how it goes.
Regards,
DaneA
NETGEAR Community Team
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!