Anyway... I connected it to my router and fired it up. I saw "voyager" pop up on the Network display of my router, so I was pretty happy. I ssh'ed in and started updating to the latest release - 14.04.
All went well, until the next time I tried to ssh or vnc to my box... "Could not resolve hostname." What?!?! This worked a little while ago... What changed? My router still called it voyager... Oh well, I just started using the IP instead.
Finally, I determined to figure this out. After some googling, I found that I need to add this line to /etc/dhcp/dhclient.conf:
send host-name "voyager";It was originally:
send host-name = gethostname();But that didn't work anymore for some reason. Restart network:
sudo service network-manager restartAnd we were in business!
No comments:
Post a Comment