View previous topic :: View next topic |
Author |
Message |
c Tux's lil' helper
Joined: 17 Jun 2004 Posts: 84 Location: Tyrol, Austria
|
Posted: Wed Jul 28, 2004 5:26 pm Post subject: can't ping some servers with dialup connection |
|
|
i'm using a smartlink modem and kppp to connect to the internet - and it works fine for most connections but the problem is: some domain names can't be resolved (by the www-browsers; mail works always fine)
what can i do to access all websites there are?
thx chris
ps: with the lan connection everything is well |
|
Back to top |
|
|
radonsg Apprentice
Joined: 26 Jun 2004 Posts: 257 Location: Singapore
|
Posted: Wed Jul 28, 2004 6:25 pm Post subject: |
|
|
try do a reverse lookup using nslookup/dig/host to see if it is successfully. If failed, that means your dns server is not working properly. _________________ Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200 |
|
Back to top |
|
|
c Tux's lil' helper
Joined: 17 Jun 2004 Posts: 84 Location: Tyrol, Austria
|
Posted: Fri Aug 06, 2004 7:22 pm Post subject: |
|
|
radonsg wrote: | try do a reverse lookup using nslookup/dig/host to see if it is successfully. If failed, that means your dns server is not working properly. |
excuse the question: do i have to change the /etc/resolv.conf file? do i have to change the 'search' item in this file?
xhost tries to contact my university LAN dns's - look here
Code: | tux /home/chris # hostx localhost
localhost.uibk.ac.at A 127.0.0.1
tux /home/chris # hostx tux
tux.uibk.ac.at does not exist (Authoritative answer)
tux /home/chris # hostx www.fcgs.at
www.fcgs.at A record currently not present
tux /home/chris # hostx google.at
google.at A record currently not present
tux /home/chris # hostx web-mail
web-mail.uibk.ac.at A 138.232.1.164
tux /home/chris #
|
i already tried 'echo /etc/ppp/resolv.conf >>/etc/resolv.conf'...
Last edited by c on Fri Aug 06, 2004 7:31 pm; edited 1 time in total |
|
Back to top |
|
|
c Tux's lil' helper
Joined: 17 Jun 2004 Posts: 84 Location: Tyrol, Austria
|
Posted: Fri Aug 06, 2004 7:29 pm Post subject: |
|
|
radonsg wrote: | try do a reverse lookup using nslookup/dig/host to see if it is successfully. If failed, that means your dns server is not working properly. | btw... how do i emerge the programs nslookup or dig? in which packages are they located? |
|
Back to top |
|
|
radonsg Apprentice
Joined: 26 Jun 2004 Posts: 257 Location: Singapore
|
Posted: Sat Aug 07, 2004 1:13 am Post subject: |
|
|
Under the package "bind-tools" _________________ Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200 |
|
Back to top |
|
|
|