LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   pppoe seems to connect but cant resolve hostnames (https://www.linuxquestions.org/questions/linux-networking-3/pppoe-seems-to-connect-but-cant-resolve-hostnames-196875/)

mecister 06-23-2004 01:23 PM

pppoe seems to connect but cant resolve hostnames
 
Hi,
I just installed debian and it seems that I configured pppoe (on an adsl connection) correctly, but it won't let me browse or anything.
When I run ifconfig , the ppp0 looks connected, from time to time receiving some data.
I'm extremly new to linux so I beg to share your knowledge with me!!!
Thanks :)

I'll try to paste the ifconfig log here later (right now i'm on windows)

Andrew Benton 06-23-2004 02:29 PM

Do you have your ISP's nameservers in /etc/resolv.conf ? It should look something like this
Code:

nameserver 195.92.195.94
nameserver 195.92.195.95

If /etc/resolv.conf is empty find the numbers you need by asking Google to show you pages that contain your ISP's name and the word nameserver

mecister 06-23-2004 06:32 PM

The resolv.conf seems to be ok... I compared the IPs from windows with those there and they match.

Here is the ifconfig , in case someone can detect something that might be wrong...:

Quote:

eth0 Link encap:Ethernet HWaddr 00:07:95:EC:99:9E
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::207:95ff:feec:999e/10 Scope:Link
inet6 addr: fe80::7:95ec:999e/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:684 errors:0 dropped:0 overruns:0 frame:0
TX packets:489 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:46073 (44.9 KiB) TX bytes:20137 (19.6 KiB)
Interrupt:10 Base address:0xde00

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:3924 Metric:1
RX packets:39 errors:0 dropped:0 overruns:0 frame:0
TX packets:39 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2503 (2.4 KiB) TX bytes:2503 (2.4 KiB)

ppp0 Link encap:Point-to-Point Protocol
inet addr:200.90.206.15 P-t-P:192.168.10.14 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:37 errors:0 dropped:0 overruns:0 frame:0
TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
RX bytes:1819 (1.7 KiB) TX bytes:621 (621.0 b)

tap0 Link encap:Ethernet HWaddr FE:FD:00:00:00:00
inet addr:192.168.0.1 Bcast:0.0.0.0 Mask:255.255.255.255
inet6 addr: fe80::fefd:0:0/10 Scope:Link
inet6 addr: fe80::fcfd:ff:fe00:0/10 Scope:Link
UP BROADCAST RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:654 (654.0 b)
Interrupt:5


All times are GMT -5. The time now is 08:41 PM.