LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-04-2006, 11:41 AM   #1
bnchakraborty
LQ Newbie
 
Registered: Oct 2003
Location: India
Posts: 21

Rep: Reputation: 15
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.
 
Old 06-05-2006, 05:31 AM   #2
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
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

Last edited by b0nd; 06-05-2006 at 05:32 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bidirectional data transfer ssg14j Linux - Networking 1 10-24-2005 07:59 AM
logging data transfer minm Linux - Newbie 1 12-14-2004 03:00 AM
Data Transfer Dharma_bum07 Linux - Newbie 11 11-26-2004 01:57 PM
No data transfer ! shaahul Linux - Hardware 3 09-16-2003 02:08 AM
FTP Data transfer yaliou Linux - Networking 4 06-28-2003 07:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration