Is your Raspberry Pi / Linux server not showing it's Hostname when you look on your router?
The fix is easy.
1) Log into your Raspberry Pi.
2) Edit the dhclient configuration by running:
sudo nano /etc/dhcp/dhclient.conf
Add the following line:
send host-name "YOURHOSTNAMEHERE";
3) Reboot your Pi and Router.
No comments:
Post a comment