Date: Wed, 29 Oct 1997 12:24:21 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: "Joseph I. Davida" <jd@alumni.cs.uwm.edu> Cc: questions@FreeBSD.ORG Subject: Re: Bringing up a de0 interface Message-ID: <Pine.BSF.3.96.971029122325.16325E-100000@gdi.uoregon.edu> In-Reply-To: <199710291946.NAA05260@alumni.cs.uwm.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 29 Oct 1997, Joseph I. Davida wrote: > The /etc/start_id.de0 contains: start_if.de0 you mean. > #!/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 This means that your computer can't reach 206.251.226.193 because it appears to be on your local net but isn't. Check your netmask. Also, try removing the -hopcount argument from route. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971029122325.16325E-100000>