Subject: Re: big trouble in little ppp
To: None <xwolf@vr-net.com>
From: Shigeki Uno <shigeki@mediawars.or.jp>
List: port-mac68k
Date: 12/01/1998 00:13:23
From: xwolf <xwolf@vr-net.com>
Subject: big trouble in little ppp
Date: Mon, 30 Nov 1998 03:53:30 +0000
|i need some serious help with my ppp connection taht i cannot get
|working... i got the wrstuden ppp kit and set it all up according to my
|isp and it loox like it connects but when i try to ftp somewere it tells
|me that it cannot find a route "connect: no route to host". i've been
|working on this problem for some time (about 8 months) and i have not
|found any solution... please help..
|
|thanx fer any responses
| s9
|
This may be same trouble I experienced when I started to connect to
my ISP on NetBSD/mac68k.
Did you make /etc/resolv.conf file ?
If not, please make it like this.
vi /etc/resolv.conf
--------------------------
nameserver 123.456.789.123 <---primary IP address of your ISP
nameserver 123.456.789.123 <---secondary IP address of your ISP
domain apple.com
lookup file bind
--------------------------
Try it,please.
-----
Shigeki Uno