Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 1997 08:20:20 +1000
From:      Robert <robert@chalmers.com.au>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Ordinary ppp getting closer. Connecting..
Message-ID:  <338E0124.CE9@chalmers.com.au>

next in thread | raw e-mail | index | archive | help
Ok,
closer each step. Now I can connect, but it doesn't want to set up a 
route it seems.

My server ethernet is 
	
	nanguo	203.1.96.5

The remote machine, other end of the ppp line, (NT)+PAP is

	remote1.x.x.x	203.22.80.20

It assigns my end of the PPP link

	remote2.x.x.x	203.22.80.21

Perhaps it's now nothing more than routing t it's end?

Here's what happens.

I type $ppp iij-pap

	It goes through the process and connects. Packet mode on. So all is UP.

	>show ipcp

stuff xxxxxx

	MyAddress 
		203.22.80.21/32
	HisAddress
		203.22.80.20/32
	Negotiated
		0.0.0.0/0




No matter what routing I try to get up, after a minute or so, the link
drops!

any help out there, or sugestions?
I guess it has to be routing huh?

cheers,
Robert
Config files follow




My configuration files;

/etc/ppp/ppp.conf;
#############################################################################
default:
 set device /dev/cuaa1
 set speed 38400
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK
\\dATDT\
\T TIMEOUT 40 CONNECT\\s38400"
#  If you prefer to use PAP authentication, use this one.
#       % ppp iij-pap
iij-pap:
 set phone nnnnnnn
 enable pap
 disable chap
 set debug Chat
 set authname xxxxxxxxx
 set authkey  yyyyyyyyy
 set timeout 0
 set openmode passive
 set ifaddr 203.22.80.21 203.22.80.20 255.255.255.0
 add 0 0 203.22.80.20
 dial
#  


/etc/ppp/ppp.linkup;
#
MYADDR:
 delete ALL
 add 0 0 HISADDR
#  



-- 
http://www.chalmers.com.au Books-New & Secondhand  Support Whirled Peas.
Agents for CIBTC. Associate of Amazon.com, and Partner Program with iBS.
Books about China, books from China.         Sheng huo jiu shi dou zheng
Business Links in Dalian, and Beijing.          Building the China Trade



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?338E0124.CE9>