Herunterladen Inhalt Inhalt Diese Seite drucken

Dhcp-Server Konfiguration - pascom MobyDick 7 Dokumentation

Mit mobydick 7.10
Inhaltsverzeichnis

Werbung

MobyDick 7.10 (de) Dokumentation
admin@mobydick:~$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0c:29:25:22:57 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.5/24 brd 192.168.1.255 scope global eth0
inet6 fe80::20c:29ff:fe25:2257/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:0c:29:25:22:61 brd ff:ff:ff:ff:ff:ff
admin@mobydick:~$
Beispielsweise in Zeile 9 kann man sehen, dass die Schnittstelle
Konfigurationsdatei ansehen
Die Konfiguration der Netzwerkschnittstellen wird nach der Konfiguration per Weboberfläche und TUI in die Datei
/etc/network/interfaces geschrieben. Diese Datei darf man nicht manuell anpassen, da diese von MobyDick bei jeder
Konfigurationsänderung überschrieben wird.
admin@mobydick:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
admin@mobydick:~$
Netzwerk manuell neu starten
Zur Fehlerbehebung ist es auch möglich das Netzwerk manuell neu zu starten. Dazu ist root Zugriff erforderlich:
admin@mobydick:~$ su
Passwort:
root@mobydick:/etc/admin# /etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ...
(warning).
Reconfiguring network interfaces...done.
root@mobydick:/etc/admin# exit
exit
admin@mobydick:~$

4.2.3 DHCP-Server Konfiguration

eth0 192.168.1.5
als IP-Adresse hat.
Seite
60
von
355

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis