Wireless Network Problem 8.04
NoOp
glgxg at sbcglobal.net
Wed Apr 30 00:27:41 UTC 2008
On 04/29/2008 02:12 PM, Bob Cortez wrote:
>
>
> I'm sorry, I'm fairly new to this. Thanks for taking the time to respond.
>
> Host name is MysticVentures-laptop
> User name is MysticVentures
> Domain is cortez-ross.
>
> In Network settings>General Tab if I enter the domain name above then close
> network settings, when I open it up again the domain is appended to the host
> name >127.0.1.1 MysticVentures-Laptop.cortez-ross. I can go to the
> properties and delete the .cortez-ross from the host alias, but when I close
> and reopen Net Work manage, cortez-ross is still appended. The only way to
> remove it is to leave the domain field blank. I hope that makes sense now.
OK, that does make sense. It's an irritation of the NM. Try this (from a
terminal Applications|Accessories|Terminal):
gksu gedit /etc hosts
edit the 127.0.0.1 127.0.1.1 lines:
127.0.0.1 localhost MysticVentures-Laptop.cortez-ross
127.0.1.1 MysticVentures-Laptop
save and exit the editor.
While still in the terminal:
sudo /etc/init.d/networking restart
and now you should be OK. Try your connections.
Reboot to see if the settings stick; when you log back in, open a
terminal and enter:
cat /etc/hosts
and see if they are as above.
More information about the ubuntu-users
mailing list