pastebin - collaborative debugging tool
eckelmann.kpaste.net RSS


Quantron /etc/network/interfaces mod
Posted by Anonymous on Wed 22nd May 2019 10:37
raw | new post

  1. root 11:45:18 : ~ # cat /etc/network/interfaces
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. # Network to Test-Desktop, TFTP/NFS
  6. auto eth0
  7. iface eth0 inet static
  8.         address 172.21.0.31
  9.         netmask 255.255.255.0
  10.         gateway 172.21.0.1
  11.  
  12. # Network per USB-to-Ethernet HUB
  13. auto eth1
  14. iface eth1 inet static
  15.         address 192.168.0.31
  16.         netmask 255.255.255.0
  17.         gateway 192.168.0.1
  18.  
  19. # Network per USB-to-WLAN
  20. hotplug wlan0
  21. iface wlan0 inet static
  22.         address 152.21.0.31
  23.         netmask 255.255.255.0
  24.         broadcast 152.21.0.255
  25.         up systemctl start wlan.target
  26.         down systemctl stop wlan.target

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at