Hi
I am using Bering 1.2. I would like to add multiple ip of the same subnet to
the external interface eth0.
I try using the following in the interfaces file
        auto eth0
        iface eth0 inet static
        address A.B.C.118
        masklen 29
        broadcast A.B.C.119
        gateway A.B.C.113
        up ip addr add A.B.C.117 dev eth0
        up ip addr add A.B.C.116 dev eth0
        down ip addr del A.B.C.116 dev eth0
        down ip addr del A.B.C.117 dev eth0

However if i do this ipsec will use A.B.C.116 as the IP to connect to the
other end of the tunnel and this prevent ipsec from working even on the
other end I config ipsec to work with  right=A.B.C.116 ( ipsec work
perfectly with right=A.B.C.118 with up/down lines commented out)
Does anyone use the same sort of set-up. I can't work out how to force ipsec
to use a particular IP at all.
Thanks for your help.
Huy





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to