Date: Fri, 2 Jul 1999 11:55:04 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: Lawrence Commander <lcommand@ee.ucl.ac.uk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: using dip: no route to host Message-ID: <Pine.BSF.4.10.9907021152380.98238-100000@resnet.uoregon.edu> In-Reply-To: <377B6451.DD8AC7DE@ee.ucl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Jul 1999, Lawrence Commander wrote: > Hi. I'm trying to get my dip connection to the university working > again (after having upgraded from 2.2.7->3.1 and now 3.2). My script > worked with 2.2.7 but not since (and the Win95 script still works). > The modem works, dials in, log's in, get's IP numbers but I can't ping > anything apart from the machine I dialled into), I have three > questions: You don't set a default route, unless that's what 'default' does. Check netstat -rn. The routing semantics may have changed so dip doesn't know how to set routes anymore. > >> default > Destination net/address set to 'default' > >> print Local IP ... $locip > Local IP ... 193.60.255.6 > >> print Remote IP .. $rmtip > Remote IP .. 193.60.255.5 > >> print Netmask .... $netmask > Netmask .... 255.255.255.0 > >> print MTU ........ $mtu > MTU ........ 1500 [...] > --- 144.82.100.41 ping statistics --- Note this is off your local subnet. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9907021152380.98238-100000>