Subject: Re: Problems with PPP
To: None <amiga@NetBSD.ORG>
From: None <is@Beverly.Rhein.DE>
List: amiga
Date: 09/20/1995 12:02:30
Tom Hayko (tjhayko@timper) wrote:
: #!/bin/sh
: ifconfig ppp0 up
: ifconfig ppp0 inet 199.166.191.38 198.133.36.254 -arp -trailer
: route add default 198.133.36.254
: 
: 199.166.191.38 is my IP address and 198.133.36.254 is my default gateway.  I
: think the second line is redundant.

remove the script above completely. hey, this is not SLIP. 

: I run the following script to get connected to my ISP:
: 
: #!/bin/sh
: pppd /dev/tty00 38400 crtscts connect 'chat -f /etc/chatscript'

make that:

pppd /dev/tty00 38400 crtscts defaultroute 199.166.181.38:198.133.36.254 connect 'chat -f /etc/chatscript'



Regards,
	Ignatios Souvatzis