I have a small home network with 5 computers on WLAN / Ethernet three with SUSE 12.x one Win7 and the RPi. I am using the router to provide DHCP and DNS services which works for all except the Pi. NMAP shows router, SUSE Box and Pi.
- Code: Select all
# nmap 192.168.178.0/24
Starting Nmap 6.01 ( http://nmap.org ) at 2013-01-10 08:47 CET
Nmap scan report for speedport.ip (192.168.178.1)
Host is up (0.0023s latency).
Not shown: 997 closed ports
PORT STATE SERVICE
80/tcp open http
443/tcp open https
5060/tcp open sip
MAC Address: 00:1C:4A:24:26:4F (AVM GmbH)
Nmap scan report for 192.168.178.100
Host is up (0.0014s latency).
Not shown: 996 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
631/tcp open ipp
6566/tcp open sane-port
MAC Address: B8:27:EB:40:D2:9F (Raspberry Pi Foundation)
Nmap scan report for chalki (192.168.178.105)
Host is up (0.0000040s latency).
Not shown: 997 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
111/tcp open rpcbind
Nmap done: 256 IP addresses (3 hosts up) scanned in 7.45 seconds
doing an DNS lookup shows:
- Code: Select all
# nslookup speedport.ip
Server: 192.168.178.1
Address: 192.168.178.1#53
Name: speedport.ip
Address: 192.168.178.1
# nslookup kos
Server: 192.168.178.1
Address: 192.168.178.1#53
Name: kos
Address: 192.168.178.104
# nslookup chalki
Server: 192.168.178.1
Address: 192.168.178.1#53
Name: chalki
Address: 192.168.178.105
# nslookup alimia
Server: 192.168.178.1
Address: 192.168.178.1#53
** server can't find alimia: NXDOMAIN
logging into the Pi works via IP:
- Code: Select all
# ssh 192.168.178.100
root@192.168.178.100's password:
Linux alimia 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Thu Jan 10 02:08:16 2013 from chalki
root@alimia:~# hostname
alimia
and avahi is installed and running. Also I tried setting some more exotic options of dhclient.conf to no avail. Anybody an idea what goes wrong?
Regards
George