Re: how to force packets to go out on a specific interface

2003-12-04 Thread Julian Elischer
if you use ipfw then the 'fwd' command CAN be used to force this if you set up the routes correctly.. you send the packets to addresses that can only reached through the different interfaces according to the routes that you have installed.. On Thu, 4 Dec 2003, Maksim Yevmenkin wrote: > Dear Hack

how to force packets to go out on a specific interface

2003-12-04 Thread Maksim Yevmenkin
Dear Hackers, is there a way to force packets to go out on a specific interface based on a source IP address? here is what we want: for testing purposes we have a FreeBSD box with two 100Mbit NICs (em0 and em1). both NICs are on the the same subnet 172.1.1.x/23. both NICs are connected to the Se