*BSD News Article 61979


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!inferno.mpx.com.au!news.mel.aone.net.au!imci4!newsfeed.internetmci.com!sleet.snowhill.com!usenet
From: jpbrock@snowhill.com (Jerome P. Brock)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: HELP - Having problems setting up ppp
Date: Fri, 23 Feb 1996 04:25:31 GMT
Organization: Snow Hill
Lines: 112
Message-ID: <4gjfs5$hbt@sleet.snowhill.com>
NNTP-Posting-Host: pmuser39.snowhill.com
X-Newsreader: Forte Free Agent 1.0.82

I am just starting out with FreeBSD and I can't seem to get ppp to
work properly.

I have read the handbook and the FAQ, and I still can't get the thing
to work.

I can dial into my ISP (BTW, I have no problem when in Win95) and
start a PPP session, but I can't reach out.  I get route errors.

I also have a NE2000 compatible card in my system, but I am not
working on a LAN yet.  (I'll try that next)

My info:

DNS address:	205.216.77.2
Gateway addr:	205.216.77.2
ISP name:	snowhill.com
ISP netmask:	255.255.255.0
ISP uses dynamic addressing

Here a my relevant files:
===================================================
# /etc/hosts

127.0.0.1	localhost	localhost.my.domain
10.0.0.1		jpbrock.snowhill.com	jpbrock

------------------------------------------------------------------------
I don't really have my own domain; is this legal?

===================================================
# /etc/host/conf

bind
hosts

===================================================
# /etc/ppp/ppp.linkup

MYADDR:
 add 0 0 HISADDR

===================================================
# /etc/ppp/ppp.conf

default:
 set speed 115200
 set device /dev/cuaa1
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0
OK-AT-OK \\dATDT\T TIMEOUT 40 CONNECT"
snowhill:
 set phone xxxxxxx
 set login "TIMEOUT 10 gin:-BREAK-gin: myid word: mypass"
 set timeout 300
 set ifaddr 0 0

===================================================
# /etc/sysconfig  --- excerps from the Netconfig Section

hostname="jpbrock.snowhill.com"
defaultdomainname=NO
tcp_extensions=YES

network_interfaces="cuaa1 lo0 tun0"
ifconfig_cuaa1="inet netmask 255.255.255.0"
ifconfig_lo0="inet localhost"
ifconfig_tun0="inet jpbrock.snowhill.com 205.216.77.2 255.255.255.0"

static_routes="multicast loopback"
route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}"
route_loopback="${hostname} localhost"
defaultrouter=NO
routedflags="-s"
timedflags=NO
xntpdflags="NO"
tickadjflags="-Aq"
ntpdate="NO"
rwhod=NO
sendmail_flags="-bd"
amdflags="N0"
nfs_client=NO
nfs_server=NO
nis_clientflags="NO"
nis_ypsetflags="NO"
nis_serverflags="NO"
yppasswddflags="NO"
namedflags="NO"
pcnfsd=NO
apache_httpd=NO
xtend=NO
dumpdev=NO
savecore=NO
kerberos_server=NO
gateway=NO
gated=NO
check_quotas=NO
accounting=NO

----------------------------------------------------------------------------------
Can the "NO" entries be NO (without quotes)?

======================================================

I greatly appreciate the effort of anyone who has made it this far
into this posting.

Thanks in advance

Jerome