From owner-freebsd-questions Sat Feb 24 0:57:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kesuki.dyndns.org (kesuki.farcpe.cableone.net [24.116.40.25]) by hub.freebsd.org (Postfix) with ESMTP id 727BA37B503 for ; Sat, 24 Feb 2001 00:57:18 -0800 (PST) (envelope-from kesu@kesuki.dyndns.org) Received: from localhost (kesu@localhost) by kesuki.dyndns.org (8.9.3/8.9.3) with ESMTP id DAA85398 for ; Sat, 24 Feb 2001 03:05:16 -0600 (CST) (envelope-from kesu@kesuki.dyndns.org) Date: Sat, 24 Feb 2001 03:05:16 -0600 (CST) From: Ryan Ryttie To: questions@freebsd.org Subject: need help with dhcp relay Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My ISP's dhcp server allots me 3 real IP address and uses the NIC's MAC address for 'verification.' I've been trying to 'simplify' my network by using a DHCP relay. dhcp.org listed wide dhcp, so I've been trying to configure it, but keep getting errors when the designated PCs attempt to connect across the relay. Feb 24 02:42:14 kesuki /kernel: arp: 24.116.40.145 is on dc0 but got reply from 00:50:ba:d1:72:0a on rl0 was the first error I got, so I tried `arp -d 24.116.40.145` that didn't help, so i then tried `route change 24.116.40.145 -ifp rl0` which caused this error. Feb 24 02:44:42 kesuki routed[84802]: static route 24.116.40.145/32 --> 0.0.0.0 impossibly lacks ifp Feb 24 02:44:54 kesuki routed[84802]: 24.116.40.145/32 --> 0.0.0.0 disappeared from kernel On a side note, wide-dhcp has a very poor man page and the above applies to running `relay dc0` any other variation of ethernet interfaces causes relay to crash with the error Feb 24 02:32:11 kesuki relay[85233]: bind() error in forwarding() If anyone can help, it would be appreciated. --- 12:00PM up 63 days, 1:16, 6 users, load averages: 0.01, 0.01, 0.00 Fortune of the day: "He was so narrow minded he could see through a keyhole with both eyes ..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message