From owner-freebsd-ports Thu Apr 26 20:39:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id E684B37B424 for ; Thu, 26 Apr 2001 20:39:36 -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 f3R3dZ505721 for ; Thu, 26 Apr 2001 22:39:35 -0500 (CDT) Received: by bsd.havk.org (Postfix, from userid 1001) id 091A71A7D8; Thu, 26 Apr 2001 22:39:33 -0500 (CDT) Date: Thu, 26 Apr 2001 22:39:33 -0500 From: Steve Price To: ports@freebsd.org Subject: vrrp port and lladdr errors Message-ID: <20010426223933.G84879@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-ports@FreeBSD.ORG Precedence: bulk X-Loop: 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. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message