s243a

Line 24 of /usr/local/simple_network_setup

Oct 6th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.61 KB | None | 0 0
  1. # http://www.pearltrees.com/s243a/connections-simple-network/id14852201
  2. #------Below is line #24 of /usr/local/simple_network_setup
  3. #see: http://www.pearltrees.com/s243a/simple-network-setup-usr-local/id14851906
  4.  
  5. ------------------
  6. <----Linke 23
  7. #each line of /etc/simple_network_setup/connections has everything known about a connection:
  8. #(please ignore spaces, put here for readability only)
  9. #Wireless:
  10. #        1         2          3         4       5                                   6                 7           8                 9            10           11                 12         13                         14       15         16          17
  11. #format: INTERFACE|IF_INTTYPE|IF_DRIVER|IF_BUS |IF_INFO                            |MACADDRESS       |CELL_NUMBER|CELL_ADDRESS     |CELL_CHANNEL|CELL_QUALITY|CELL_ENCRYPTIONKEY|CELL_ESSID|SEC_KEY                   |SEC_MGMT|ENCODEPROTO|WPA_DRIVER|DHCPCDFIX|
  12. #ex:     wlan1    |Wireless  |rt73usb  |usb    |Ralink RT73 USB Wireless LAN driver|00:26:19:F5:AC:3D|01         |00:17:3F:68:33:7E|11          |70/70       |off               |belkin54g |000102030405060708090a0b0c|WEP     |           |wext      |         |
  13. #Wired:
  14. #        1         2          3         4       5                                       6                 7
  15. #format: INTERFACE|IF_INTTYPE|IF_DRIVER|IF_BUS |IF_INFO                                |MACADDRESS       |DHCPCDFIX|
  16. #ex:     eth0     |Wired     |sky2     |pci    |Marvell Yukon 2 Gigabit Ethernet driver|00:17:36:84:E5:1A|         |
  17.  
  18. #IMPORTANT: the INTERFACE field may be different at boot time, due to different plugged in network devices.
Advertisement
Add Comment
Please, Sign In to add comment