Hallo,
IGEL Thin Client 5/4 Winestra *1,4 GHz CPU * CF-Flash 4 GB
TP-Link TG-3269 Netzwerk Karte, 1000 MBit 32Bit PCI Adapter
Installiert: Debian Jessie und IPC
Geplanter Wechsel von dhcp zu static IP,
über putty
nano /etc/network/Interfaces
und nachher:
/etc/init.d/networking restart
Wurde zu viel auskommentiert mit#?
Oder muss noch was auskommentiert werden mit #?
IGEL Thin Client 5/4 Winestra *1,4 GHz CPU * CF-Flash 4 GB
TP-Link TG-3269 Netzwerk Karte, 1000 MBit 32Bit PCI Adapter
Installiert: Debian Jessie und IPC
Geplanter Wechsel von dhcp zu static IP,
über putty
nano /etc/network/Interfaces
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.254.40
netmask 255.255.255.0
gateway 192.168.254.2
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.254.40
netmask 255.255.255.0
gateway 192.168.254.2
und nachher:
/etc/init.d/networking restart
Wurde zu viel auskommentiert mit#?
Oder muss noch was auskommentiert werden mit #?