: I can ping my local linux loopback, I can ping the slip server. But I can't
: access anything else. I have entries for other machines, nameservers, etc. in
: /etc/hosts, but they are unreachable.
: Does this behavior have anything to do with /etc/diphosts? I'm using
: dip337b-uri.
: Thanks,
: Brandon
: --
: *--------------------------------------------------------*
: | LaUNChpad is a free internet service provided by but |
: | not limited to UNC and its associates. The opinions of|
: | the users of LaUNChpad do not represent those of UNC, |
It sounds like your routing table is not set up to route packets destined
for unknown network numbers through your slip connection. Check your
routing table by typing route with no parameters. There should be a line
which shows your slip device (sl*) as a default gateway. If this line
isn't there, you can add yourself by typing the following:
route add default gw 'your_slip_host_name'
You can also check your dip script. There should be a line with one
command named 'default'. This command will make the slip connection the
default gateway for your machine. In my dip script the line comes right
the line which sets $mtu.
Hope this helps.
Danny Arseneau