Hello Steven: Answer (not necessarily the correct one) below.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of Steven Stremciuc > Sent: Monday, April 16, 2007 12:00 PM > To: freebsd-net@freebsd.org > Subject: carp not setting interfaces > > Hi, > > I have a 6.2-RELEASE-p3 machine (supermicro 6010h) on which carp is not > working correctly. I have been using carp on other freebsd and openbsd > machines without a problem, so I am not sure what is going wrong on > this > specific machine. The carp interfaces are created but there is no > address assigned to them, and no information given about what went > wrong. > > Is there anything I can do to get more info on where the problem lies? > The machine is completely default except for enabling carp. > > > ifconfig > fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > options=8<VLAN_MTU> > inet 10.1.0.201 netmask 0xffffff00 broadcast 10.1.0.255 > ether 00:30:48:11:64:85 > media: Ethernet autoselect (100baseTX <full-duplex>) > status: active > fxp1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > options=8<VLAN_MTU> > ether 00:30:48:11:6f:68 > media: Ethernet autoselect (none) > status: no carrier > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > carp0: flags=9<UP,LOOPBACK> mtu 1500 > carp1: flags=9<UP,LOOPBACK> mtu 1500 > > > cat /etc/rc.conf > # -- sysinstall generated deltas -- # Sat Apr 14 13:20:02 2007 > # Created: Sat Apr 14 13:20:02 2007 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to /etc/defaults/rc.conf. > # This file now contains just the overrides from /etc/defaults/rc.conf. > defaultrouter="10.1.0.1" > hostname="xxx.com" > cloned_interfaces="carp0 carp1" > ifconfig_fxp0="inet 10.1.0.201 netmask 255.255.255.0" > ifconfig_carp0="vhid 801 pass xxxxxxxx 10.1.0.101/24" > ifconfig_carp1="vhid 802 advskew 100 pass xxxxxxxx 10.1.0.102/24" Have you tried the following syntax? ifconfig_carp0="inet 10.1.0.101 netmask 255.255.255.0 vhid 801 pass xxxxxx" Regards, Mike _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"