On the advise of Unicornrider, I have starte dot read through the Samba handbook, and particularly The Samba Checklist
http://us1.samba.org/samba/docs/man/...diagnosis.html
Now I try to ping other machines on the network, and I can ping them all XP to linux, linux to XP, but only using the IP address
neil@Feisty:~$ ping 192.168.1.11
PING 192.168.1.11 (192.168.1.11) 56(84) bytes of data.
64 bytes from 192.168.1.11: icmp_seq=1 ttl=64 time=32.9 ms
64 bytes from 192.168.1.11: icmp_seq=2 ttl=64 time=0.931 ms
64 bytes from 192.168.1.11: icmp_seq=3 ttl=64 time=0.914 ms
--- 192.168.1.11 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2006ms
rtt min/avg/max/mdev = 0.914/11.614/32.999/15.121 ms
If I try using the computer name it does not work
neil@Feisty:~$ ping npsony
ping: unknown host npsony
Is this a syntax error on my part or DNS config error somewhere
Is there a config file somewhere that I need to setup to point pc names to IP addresses?
Thanks
Neil
http://us1.samba.org/samba/docs/man/...diagnosis.html
Now I try to ping other machines on the network, and I can ping them all XP to linux, linux to XP, but only using the IP address
neil@Feisty:~$ ping 192.168.1.11
PING 192.168.1.11 (192.168.1.11) 56(84) bytes of data.
64 bytes from 192.168.1.11: icmp_seq=1 ttl=64 time=32.9 ms
64 bytes from 192.168.1.11: icmp_seq=2 ttl=64 time=0.931 ms
64 bytes from 192.168.1.11: icmp_seq=3 ttl=64 time=0.914 ms
--- 192.168.1.11 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2006ms
rtt min/avg/max/mdev = 0.914/11.614/32.999/15.121 ms
If I try using the computer name it does not work
neil@Feisty:~$ ping npsony
ping: unknown host npsony
Is this a syntax error on my part or DNS config error somewhere
Is there a config file somewhere that I need to setup to point pc names to IP addresses?
Thanks
Neil
Comment