Hi... I'm having a problem with my connection (PPPoE) on a fresh Debian 3.1 sarge installation.
Just after boot time everything is OK, I can access any working site including this one.
but after some time (a few hours probably) there seems to be a problem with DNS resolving - It just doesn't work, and I have to access site by their IP, and even then It works very slowly (tried to post here in this way and the site worked very slowly).
Till now I was using CRUX 2.1, and with the rp-pppoe package, everything worked ok - I did `pppoe-setup` or whatever that was, then `pppoe-start` and it worked without any problems.
now, in Debian there seems to be some implementation of rp-pppoe (I think...), but it isn't quite the same. I did the configuration with pppoeconf, and chose all the default answers.
I haven't really dealt with networking problems so far, so I'm quite clewless.
here's my /etc/resolv.conf :
Code:
nameserver 212.150.49.10
nameserver 206.49.94.234
search
The two IP's are my ISP's Primary and Secondary DNS Servers, respectively. I told pppoeconf to fetch the DNS Servers' IPs automatically.
any suggestions?
TIA.