Advertisement
Guest User

Untitled

a guest
May 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # $Id: ifcfg-eth0 9918 2008-10-25 18:14:41Z radek $
  2. # Config for Ethernet card.
  3. #
  4.  
  5. # Name of the device. Must match filename suffix.
  6. DEVICE=wlan0
  7.  
  8. # IP addresses/address prefix
  9. # where prefix:
  10. # 24 - resembles netmask 255.255.255.0
  11. # 16 - resembles netmask 255.255.0.0
  12. # etc.
  13. # IPADDR may be either IPv4 or IPv6
  14. # you may have up to 256 addresses set up
  15. #IPADDR=192.168.0.1/24
  16. #IPADDR1=192.168.0.2/24
  17. #IPADDR2=192.168.0.3/24
  18. #IPADDR3=192.168.0.4/24
  19.  
  20. # you may select which of the above addresses
  21. # is primary for this interface (it'd be IPADDR1 in the example below)
  22. #IP4_PRIM_IF="1"
  23.  
  24. WLAN_WPA=yes
  25. WLAN_WPA_DRIVER=wext
  26. WLAN_WPA_CONFIG=/etc/wpa_supplicant.conf
  27.  
  28. # activate on boot? yes|no
  29. # you must set it to 'yes' if you want to have this up after bootup
  30. ONBOOT=yes
  31.  
  32. # dhcp|pump|none
  33. BOOTPROTO=dhcp
  34.  
  35. # pass parameters to dhcp client
  36. DHCP_OPTIONS="-nw"
  37.  
  38. # sane qdisc
  39. QDISC=sfq
  40.  
  41. # configure a 6to4 tunnel?
  42. #ENABLE_6TO4=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement