Guest

AndyWxy

By: a guest on Mar 8th, 2008  |  syntax: None  |  size: 1.14 KB  |  hits: 29  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. #
  2. # Network Profile
  3. #
  4.  
  5. DESCRIPTION="Default Network Profile @ Home (Wireless Router)"
  6.  
  7. # Network Settings
  8. INTERFACE=eth1
  9. HOSTNAME=Thinkpad-X41
  10.  
  11. # Interface Settings (use IFOPTS="dhcp" for DHCP)
  12. IFOPTS="192.168.1.6 netmask 255.255.255.0 broadcast 192.168.1.255"
  13. GATEWAY=192.168.1.1
  14.  
  15. # DNS Settings (optional)
  16. DOMAIN=localdomain
  17. DNS1=192.168.1.1
  18. DNS2=
  19.  
  20. # Wireless Settings (optional)
  21. ESSID=Home
  22. KEY=s:12345
  23. IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
  24.  
  25. #WIFI_INTERFACE=wlan0   # use this if you have a special wireless interface
  26.                         # that is linked to the real $INTERFACE
  27.  
  28. #WIFI_WAIT=5            # seconds to wait for the wireless card to
  29.                         # associate before bringing the interface up
  30. #USEWPA="yes"           # start wpa_supplicant with the profile
  31. #WPAOPTS=""             # use "" for normal operation or specify additional
  32.                         # options (eg, "-D ipw")
  33.                         # see /etc/wpa_supplicant.conf for configuration
  34. #AUTOWPA="yes"          # automatically configure WPA
  35. #PASSKEY=""             # wpa passkey/phrase. for use with AUTOWPA