- Registriert
- 9. September 2011
- Beiträge
- 11.360
- Lösungen
- 3
- Reaktionspunkte
- 43.077
- Punkte
- 473
- Ort
- Niederrhein
AW: Igel PC Oscam Zeit falsch
Ich meine dann ist die Kiste DHCP Client (?)
Mit einem Editor Deiner Wahl...
Edit: Das hier ist die Ausgabe meines Openmediavault NAS:
auto eth0
Ich meine dann ist die Kiste DHCP Client (?)
Wie lautet der Befehl um in die config zu kommen? :emoticon-0138-think
Mit einem Editor Deiner Wahl...
Code:
nano /etc/network/interfaces
Edit: Das hier ist die Ausgabe meines Openmediavault NAS:
root@openmediavault1:~# 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).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.46.201
netmask 255.255.255.0
network 192.168.46.0
broadcast 192.168.46.255
gateway 192.168.46.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.46.1 8.8.8.8
dns-search local
root@openmediavault1:~# ^C
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.46.201
netmask 255.255.255.0
network 192.168.46.0
broadcast 192.168.46.255
gateway 192.168.46.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.46.1 8.8.8.8
dns-search local
root@openmediavault1:~# ^C