Date: Sun, 22 Jun 1997 01:29:56 -0400 From: Brian Hauber <bhauber@netaxs.com> To: freebsd-questions@freebsd.org Subject: PPP problems with FreeBSD 2.2.2 Message-ID: <19970622012956.48867@netaxs.com>
next in thread | raw e-mail | index | archive | help
I'm having a really weird problem with PPP... I can dial in, the connection gets successfully negotiated. I can ping any host I want, but if I try telnetting or ftping to the same host, it just sits there waiting for a connection. here's my ppp.conf: default: set device /dev/cuaa1 set speed 119200 disable lqr deny lqr netaxs: set phone <insert number here> set authname <insert username here> set authkey <insert authkey here> set dial "ABORT BUSY ABORT NO\\sCARRIER ABORT NO\\sDIALTONE TIMEOUT 5 \"\" ATZ OK-AT-OK \\d ATDT\\T TIMEOUT 40 CONNECT" set login "TIMEOUT 5 quit]:-\\r-quit]: ppp name: \\U word: \\P" set timeout 0 set ifaddr 10.0.0.1/0 10.0.0.2/0 netmask 0xffffff00 delete ALL add 0 0 10.0.0.2 set openmode active here's my ppp.linkup: MYADDR: delete ALL add 0 0 HISADDR here's my /etc/hosts: 127.0.0.1 localhost 10.0.0.1 lerxst.netaxs.com lerxst here's my resolv.conf: nameserver 198.69.186.1 nameserver 198.69.186.2 Any suggestions or ideas of what can be done to fix this problem? -- Brian Hauber bhauber@netaxs.com http://www.pobox.com/~bhauber bhauber@pobox.com PGP fingerprint = 0C 9B 2B 4F F8 68 12 81 DC 0A 13 43 FF 50 D0 1F
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970622012956.48867>