Le ven 25/07/2003 à 11:47, Chris Wilson a écrit : > You could try: > route add <internal-server-10.0.0.x> dev eth0 \ > gw <address-of-eth0:x> > Using an address of your own box as the gateway of a route will cause > locally-generated traffic going down that route to come from that address, > instead of the default address on the device. This should mean that the > masquerading uses that address too, but I haven't tested it. I've just tested this, it does not work as I was expecting. Therefore, you can use iproute2 to achieve this kind of behaviour. You can specify to use an arbitrary local IP as source for a given route. Ashe, you should try this : ip route add $INSERV dev eth0 src $SRCIP I use this quite often on net2net VPN using FreeS/WAN to force gateways to use their private IP when communicating through the tunnel. -- http://www.netexit.com/~sid/ PGP KeyID: 157E98EE FingerPrint: FA62226DA9E72FA8AECAA240008B480E157E98EE