Date: Wed, 29 Oct 1997 13:46:35 -0600 (CST) From: "Joseph I. Davida" <jd@alumni.cs.uwm.edu> To: questions@freebsd.org Subject: Bringing up a de0 interface Message-ID: <199710291946.NAA05260@alumni.cs.uwm.edu>
next in thread | raw e-mail | index | archive | help
The /etc/start_id.de0 contains: #!/bin/sh me="206.251.226.198" gw="206.251.226.193" lo="127.0.0.1" mk="255.255.255.224" /sbin/ifconfig de0 inet $me netmask $mk up /sbin/route add default $gw -hopcount 1 /sbin/route add $me $lo /sbin/route add $gw $me When the route command executes I get scrolling arpresolve: can't allocate llinfo for 206.251.226.193 ------------- dmesg shows de0 is properly found and configured: de0 <Digital 21041 Ethernet> rev 17 int a irq 11 on pci0:19:0 de0: 21041 [10Mb/s] pass 1.1 de0: address 00:00:c0:25:d1:d5 de0: enabling 10baseT port Any info to resolve the cause of this problem ?? Cheers, Joe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710291946.NAA05260>