Solved: Pi no longer responds to Hostname
|
22nd Jun, 2015, 01:51 AM
(This post was last modified: 22nd Jun, 2015 05:23 AM by deHakkelaar.)
Post: #4
|
|||
|
|||
RE: Pi no longer responds to Hostname
I dont believe this to be an XBian DHCP client issue.
The only thing dhclient does is acquire IP, mask, gateway, NTP, DNS servers and advertise its own hostname (the "send host-name = gethostname();" bit in "/etc/dhcp/dhclient.conf") If you want to diagnose DNS, first determine whats your assigned DNS server(s) by checking the "/etc/resolv.conf" file. Then use the address from the "resolv.conf" file to query: Terminal nslookup <HOSTNAME> <IP_ADDRESS_FROM_RESOLV.CONF> If it doesn't resolve properly, on consol you could try and release the DHCP lease on the Pi, delete all entries for your Pi in your "DNSMasq" box (including stored/cached MAC addresses) and renew the DHCP lease on the Pi: Terminal # Release DHCP lease: sudo dhclient -r eth0 # Renew DHCP lease (with verbose log messages): sudo dhclient -v eth0 There are only 10 types of people in the world: those who understand binary, and those who don't |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Pi no longer responds to Hostname - palswim - 20th Jun, 2015, 02:41 PM
RE: Pi no longer responds to Hostname - deHakkelaar - 20th Jun, 2015, 11:55 PM
RE: Pi no longer responds to Hostname - palswim - 21st Jun, 2015, 08:53 AM
RE: Pi no longer responds to Hostname - deHakkelaar - 22nd Jun, 2015 01:51 AM
RE: Pi no longer responds to Hostname - palswim - 28th Jul, 2015, 08:01 AM
RE: Pi no longer responds to Hostname - palswim - 30th Nov, 2016, 08:11 AM
RE: Pi no longer responds to Hostname - f1vefour - 9th Jan, 2017, 06:10 AM
RE: Pi no longer responds to Hostname - deHakkelaar - 9th Jan, 2017, 08:12 AM
RE: Pi no longer responds to Hostname - IriDium - 27th Jan, 2017, 04:59 AM
|