|
||||||||
Hi, I want to install a new firewall and someone suggested me to use m0n0wall with a soekris board. I have one question regarding features: Under Linux I do this: /sbin/ebtables -t broute -A BROUTING -p IPv4 -i eth1 --ip-dst x.y.z. 0/28 -j redirect /sbin/ebtables -t broute -A BROUTING -p IPv4 -i eth1 --ip-dst x.y.z. 80/28 -j redirect those two nets (x.y.z.0/28 and x.y.z.80/28) sit on the same interface (eth1) , and have their default route at .1 and .81 to prevent traffic from one of those two nets targeted to the other to leave the firewall via eth0 (to those default routers) the above ebtables rules shortcuts that inside the firewall. can I do this with m0n0wall ? Thanks and Kind Regards, Sebastian |