› Forums › Network Management › Bridges and Routers › Allow PC (s) in VLAN2 access to Internet in VLAN1 › Reply To: Allow PC (s) in VLAN2 access to Internet in VLAN1
May 8, 2013 at 9:15 pm
#52237
Participant
Of course…Add , as first rule in forward chain, Input * , Output ETH00, s.ip *, dest.ip 192.168.194.0/24 , state RELATED, ESTABLISHED, action ACCEPT .
This is the first step for setting up a stateful firewall.. Try and post the result.
bye