Re: PF and two interfaces

2004-11-06 Thread jared r r spiegel
On Fri, Nov 05, 2004 at 04:34:25PM -0800, Brian Street wrote: > > On Friday, November 5, jared wrote: > > > > nat on $ext_if_sbc from $lan_net to any -> ($ext_if_sbc) > > nat on $ext_if_rcn from $lan_net to any -> ($ext_if_rcn) > > this second nat line isn't ever going to be evaluated by a pac

RE: PF and two interfaces

2004-11-05 Thread Brian Street
On Friday, November 5, jared wrote: > > nat on $ext_if_sbc from $lan_net to any -> ($ext_if_sbc) > nat on $ext_if_rcn from $lan_net to any -> ($ext_if_rcn) this second nat line isn't ever going to be evaluated by a packet seen, as nat rules are first-match: ---pf.conf(5)--- For each pa

Re: PF and two interfaces

2004-11-05 Thread jared r r spiegel
On Thu, Nov 04, 2004 at 10:47:06PM -0600, Matt Sellers wrote: > ## PF.CONF > # Trial Test - Route all 80 over SBC, rest to RCN > int_if = "bge0" > lan_net = "10.0.0.0/24" > ext_if_sbc = "fxp0" > ext_if_rcn = "re0" > ext_gw_sbc = "67.36.180.95" > > > nat on $ext_if_sbc from $lan_net to any -> ($ex

PF and two interfaces

2004-11-05 Thread Matt Sellers
0 tag INT_NET_HTTP keep state pass in quick on $int_if tagged INT_NET_HTTP route-to $ext_if_sbc, $ext_gw_sbc from $lan_net to any keep$ pass out all pass in all -- Forwarded message -- From: Matt Sellers <[EMAIL PROTECTED]> Date: Thu, 4 Nov 2004 18:54:58 -0600 Subject: PF

PF and two interfaces

2004-11-04 Thread Matt Sellers
Hello everybody... Okay ive been trying to route a certain type of traffic over one interface and send all other traffic onto another interface.. I hope what I have posted below will at least illustrate what im trying to achieve but I have had no success so far. -matt INFO --->> network: