I have just loaded COL 2.2 and I am having problems with PPPD. It was working under RedHat 5.2. I can connect and I get a dynamically assigned address. I can ping ip addresses and dns names. I can use traceroute. When I use telnet www.ricochet.net 80 get http 1.0 /index.html I get an error message wich is expected due to the malformed request but if the request is formed correctly (GET / HTTP/1.0) I get nothing. When I try to telnet to pop.ricochet.net 110 I get nothing, no prompt to log in. It is almost like if there isnt much data being sent back from my request then it comes through but if there is a large ammount of data coming back it just dosent make it. Netscape wont browse or do email on the internet. KDE browser wont browse the internet. All connectivity on my LAN works fine http, even remote telnet sessions. My routing table is fine. I insmoded bsd_comp and ppp_decompress because there were some errors in the messages log. After doing this do I have to recompile my kernel? This didnt seem to make any difference (insmoding the two modules) neither did disabling compression and decompression with the pppd options. I start pppd with: pppd call ricochet My chat script is: ABORT "NO CARRIER" ABORT "NO DIALTONE" ABORT "ERROR" ABORT "NO ANSWER" ABORT "BUSY" "" "at" OK "atdt 777*" My options for ricochet are: ttyS0 38400 crtscts connect '/usr/sbin/chat -v -f /etc/ppp/ricochet-chat' defaultroute noauth persist Here are some messages with debug and kdebug on: Jun 15 12:47:03 pii kernel: registered device ppp0 Jun 15 12:47:03 pii pppd[681]: pppd 2.3.5 started by root, uid 0 Jun 15 12:47:04 pii chat[682]: abort on (NO CARRIER) Jun 15 12:47:04 pii chat[682]: abort on (NO DIALTONE) Jun 15 12:47:04 pii chat[682]: abort on (ERROR) Jun 15 12:47:04 pii chat[682]: abort on (NO ANSWER) Jun 15 12:47:04 pii chat[682]: abort on (BUSY) Jun 15 12:47:04 pii chat[682]: send (at^M) Jun 15 12:47:04 pii chat[682]: expect (OK) Jun 15 12:47:04 pii chat[682]: at^M^M Jun 15 12:47:04 pii chat[682]: OK Jun 15 12:47:04 pii chat[682]: -- got it Jun 15 12:47:04 pii chat[682]: send (atdt 777*^M) Jun 15 12:47:04 pii pppd[681]: Serial connection established. Jun 15 12:47:05 pii kernel: ppp_ioctl: set dbg flags to 70000 Jun 15 12:47:05 pii kernel: ppp_ioctl: set flags to 70000 Jun 15 12:47:05 pii pppd[681]: Using interface ppp0 Jun 15 12:47:05 pii pppd[681]: Connect: ppp0 <--> /dev/ttyS0 Jun 15 12:47:05 pii kernel: ppp_tty_ioctl: set xasyncmap Jun 15 12:47:05 pii kernel: ppp_tty_ioctl: set xmit asyncmap ffffffff Jun 15 12:47:05 pii kernel: ppp_ioctl: set flags to 70000 Jun 15 12:47:05 pii kernel: ppp_ioctl: set mru to 5dc Jun 15 12:47:05 pii kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff Jun 15 12:47:05 pii kernel: ppp_ioctl: set flags to 70000 Jun 15 12:47:08 pii kernel: ppp_tty_ioctl: set xmit asyncmap 0 Jun 15 12:47:08 pii kernel: ppp_ioctl: set flags to f070003 Jun 15 12:47:08 pii kernel: ppp_ioctl: set mru to 5dc Jun 15 12:47:08 pii kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff Jun 15 12:47:08 pii kernel: ppp_ioctl: set flags to f070003 Jun 15 12:47:08 pii kernel: ppp_ioctl: set flags to f070043 Jun 15 12:47:09 pii kernel: ppp_ioctl: set flags to f070003 Jun 15 12:47:09 pii kernel: ppp_ioctl: set flags to f07000b Jun 15 12:47:09 pii pppd[681]: local IP address 206.253.200.136 Jun 15 12:47:09 pii pppd[681]: remote IP address 206.253.200.137 These are the errors I got before insmoding the two modules: Jun 14 21:29:25 pii modprobe: can't locate module ppp-compress-21 Jun 14 21:29:25 pii modprobe: can't locate module ppp-compress-26 Jun 14 21:29:25 pii modprobe: can't locate module ppp-compress-24 Is there anything more I can do to help you help me? Are there more debuging options? Is there something broken. Have the options for pppd changed? Help, I am going out of my mind! Eric - To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to [EMAIL PROTECTED]
