NoPaste

interfaces

von tomi89

SNIPPET_TEXT:
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. auto wlan1
  5. allow-hotplug wlan1
  6. iface wlan1 inet dhcp
  7. proto WPA2
  8. wpa-ssid wifinet
  9. key_mgmt WPA-PSK
  10. pairwise CCMP
  11. group CCMP
  12. ccmp aes
  13. wpa-psk password1
  14.  
  15. auto wlan0
  16. allow-hotplug wlan0
  17. iface wlan0 inet static
  18. address 192.168.1.100
  19. netmask 255.255.255.0
  20. broadcast 192.168.1.255
  21.  
  22. iface br0 inet static
  23. bridge_ports wlan1 wlan0
  24. address 192.168.1.100
  25. netmask 255.255.255.0
  26. network 192.168.1.0
  27. gateway 192.168.1.7
  28. dns-nameservers 8.8.8.8

Quellcode

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