Date: Mon, 28 Jun 2004 02:48:04 -0400 (EDT) From: Incoming Mail List <mailist@whoweb.com> To: freebsd-questions@freebsd.org Subject: ipfw help needed Message-ID: <200406280648.i5S6m4Tf065892@whoweb.com>
next in thread | raw e-mail | index | archive | help
I'm having a problem with the logic of ipfw-2 on 5.2.1. I have a 4 port NIC (de0, de1, de2, de3) and separate networks on each port. All routing is working fine and trying to work with dynamic rules but not getting the results I'm expecting. For simplicity, I am only working with two of the ports to keep the ruleset reasonable. de1 - 192.168.1.0 network de3 - 192.168.3.0 network I have the following ruleset: 01600 skipto 4000 ip from any to any via de1 01800 skipto 8000 ip from any to any via de3 04000 deny ip from any to 192.168.1.1 dst-port 80 04100 allow ip from any to any in via de1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406280648.i5S6m4Tf065892>