You are connected but something is wrong in the route Do you use defaultroute in the pppd call (in your option file)?
Type route -n to see what is wrong You should have similar as Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 195.190.240.103 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 0.0.0.0 195.190.240.103 0.0.0.0 UG 0 0 0 ppp0 according to your log, your gateway was 195.190.240.103 in your last attempt when you know the gateway address, you can add the route by hand as a test route add defaut gw 195.190.240.103 ----- Original Message ----- From: "Gerard Visser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 11:21 PM Subject: [speedtouch] Speedtouch adsl > > Who can provide a solution? > Due to the met problems i reinstalled red hat linux 8.0 and the speedtouch > business. > After having set up the system i have exactly the same problems as before. > The system reached a connection to my isp. (two seady green indicators) > > The problem is that i can browse the web and i can't send ir receive email. > I have teh feeling that i have to put the userid and password of my service > provider somewhere. I put the adsl userid and pasword in the file > /etc/ppp/peers/adsl and the the /etc/ppp/chap-secrets and pap-secrets files. > > The dns of my isp i can ping but i can't ping the adress like www,hccnet.nl > Is it possible that i did not install all the necessary software?.. > > Syslog output > Jun 8 15:11:30 localhost kernel: CSLIP: code copyright 1989 Regents of the > University of California > > Jun 8 15:11:30 localhost kernel: PPP generic driver version 2.4.2 > > Jun 8 15:11:30 localhost kernel: HDLC line discipline: version $Revision: > 3.3 $, maxframe=4096 > > Jun 8 15:11:30 localhost kernel: N_HDLC line discipline registered. > > Jun 8 15:11:30 localhost modem_run[1179]: modem_run version 1.2-beta1 > started by root uid 0 > > Jun 8 15:11:32 localhost kernel: usb_control/bulk_msg: timeout > > Jun 8 15:11:32 localhost kernel: usbdevfs: USBDEVFS_BULK failed dev 6 ep > 0x85 len 512 ret -110 > > Jun 8 15:11:54 localhost modem_run[1179]: ADSL synchronization has been > obtained > > Jun 8 15:11:54 localhost modem_run[1179]: ADSL line is up (256 kbit/s down | > 64 kbit/s up) > > Jun 8 15:11:54 localhost pppd[1182]: pppd 2.4.1 started by root, uid 0 > > Jun 8 15:11:54 localhost pppd[1182]: Using interface ppp0 > > Jun 8 15:11:54 localhost pppd[1182]: Connect: ppp0 <--> /dev/pts/3 > > Jun 8 15:11:54 localhost pppoa3[1184]: pppoa3 version 1.2-beta1 started by > root (uid 0) > > Jun 8 15:11:54 localhost pppoa3[1184]: Control thread ready > > Jun 8 15:11:54 localhost pppoa3[1190]: host --> pppoa3 --> modem stream > ready > > Jun 8 15:11:54 localhost pppoa3[1191]: modem --> pppoa3 --> host stream > ready > > Jun 8 15:11:54 localhost /etc/hotplug/net.agent: assuming ppp0 is already up > > Jun 8 15:11:56 localhost pppd[1182]: local IP address 62.251.69.61 > > Jun 8 15:11:56 localhost pppd[1182]: remote IP address 195.190.240.103 > > Jun 8 15:11:56 localhost pppd[1182]: primary DNS address 62.251.0.6 > > Jun 8 15:11:56 localhost pppd[1182]: secondary DNS address 62.251.0.7 > > > > > Liste de diffusion modem ALCATEL SpeedTouch USB > Pour se d�sinscrire : mailto:[EMAIL PROTECTED] > > Liste de diffusion modem ALCATEL SpeedTouch USB Pour se d�sinscrire : mailto:[EMAIL PROTECTED]
