LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Connecting to Internet using ADSL (https://www.linuxquestions.org/questions/linux-networking-3/connecting-to-internet-using-adsl-308536/)

br_sriram 04-01-2005 04:27 AM

Connecting to Internet using ADSL
 
Hi All,

I was able to setup an ADSL modem in our Mandrake 10.0 installation and got it connected. I use Konqueror to connect to internet, but, never I could connect to it. I am giving the output of ifconfig. Please let me know where I am wrong.
---------------
eth0 Link encap:Ethernet HWaddr 00:80:48:36:11:07
inet addr:192.168.2.150 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::280:48ff:fe36:1107/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:26076 errors:0 dropped:0 overruns:0 frame:0
TX packets:4612 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1607352 (1.5 Mb) TX bytes:320325 (312.8 Kb)
Interrupt:18 Base address:0x8f00

eth1 Link encap:Ethernet HWaddr 00:0B:6A:72:17:1A
inet addr:192.168.2.4 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::20b:6aff:fe72:171a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14793 errors:0 dropped:0 overruns:0 frame:0
TX packets:6023 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1406773 (1.3 Mb) TX bytes:571922 (558.5 Kb)
Interrupt:17 Base address:0x8e00

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:1877 errors:0 dropped:0 overruns:0 frame:0
TX packets:1877 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:139620 (136.3 Kb) TX bytes:139620 (136.3 Kb)

ppp0 Link encap:Point-to-Point Protocol
inet addr:59.92.11.70 P-t-P:59.92.8.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:1027 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:51965 (50.7 Kb) TX bytes:54 (54.0 b)

---------------

TIA,
Sriram.

rnicolson 04-01-2005 05:28 AM

I found I had to make sure no ethernet cards have a non routable ip assigned to them. I typed "ifconfig eth1 down" for my wireless card and reconnected to dsl and all worked fine.

Hope this works for you too.


All times are GMT -5. The time now is 10:40 AM.