Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2015 07:46:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 202341] carp not working
Message-ID:  <bug-202341-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202341

            Bug ID: 202341
           Summary: carp not working
           Product: Base System
           Version: 10.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: weberge42@gmail.com

using 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666

/etc/rc.conf:

hostname="node1"
keymap="german.iso.acc.kbd"
carp_load="YES"
ifconfig_em0="inet 192.168.52.91 netmask 255.255.255.0"
ifconfig_em0_alias0="vhid 1 pass lall123 alias 192.168.52.90/32"
defaultrouter="192.168.52.2"
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"


after a reboot, kldstat shows no carp.ko.
ifconfig shows no signs of carp.

service netif restart gives an error:
/etc/rc.d/netif: WARNING: $ifconfig_em0_alias0 needs leading "inet" keyword for
an IPv4 address.
ifconfig: SIOCGVH: Protocol not supported

so the documentation is also wrong.

regards,
gerald

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202341-8>