IP Routing Question

fbsd_user fbsd_user at a1poweruser.com
Tue Feb 14 06:55:52 PST 2006


You are not correct in that last statement.

ipfilter does not have to be compiled into kernel to work.
You should read the handbook ipfilter firewall section where
it clearly states that is not necessary and tells you how to do it.

-----Original Message-----
From: owner-freebsd-questions at freebsd.org
[mailto:owner-freebsd-questions at freebsd.org]On Behalf Of Goran Gajic
Sent: Tuesday, February 14, 2006 9:44 AM
To: fbsd at douville.net
Cc: freebsd-questions at freebsd.org
Subject: Re: IP Routing Question




Hi,


You can try using ipf filter to impose source-policy routing:

cat > ipf.example
pass in quick on em1 to em1:192.168.1.2 from 10.1.0.0/16 to
a.b.c.d/32
^d
ipf -f ipf.example

This way you will re-route all packets coming from source 10.1/16 to
destination a.b.c.d to go to address 192.168.1.2 not to a.b.c.d
Note that you have to rebuild your kernel in order to have options
IPFILTER enabled.

Regards,
gg.



>I'm trying to set up the routing table to force requests to certain
IP
>addresses to use a particular ethernet card. I've used the route
command
>in a number of
>ways, but still can't come up with how to force to use em1 instead
of
>em0,
>with the right gateway.


_______________________________________________
freebsd-questions at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"



More information about the freebsd-questions mailing list