Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 1998 17:34:14 -0400
From:      Spork The Polymorphic <spork@cncn.com>
To:        "Freebsd Q's" <freebsd-questions@FreeBSD.ORG>
Subject:   PPP routing help
Message-ID:  <354F85D6.E17CAD5B@cncn.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------0CB0B0563865F014CA876820
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello.

	Sorry I forgot to include this the first time.... Here is a copy of the
relevant information. TCPdump reports all the packets I try and send out
(via lynx, telnet, ping, or netscape) with "Host unreachable". Thank
you. 

-- 
	--Spike gronim
	  spork@cncn.com

		"I gonna wave my freak flag high."
			--Jimmi Hendrix
--------------0CB0B0563865F014CA876820
Content-Type: text/plain; charset=us-ascii; name="Ppphelp.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="Ppphelp.txt"

Netstat -rn output just after "ppp" changed to "PPP":

Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            160.79.23.2        UGSc        2        0      tun0
127.0.0.1          127.0.0.1          UH          0        0       lo0
160.79.23.2        160.79.23.4        UH          3        0      tun0


Once again, my ppp.conf file:

default:
        set device /dev/cuaa1
        set speed 115200
	set log Phase Chat Connect Carrier lcp ipcp ccp command
	set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT
	set authname cnet442@cncn.com
	set authkey  password
	enable msext

cncn:
        set phone "2339882" 
	accept pap	
        set timeout 0
   	deny lqr
       	set ifaddr 10.0.0.1/0 160.79.23.2/0 255.255.255.0 0.0.0.0
	set authname cnet442@cncn.com
	set authkey  password

ppp.linkup:

cncn:
	delete ALL
	add 0 0 HISADDR

MYADDR:
	delete ALL 
	add 0 0 HISADDR

	


	

	



--------------0CB0B0563865F014CA876820--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?354F85D6.E17CAD5B>