Hi, I had similar probs with my vodafone connection and found that the nameserver was not found.
I use the same 10.64.64.64 internal addresses you mentioned above, with 10.11.12.13 etc.
I found that resolv.conf was changing the dns addresses each time I rebooted the machine.
I then re-set the /etc/resolv.conf manually and turned off resolvconf service from starting.
Quote:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 202.135.30.4
nameserver 203.2.193.67
nameserver 192.168.0.0
search GlennsPref.net
|
was being replaced by...
nameserver 127.0.0.1
or
Quote:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.11.12.13
nameserver 10.11.12.14
nameserver 192.168.0.0
search GlennsPref.net
|
Check yours and see...
Regards, Glenn
I got my address settings from the windows settings, as I can not access the modem like I would with a router.
Also, the 10.11.12.13 addresses are wins, and not the actual dns addresses(i think, works for me anyway).