Thread: Names of other systems on local network changed!
i have 2 computers running ubuntu on local network connected router. router (at 192.168.2.1) sees both systems (as tv set, isn't technology wonderful!) , recognizes them name "jcobban-laptop" , "linux-server". if try use names, example in ping, "unknown host". names used work, stopped working recently.
jcobban@linux-server:~$ ping jcobban-laptop
ping: unknown host jcobban-laptop
jcobban@linux-server:~$ ping 192.168.2.14
ping 192.168.2.14 (192.168.2.14) 56(84) bytes of data.
64 bytes 192.168.2.14: icmp_req=1 ttl=64 time=1.53 ms
...
when ask router tells me jcobban-laptop has ip address 192.168.2.14 assigned dhcp , linux-server has address 192.168.2.103 dhcp. (the tv set has 192.168.2.10 dhcp.)
jcobban@linux-server:~$ netstat -nr
kernel ip routing table
destination gateway genmask flags mss window irtt iface
0.0.0.0 192.168.2.1 0.0.0.0 ug 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 u 0 0 0 eth0
192.168.2.0 0.0.0.0 255.255.255.0 u 0 0 0 eth0
jcobban@linux-server:~$ ifconfig
eth0 link encap:ethernet hwaddr 00:1c:25:ca:32:52
inet addr:192.168.2.103 bcast:192.168.2.255 mask:255.255.255.0
inet6 addr: fe80::21c:25ff:feca:3252/64 scope:link
broadcast running multicast mtu:1500 metric:1
rx packets:393480 errors:0 dropped:0 overruns:0 frame:0
tx packets:223379 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
rx bytes:328015719 (328.0 mb) tx bytes:24877415 (24.8 mb)
interrupt:17
jcobban@linux-server:~$ nslookup jcobban-laptop
server: 192.168.2.1
address: 192.168.2.1#53
** server can't find jcobban-laptop: nxdomain
if, following obscure advice in post response, tack ".local" onto name works!
jcobban@linux-server:~$ ping jcobban-laptop.local
ping jcobban-laptop.local (192.168.2.14) 56(84) bytes of data.
64 bytes 37l4247d28-05 (192.168.2.14): icmp_req=1 ttl=64 time=2.70 ms
64 bytes 37l4247d28-05 (192.168.2.14): icmp_req=2 ttl=64 time=0.601 ms
...
presumption microcode in router got changed time, although not recall updating in @ least year.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Names of other systems on local network changed!
Ubuntu
Comments
Post a Comment