[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ppp troubles/questions



 I have been trying to get ppp working and manage to connect and I am able
 to ping the outside world but I am unable to send/recv large amounts of
 data (from what I have read on debian-hurd,  everyone else is to).

My other problems are
	1) ppp isn't logging anything to syslog, even when i set:
		set log Connect Phase Chat LCP IPCP CCP tun command
	   so i usually have ppp send messages to the screen.
	2) I can not ping the outside world (for examples, ping
	   yahoo.com), unless after I am connected and "enable DNS" is
	   set i type
	   	add default HISADDR
	   then I always get the error message:
	   	tun0: Error: rt_Update: ioctl(SIOCSIFDSTADDR): 0.0.0.0:
		No such device
		tun0: Error: rt_Update: ioctl(SIOCSIFNETMASK): 0.0.0.0:
		No such device
	   but am able to ping addresses afterwards, what does this
	   error mean?


here is my ppp.conf:
#################################################################
#
#              PPP  Sample Configuration File
#
#           Originally written by Toshiharu OHNO
#
# $FreeBSD: src/share/examples/ppp/ppp.conf.sample,v 1.27 2001/07/24
# 13:11:57 brian Exp $
#
#################################################################
default:
#set log Connect Phase Chat LCP IPCP CCP tun command
set log local Connect Phase Chat LCP IPCP CCP tun command
set device /dev/com0
set speed 38400
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \
          OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
ISP:
set phone 4547612
set login
set authname myusername
set authkey mypasswd
set timeout 0
#set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
enable dns
# add default HISADDR



Thanks,
-Tristan-



Reply to: