NoPaste

debian stretch mag keine festen ip-adressen mehr

von KBDCALLS
SNIPPET_DESC:
https://debianforum.de/forum/posting.php?mode=edit&f=30&p=1146718
SNIPPET_CREATION_TIME:
19.09.2017 18:10:05
SNIPPET_PRUNE_TIME:
Unendlich

SNIPPET_TEXT:
  1. #interfaces von emess/debian_forum
  2.  
  3. auto lo
  4. iface lo inet loopback
  5.  
  6. # The primary network interface
  7. ##Lan
  8. auto eth0
  9. iface eth0 inet dhcp
  10.         test missing-cable
  11.         pre-up echo No link present.
  12.         pre-up false
  13.  
  14.  
  15.  
  16. ##Wireless
  17. auto wlan0
  18. iface wlan0 inet static
  19.         address 192.168.178.12
  20.          netmask 255.255.255.0
  21.          gateway 192.168.178.1
  22.          wpa-driver wext
  23.          wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN