LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   No data transfer in ADSL under Debian! (https://www.linuxquestions.org/questions/linux-networking-3/no-data-transfer-in-adsl-under-debian-451514/)

bnchakraborty 06-04-2006 11:41 AM

No data transfer in ADSL under Debian!
 
Dear Members,
I am using Fedora for several years. I want to use Debian now. I have installed Debian Serge. Everything is working well except the internet connectivity. I have ADSL connection from BSNL (India). It is connected through D-Link ethernet card and router. Under FC5 it is working fine. Following several HOW-TOs, I have configured the network connection, default gateway and pppoeconf, but failed to get the connection up. It seems that the connection with my ISP is always established but somehow fails to transfer data. I am appending the output of some related commands for your analysis. Please, give me your valued opinion!

Thanks,
-bnchakraborty

Output of some commands:

darwin:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:13:46:64:13:26
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::213:46ff:fe64:1326/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:176 errors:0 dropped:0 overruns:0 frame:0
TX packets:157 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13812 (13.4 KiB) TX bytes:9378 (9.1 KiB)
Interrupt:209 Base address:0xb800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:5814 errors:0 dropped:0 overruns:0 frame:0
TX packets:5814 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:293904 (287.0 KiB) TX bytes:293904 (287.0 KiB)

ppp0 Link encap:Point-to-Point Protocol
inet addr:59.93.210.0 P-t-P:59.93.192.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:25 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:1214 (1.1 KiB) TX bytes:54 (54.0 b)




darwin:~# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
59.93.192.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0



Log after 'pon dsl-provider' command
darwin:~# plog
May 30 17:11:43 localhost pppd[4370]: Couldn't increase MRU to 1500
May 30 17:11:43 localhost pppd[4370]: Couldn't increase MRU to 1500
May 30 17:11:43 localhost pppd[4370]: CHAP authentication succeeded: Authentication success, Welcome!
May 30 17:11:43 localhost pppd[4370]: peer from calling number 00:E0:FC:4D:2E:BF authorized
May 30 17:11:43 localhost pppd[4370]: not replacing default route to eth0 [192.168.1.1]
May 30 17:11:43 localhost pppd[4370]: Cannot determine ethernet address for proxy ARP
May 30 17:11:43 localhost pppd[4370]: local IP address 59.93.210.0
May 30 17:11:43 localhost pppd[4370]: remote IP address 59.93.192.1
May 30 17:11:43 localhost pppd[4370]: primary DNS address 218.248.255.145
May 30 17:11:43 localhost pppd[4370]: secondary DNS address 61.1.96.71



Log after 'poff' command
darwin:~# plog
May 30 17:11:43 localhost pppd[4370]: primary DNS address 218.248.255.145
May 30 17:11:43 localhost pppd[4370]: secondary DNS address 61.1.96.71
May 30 17:18:24 localhost pppd[4370]: Terminating on signal 15
May 30 17:18:24 localhost pppd[4370]: Connect time 6.7 minutes.
May 30 17:18:24 localhost pppd[4370]: Sent 0 bytes, received 4711 bytes.
May 30 17:18:24 localhost pppd[4370]: Couldn't increase MTU to 1500
May 30 17:18:24 localhost pppd[4370]: Couldn't increase MRU to 1500
May 30 17:18:24 localhost pppd[4370]: Connection terminated.
May 30 17:18:24 localhost pppd[4370]: Exit.

b0nd 06-05-2006 05:31 AM

hi,

Quote:

pp0 Link encap:Point-to-Point Protocol
inet addr:59.93.210.0 P-t-P:59.93.192.1Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric
run #route add default gw <whatever IP address you get at that highlighted position>

e.g #route add default gw 59.93.192.1

regards


All times are GMT -5. The time now is 01:28 PM.