Oh joy.
Now, this type of problem screams DNS error. You can test this by alternately pinging the IP address of your server, and then the Name of your server. If the former works but not the latter you have a DNS lookup problem.
It turns out that when Wicd gets a hold of the DNS settings for Ubuntu it fubars them and doesn't put them back the way they ought to be. In ubuntu the DNS settings are stored in the file:
/etc/resolv.confIn order to work properly this needs to have the following lines above the nameserver line comme ca:
domain mylocaldomain.local
search mylocaldomain.local
nameserver [IP of DNS server]
No comments:
Post a Comment