Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 1997 16:16:45 -0400 (EDT)
From:      Sara Gronim <sgronim@panix.com>
To:        freebsd-questions@freebsd.org
Cc:        sgronim@panix.com
Subject:   PPP
Message-ID:  <Pine.SUN.3.94.971022160339.4486B-100000@panix.com>

next in thread | raw e-mail | index | archive | help
Here i am again. 

	My ppp still does not work. My host, dti.net, has the number
212-886-0541, primary DNS of 206.252.128.9, secondary DNS of
206.252.128.11, netmask of 255.255.255.255, and an ip address of 0.0.0.0
for mac, and no static ip for windows. I am assuming that i don't get a
static ip address running FreeBSD. My ppp.conf reads:

	default: 
		set device /dev/cuaa0
		set speed 28800
		disable lqr
		deny lqr
		set dial "ABORT BUSY ABORT\\sCARRIER TIMEOUT 5\"\"ATE1Q0
OK-AT-OK\\dATDT\\tTIMEOUT 40 CONNECT"
	dti.net:
		set phone 12128860541
		set login "TIMEOUT 10 gin:-BREAK-gin: sporkl word: pass
col: ppp" 
		set timeout 120
		set ifaddr 10.1.1.1/0 10.2.2.2/0
		delete ALL
		add 0 0 HISADDR
		set openmode active


My ppp.linkup reads:

MYADDR:
	delete ALL
	add 0 0 HISADDR

my host.conf reads: 
	hosts
	bind	
	127.0.0.1 localhost
	206.252.128.9 dti.net

my resolv.conf read:
	nameserver 206.252.128.9
	nameserver 206.252.128.11

my login name is sporkl, pass is a substitute for my password. 
When i type "ppp -auto dti.net" from the prompt, it doesn't error but 
it returns me to the prompt without doing anything. 
when i go into interactive mode, and type "dial dti.net" it says

dial 1 of 1
phone: 12128860541
connect failed

and dumps me back to the ppp prompt. when i go into terminal mode, nothing
except ~?, ~-, ~+, and ~. work. i do not know what i am doing wrong. I
have read everything in the handbook on the subject, and the pedantic ppp
primer. Please send help! 

		
	-Sgronim@panix.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.94.971022160339.4486B-100000>