Hi list,

I am experimenting with CARP on 3.7-STABLE. Unfortunately, I have problems with even setting it up. Maybe you have some ideas.

Here's my _very simple_ config:

-bash-3.00# ifconfig
le1: flags=8b63<UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
        address: 00:0c:29:4e:14:d8
        inet6 fe80::20c:29ff:fe4e:14d8%le1 prefixlen 64 scopeid 0x1
        inet 172.16.3.220 netmask 0xfffffe00 broadcast 172.16.3.255
pflog0: flags=0<> mtu 33224
pfsync0: flags=0<> mtu 2020
enc0: flags=0<> mtu 1536

-bash-3.00# ifconfig carp0 vhid 100 172.16.3.223 broadcast 172.16.3.255 netmask 255.255.254.0
-bash-3.00# ifconfig carp0
carp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        carp: MASTER carpdev le1 vhid 100 advbase 1 advskew 0
        inet 172.16.3.223 netmask 0xfffffe00 broadcast 172.16.3.255
-bash-3.00#


Local ping on 172.16.3.223 does work. Remote ping on 172.16.3.220 does work. Remote ping on 172.16.3.223 does not work. Given that this is such a basic setup there must be something I am missing here. Shouldn't I be able to ping the CARP device remotely?

Any help is appreciated!
Thanks,

--

 Stephan A. Rickauer

 ----------------------------
 Institut f|r Neuroinformatik
 Universitdt / ETH Z|rich
 Winterthurerstriasse 190
 CH-8057 Z|rich

 Tel: +41 44 635 30 50
 Sek: +41 44 635 30 52
 Fax: +41 44 635 30 53

 http://www.ini.ethz.ch
 ----------------------------

Reply via email to