Advertisement
Guest User

Untitled

a guest
Nov 4th, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. root@debian:/home/mix22891# ifconfig
  2. eth0 Link encap:Ethernet HWaddr 90:fb:a6:24:ea:63
  3. inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
  4. inet6 addr: fe80::92fb:a6ff:fe24:ea63/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:2 errors:0 dropped:0 overruns:0 frame:0
  7. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:640 (640.0 B) TX bytes:1152 (1.1 KiB)
  10. Interrupt:27 Base address:0xc000
  11.  
  12. lo Link encap:Local Loopback
  13. inet addr:127.0.0.1 Mask:255.0.0.0
  14. inet6 addr: ::1/128 Scope:Host
  15. UP LOOPBACK RUNNING MTU:16436 Metric:1
  16. RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)
  20.  
  21. -----------------------------------------------------------------------------
  22. root@debian:/home/mix22891# ifconfig eth0
  23. eth0 Link encap:Ethernet HWaddr 90:fb:a6:24:ea:63
  24. inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
  25. inet6 addr: fe80::92fb:a6ff:fe24:ea63/64 Scope:Link
  26. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  27. RX packets:8 errors:0 dropped:0 overruns:0 frame:0
  28. TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
  29. collisions:0 txqueuelen:1000
  30. RX bytes:1136 (1.1 KiB) TX bytes:1500 (1.4 KiB)
  31. Interrupt:27 Base address:0xc000
  32. -----------------------------------------------------------------------------
  33. root@debian:/home/mix22891# ifconfig eth0 up ; dhclient - v eth0
  34. Internet Systems Consortium DHCP Client 4.1.1-P1
  35. Copyright 2004-2010 Internet Systems Consortium.
  36. All rights reserved.
  37. For info, please visit https://www.isc.org/software/dhcp/
  38. Usage: dhclient [-4|-6] [-SNTP1dvrx] [-nw] [-p <port>] [-s server]
  39. [-cf config-file] [-lf lease-file][-pf pid-file] [-e VAR=val]
  40. [-sf script-file] [interface]
  41.  
  42.  
  43.  
  44. root@debian:/home/mix22891# dhclient -v eth0
  45. Internet Systems Consortium DHCP Client 4.1.1-P1
  46. Copyright 2004-2010 Internet Systems Consortium.
  47. All rights reserved.
  48. For info, please visit https://www.isc.org/software/dhcp/
  49.  
  50. Listening on LPF/eth0/90:fb:a6:24:ea:63
  51. Sending on LPF/eth0/90:fb:a6:24:ea:63
  52. Sending on Socket/fallback
  53. DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
  54. DHCPOFFER from 10.0.0.138
  55. DHCPREQUEST on eth0 to 255.255.255.255 port 67
  56. DHCPACK from 10.0.0.138
  57. bound to 10.0.0.1 -- renewal in 1647 seconds.
  58. root@debian:/home/mix22891# ifconfig eth0 up ; dhclient -v eth0
  59. Internet Systems Consortium DHCP Client 4.1.1-P1
  60. Copyright 2004-2010 Internet Systems Consortium.
  61. All rights reserved.
  62. For info, please visit https://www.isc.org/software/dhcp/
  63.  
  64. Listening on LPF/eth0/90:fb:a6:24:ea:63
  65. Sending on LPF/eth0/90:fb:a6:24:ea:63
  66. Sending on Socket/fallback
  67. DHCPREQUEST on eth0 to 255.255.255.255 port 67
  68. DHCPACK from 10.0.0.138
  69. bound to 10.0.0.1 -- renewal in 1707 seconds.
  70. root@debian:/home/mix22891#
  71.  
  72.  
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement