Zorglub
01-22-2002, 04:42 PM
My dual-usb iBook has a nasty tendency to crash - a combination of copying files over the network and an IE crash will make the system unsuable after a reboot (blinking question mark).Lucky I keep up to date Retrospect backups.
Problem is with my last restore. I restored OS9 with no problems, booted with OSX 10.1 CD, re-installed over the existing installation to make sure all is ok.After all this I boot into OSX and notice that I have no network connectivity. All seems normal, pings to router are ok, after some digging I realise that the problem is with my DNS settings.
If I open a terminal window and type "nslookup", it says:
Default Server: localhost
Address: 0.0.0.0
tada, of course this is not correct. If I then type "server 10.0.0.150" inside nslookup, (the address of my gateway and DNS server) I can then query all hosts.
So how can I fix this in the OS so that I have network connectivity again (try web surfing with IP addresses!)? The network panel looks normal, it's set to DHCP, even if I manually set the DNS entry, same problem.
Doing "cat /etc/resolv.conf" says it's pointing to "/var/run/resolv.conf" so then catting this file displays:
domain mydomain.com
nameserver 10.0.0.150
which is also completely normal. So where does this problem come from ??
Any tips much appreciated!
Problem is with my last restore. I restored OS9 with no problems, booted with OSX 10.1 CD, re-installed over the existing installation to make sure all is ok.After all this I boot into OSX and notice that I have no network connectivity. All seems normal, pings to router are ok, after some digging I realise that the problem is with my DNS settings.
If I open a terminal window and type "nslookup", it says:
Default Server: localhost
Address: 0.0.0.0
tada, of course this is not correct. If I then type "server 10.0.0.150" inside nslookup, (the address of my gateway and DNS server) I can then query all hosts.
So how can I fix this in the OS so that I have network connectivity again (try web surfing with IP addresses!)? The network panel looks normal, it's set to DHCP, even if I manually set the DNS entry, same problem.
Doing "cat /etc/resolv.conf" says it's pointing to "/var/run/resolv.conf" so then catting this file displays:
domain mydomain.com
nameserver 10.0.0.150
which is also completely normal. So where does this problem come from ??
Any tips much appreciated!