Hi all,
i've to create a subnet for some external consultant. My lan is 192.168.0.0/24 (lan A), gateway 192.168.0.1. This works great.
Now i would like to create a new lan 192.168.200.0/24 with gw 192.168.200.1 (Lan B).
I setup endian with this 2 interfaces: green - 192.168.200.1, red 192.168.0.10. 192.168.0.254 is the default gateway for the red interface.
I want to setup in this way:
Lan B hosts can:
reach the internet
Lan B hosts cannot: ping, tracert or contact (in any way) Lan A hosts
Lan A hosts can: ping, tracert, reach in any way Lan B hosts
I setted up some firewall rules:
outgoing traffic: - source: 192.168.200.0/24 - dest: 192.168.0.0/24 - services: any - DENY
Inter-zone traffic: - source: 192.168.0.0/24 - dest: 192.168.200.0/24 - services: any - ALLOW
- source: 192.168.200.0/24 - dest: 192.168.0.254 - services: any - ALLOW
- source: 192.168.200.0/24 - dest: 192.168.0.2 - services: TCP+UDP/53 - ALLOW (my internal DNS)
- source: 192.168.200.0/24 - dest: 192.168.0.0/24 - services: any - DENY
Actually an host on lan B can ping or tracert a lan A Host.
What am i wrong? What is missing?
Please help.
Thank you