Advertisement
Guest User

zeos - networking

a guest
Nov 4th, 2010
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ifconfig:
  2. eth0 Link encap:Ethernet HWaddr 00:24:E8:91:DA:94
  3. UP BROADCAST MULTICAST MTU:1500 Metric:1
  4. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  5. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  6. collisions:0 txqueuelen:1000
  7. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  8. Interrupt:27 Base address:0xc000
  9.  
  10. lo Link encap:Local Loopback
  11. inet addr:127.0.0.1 Mask:255.0.0.0
  12. UP LOOPBACK RUNNING MTU:16436 Metric:1
  13. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  14. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  15. collisions:0 txqueuelen:0
  16. RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
  17.  
  18. wlan0 Link encap:Ethernet HWaddr 00:23:08:6E:A7:64
  19. UP BROADCAST MULTICAST MTU:1500 Metric:1
  20. RX packets:1533 errors:0 dropped:0 overruns:0 frame:0
  21. TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
  22. collisions:0 txqueuelen:1000
  23. RX bytes:173229 (169.1 Kb) TX bytes:1550 (1.5 Kb)
  24.  
  25.  
  26. iwconfig: (for some reason iwconfig > iwconfig.txt only output wlan0 and not the errors about the non wireless devices)
  27. wlan0 IEEE 802.11bg ESSID:"rooter"
  28. Mode:Managed Frequency:2.422 GHz Access Point: Not-Associated
  29. Tx-Power=20 dBm
  30. Retry long limit:7 RTS thr:off Fragment thr:off
  31. Encryption key:off
  32. Power Management:off
  33.  
  34.  
  35. wpa_supplicant.conf:
  36. ctrl_interface=/var/run/wpa_supplicant
  37. ctrl_interface_group=wheel
  38. network={
  39. ssid="rooter"
  40. key_mgmt=WPA-PSK
  41. pairwise=CCMP TKIP
  42. group=CCMP TKIP
  43. psk="shastadog"
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement