saiki
Bratwurstgriller
Seit neustem habe ich ja einen wlan router. eine fritzbox SL WLan. diese zeigt von den angeschlossenen rechnern den Hostname in http://fritz.box an. vom ubuntu rechner tut sie das aber nicht. in /etc/network/interface habe ich beim entsprechenden interface eth1 hostname mecky angegeben, geht trotzdem nich.
so schauts aus und ich kriegs nicht hin, die fritzbox dazu zu bewegen, statt noname mecky anzuzeigen.
Code:
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#hostname mecky
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth1
# The primary network interface
iface eth1 inet dhcp
network 192.168.178.0
broadcast 192.168.178.255
# wireless-* options are implemented by the wireless-tools package
#wireless-mode ad-hoc
#wireless-essid netzwerk
#wireless-key1 s:*************
hostname mecky
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.178.1
wireless_essid FRITZ!Box SL WLAN
wireless_key s:*************
wireless_nick mecky
auto eth1