Don't like ads? PRO users don't see any ads ;-)
Guest

santiagokq

By: a guest on Dec 25th, 2009  |  syntax: None  |  size: 0.76 KB  |  hits: 124  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #
  2. # Network configuration file
  3.  
  4. #You can override the hostname here:
  5. HOST=wdtv
  6. MTU=1500
  7.  
  8. sleep 10
  9.  
  10. #insmod /tmp/mnt/A9CC-9F71/rt2870sta.ko
  11. #sleep 10
  12. #ifconfig $MDEV up
  13. #sleep 10
  14. #iwconfig $MDEV ap 00:1C:10:08:95:42 essid oso
  15.  
  16. #WLAN_CFG=RT2870STA.dat
  17. #WLAN_LOAD=rt2870sta.ko
  18. #WLAN_UP=yes
  19. #WLAN_SLEEP=1
  20.  
  21. #sleep 5
  22.  
  23. DHCP=yes
  24.  
  25.  
  26. WLAN_CFG=RT2870STA.dat
  27. WLAN_LOAD=rt2870sta.ko
  28. WLAN_UP=yes
  29. WLAN_SLEEP=10
  30.  
  31.  
  32. # Static IP Configuration:  (only if not DHCP)
  33. #DHCP=no
  34. #IP=192.168.0.10
  35. #GW=192.168.0.1
  36. #NM=255.255.255.0
  37. #DNS1=192.168.0.1
  38. #DNS2=205.171.3.65
  39.  
  40. #
  41. # Optional:  
  42.  
  43. #specify time server host
  44. #NTP=pool.ntp.org
  45.  
  46. #specify timezone (example=pacific North America)
  47. #TZ=PST8PDT
  48.  
  49. #do not load any network drivers (saves memory)
  50. SUPPRESS_OTHERS=yes