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

dewit

By: a guest on Oct 14th, 2009  |  syntax: None  |  size: 0.93 KB  |  hits: 127  |  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.  
  7. # if you do not set a hostname,a random one is assigned.
  8.  
  9. # attempt to set jumbo frames
  10. MTU=9000
  11.  
  12. #
  13. # Dynamic IP Configuration:
  14. DHCP=yes
  15.  
  16. #
  17. # Static IP Configuration:  (only if not DHCP)
  18. #DHCP=no
  19. #IP=192.168.0.10
  20. #GW=192.168.0.1
  21. #NM=255.255.255.0
  22. #DNS1=192.168.0.1
  23. #DNS2=205.171.3.65
  24.  
  25. #
  26. # Optional:  
  27.  
  28. #specify time server host
  29. #NTP=pool.ntp.org
  30.  
  31. #specify timezone (example=pacific North America)
  32. #TZ=PST8PDT
  33.  
  34. #do not load any network drivers (saves memory)
  35. #SUPPRESS_OTHERS=yes
  36.  
  37. #one of rt61sta.dat, rt73sta.dat, RT2400.dat, RT2500STA.dat, RT2570STA.dat, RT2870STA.dat (used by rt3070 as well)
  38. WLAN_CFG=RT2870STA.dat
  39. #one of rt61.ko, rt73.ko, rt2400.ko, rt2500.ko, rt2570.ko, rt2870sta.ko, rt3070sta.ko
  40. WLAN_LOAD=rt2870sta.ko
  41. #need to bring up device?
  42. WLAN_UP=yes
  43. #time to sleep while waiting for wireless association
  44. WLAN_SLEEP=10