I have an ASL with 3 nics
eth0 (192.168.0.10) - internal_
eth1 (internet ip_address) - external_
eth2 (192.168.1.10) - internal_wireless_
The latter one is connected to a wireless router!
Now I want both local networks to be able to access the internet but I don't want to allow them to see each other. However my packet rules don't seem to work. I can still ping from network one 192.168.1.xxx to 192.168.0.xxx
Could anyone explain where I go wrong? and how to resolve this issue
My NAT/Masquerading rules look like:
InternetMask Internal_Network__ -> Any / Any MASQ_external None
InternetMask Internal_wireless_Network__ -> Any / Any MASQ_external None
My packet filter rules look like:
internal_wireless_network__ any internal_network__ reject
internal_network__ any any allow
internal_wireless_network__ any any allow
A single remark remains the network behind the wireless router has an ip number in the range 192.168.123.xxx. From there one also sees the internal_network
This thread was automatically locked due to age.