[LARTC] Re: Routing Question

Christian Benvenuti christian.benvenuti at libero.it
Sat Apr 7 00:29:50 CEST 2007


Hi Fernando,

>Hi, Somebody can help me , i have a linux gateway running ipsec, so if
>i ping a host on a remote ipsec network from gateway packet goes out
>with external ip address of gateway , is there a way that packets going
>from gateway to a remote network be sourced from internal gateway ip ?
>
>Thanks in advance
>Fernando

I do not know what your setup and exact needs are, but have you
tried the "src" option of the "ip route" command?

Example:

ip route add dev eth1 192.168.1.0/24 src 10.0.1.1
                                     ^^^^^^^^^^^^

The routing code uses the primary IP address of the outgoing
interface, unless you explicitly configure the preferred
source address (as in the example above).

Regards
/Christian
[http://benve.info]




More information about the LARTC mailing list