Advertisement
Guest User

Test

a guest
Apr 26th, 2010
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. debian:/home/sander# ifdown wlan0 && ltup wlan0
  2. There is already a pid file /var/run/dhclient.wlan0.pid with pid 4556
  3. killed old client process, removed PID file
  4. Internet Systems Consortium DHCP Client V3.1.1
  5. Copyright 2004-2008 Internet Systems Consortium.
  6. All rights reserved.
  7. For info, please visit http://www.isc.org/sw/dhcp/
  8.  
  9. Listening on LPF/wlan0/00:24:2b:42:de:57
  10. Sending on LPF/wlan0/00:24:2b:42:de:57
  11. Sending on Socket/fallback
  12. bash: ltup: command not found
  13. debian:/home/sander# iwconfig
  14. lo no wireless extensions.
  15.  
  16. eth0 no wireless extensions.
  17.  
  18. wlan0 IEEE 802.11bg Mode:Managed Access Point: Not-Associated
  19. Tx-Power=off
  20. Retry long limit:7 RTS thr:off Fragment thr:off
  21. Encryption key:off
  22. Power Management:off
  23.  
  24. debian:/home/sander# ifconfig -a
  25. eth0 Link encap:Ethernet HWaddr 00:23:5a:25:26:c3
  26. BROADCAST MULTICAST MTU:1500 Metric:1
  27. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  28. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:1000
  30. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  31. Interrupt:30 Base address:0xa000
  32.  
  33. lo Link encap:Local Loopback
  34. inet addr:127.0.0.1 Mask:255.0.0.0
  35. inet6 addr: ::1/128 Scope:Host
  36. UP LOOPBACK RUNNING MTU:16436 Metric:1
  37. RX packets:716 errors:0 dropped:0 overruns:0 frame:0
  38. TX packets:716 errors:0 dropped:0 overruns:0 carrier:0
  39. collisions:0 txqueuelen:0
  40. RX bytes:52272 (51.0 KiB) TX bytes:52272 (51.0 KiB)
  41.  
  42. wlan0 Link encap:Ethernet HWaddr 00:24:2b:42:de:57
  43. BROADCAST MULTICAST MTU:1500 Metric:1
  44. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  45. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  46. collisions:0 txqueuelen:1000
  47. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  48.  
  49. debian:/home/sander#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement