From owner-freebsd-questions Fri Apr 27 20:12:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 7576D37B42C for ; Fri, 27 Apr 2001 20:12:19 -0700 (PDT) (envelope-from steve@havk.org) Received: from bsd.havk.org (user-24-214-92-252.knology.net [24.214.92.252]) by mail.hiwaay.net (8.11.3/8.11.3) with ESMTP id f3S3CH508150 for ; Fri, 27 Apr 2001 22:12:17 -0500 (CDT) Received: by bsd.havk.org (Postfix, from userid 1001) id C891D1A7D8; Fri, 27 Apr 2001 22:12:15 -0500 (CDT) Date: Fri, 27 Apr 2001 22:12:15 -0500 From: Steve Price To: questions@freebsd.org Subject: FW: vrrp port and lladdr errors Message-ID: <20010427221215.Z84879@bsd.havk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RC i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No response on -ports. ----- Forwarded message from Steve Price ----- Date: Thu, 26 Apr 2001 22:39:33 -0500 From: Steve Price To: ports@FreeBSD.ORG Subject: vrrp port and lladdr errors User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RC i386 Sender: owner-freebsd-ports@FreeBSD.ORG Has anyone gotten the vrrp port to work on 4.x? If so, what is the trick? I have a box with a Kingston KNE-110TX on dc0 (although I get the same results with an Intel EtherExpress Pro on fxp0 in the same box) and when I fire up vrrpd here's what I see. root@q(~)# vrrpd -idc0 -p255 -v7 192.168.21.10 & Apr 26 22:30:42 q vrrpd[303]: starting Apr 26 22:30:42 q vrrpd[303]: router 7 init Apr 26 22:30:42 q vrrpd[303]: setting master 7 Apr 26 22:30:42 q vrrpd[303]: ioctl (set lladdr): Inappropriate ioctl for device Apr 26 22:30:42 q vrrpd[303]: ioctl (set lladdr): Inappropriate ioctl for device Apr 26 22:30:42 q vrrpd[303]: Can't SIOCADDMULTI on dc0: Can't assign requested address Apr 26 22:30:42 q vrrpd[303]: Can't SIOCADDMULTI on dc0: Can't assign requested address Yet I can set the lladdr by hand with no problem with this command. Note to self: don't do this again while ssh'd into a box because it kills the route to the machine. :) root@q(~)# ifconfig dc0 lladdr 00:00:5e:00:01:07 I think it might have to do with a knob in the kernel that isn't set because if I try this same thing on the box that I use as my gateway/firewall for my cable modem using a 3Com card on xl0 it fires up without a peep. Any suggestions/pointers greatly appreciated. ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message