Skip site navigation (1)Skip section navigation (2)
Date:      29 May 2001 01:24:14 -0700
From:      Vicky@Vic.ky
To:        freebsd-questions@freebsd.org
Subject:   ipfw
Message-ID:  <20010529082414.11634.cpmta@c001.snv.cp.net>

next in thread | raw e-mail | index | archive | help
Hello, I need to ask about ipfw filtering proceed.

I have illustration like below:

01700 divert 8668 ip from 192.168.1.0/25 to any via rl0
01800 divert 8668 ip from any to 202.202.202 via rl0

02000 pipe 1 ip from any to any via rl1
02100 pipe 2 ip from any to 192.168.1.3 via rl0
02200 pipe 3 ip from any to 192.168.1.0/25 via rl0
02300 pipe 4 ip from 192.168.1.0/25 to any via rl0

all local IP will be diverted at rule # 01700 01800. What I need to ask, will FreeBSD proceed rules # 02000 - 02300 after filtering through 01700 and 01800 ?

NOTE: rl0 is public interface and rl1 is local interface

Thanks,
Vicky



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010529082414.11634.cpmta>