Re: Strange source address problem

2001-01-12 Thread Vincent Poy
Speaking about routing in FreeBSD, is there a way to do multipath routing to a destination? Cheers, Vince - [EMAIL PROTECTED] - Vice President __ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation

Re: Strange source address problem

2001-01-12 Thread itojun
>This is cured by doing a > route delete default > route add default X.C > ping somehost >at which point packets go out with the correct SrcIP = X.B >(and now if you change back to X.A, you need to change >the route to make the packets use the correct address). >There must be so

Re: Strange source address problem

2001-01-12 Thread Luigi Rizzo
a simplified setup to show the problem larry is experiencing is the following. Say you have a machine with address X.A and want to change it to X.B (same subnet), the router is X.C At boot you have something like ifconfig xl0 X.A route add default X.C now do a ping someh

Strange source address problem

2001-01-12 Thread Larry Baird
Hopefully somebody can shed some light in helping me to understand something I am seeing on a 4.2 box. I am experimenting with a daemon that implements something very close to the VRRP (Virtual Router Redundancy Protocol). The VRRP portion of the daemon works correctly. The problem I am ha