Ich bezieh meine IP zur Zeit über den DHCP in meinem Router. Ich möchte dies aber so ändern dass ich mir meine IP/DNS/Gateway selber bestimmen kann .Wie ich es früher immer gemacht habe. Ich möchte diese Daten:
IP: 192.168.1.34
Subnetz: 255.255.255.0
Gateway: 192.168.1.1
DNS 1: 62.2.24.162
DNS 2: 62.2.17.60
Meine /etc/network/interfaces:
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# This entry denotes the loopback (127.0.0.1) interface.
auto lo
iface lo inet loopback
# This entry was created during the Debian installation
auto eth0
iface eth0 inet dhcp