Advertisement
Guest User

DHCP before upgrade

a guest
Nov 1st, 2010
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. [shadyabhi@ArchLinux ~]$ sudo dhcpcd -d eth0
  2. dhcpcd[9339]: version 5.2.8 starting
  3. dhcpcd[9339]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason PREINIT
  4. dhcpcd[9339]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason CARRIER
  5. dhcpcd[9339]: eth0: reading lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
  6. dhcpcd[9339]: eth0: rebinding lease of 123.238.87.136
  7. dhcpcd[9339]: eth0: sending REQUEST (xid 0x43dc6384), next in 4.11 seconds
  8. dhcpcd[9339]: eth0: NAK: requested address not available from 97.242.28.138
  9. dhcpcd[9339]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason NAK
  10. dhcpcd[9339]: eth0: broadcasting for a lease
  11. dhcpcd[9339]: eth0: sending DISCOVER (xid 0x8ae7c40f), next in 3.23 seconds
  12. dhcpcd[9339]: eth0: offered 123.237.133.195 from 10.9.240.137 `BROADBAND'
  13. dhcpcd[9339]: eth0: sending REQUEST (xid 0x8ae7c40f), next in 3.66 seconds
  14. dhcpcd[9339]: eth0: acknowledged 123.237.133.195 from 10.9.240.137 `BROADBAND'
  15. dhcpcd[9339]: eth0: checking for 123.237.133.195
  16. dhcpcd[9339]: eth0: sending ARP probe (1 of 3), next in 2.00 seconds
  17. dhcpcd[9339]: eth0: sending ARP probe (2 of 3), next in 1.48 seconds
  18. dhcpcd[9339]: eth0: sending ARP probe (3 of 3), next in 2.00 seconds
  19. dhcpcd[9339]: eth0: leased 123.237.133.195 for 500 seconds
  20. dhcpcd[9339]: eth0: adding IP address 123.237.133.195/21
  21. dhcpcd[9339]: eth0: adding route to 123.237.128.0/21
  22. dhcpcd[9339]: eth0: adding default route via 123.237.128.1
  23. dhcpcd[9339]: eth0: writing lease `/var/lib/dhcpcd/dhcpcd-eth0.lease'
  24. dhcpcd[9339]: eth0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks', reason BOUND
  25. dhcpcd: eth0: MTU set to 1400
  26. dhcpcd[9339]: forking to background
  27. dhcpcd[9339]: forked to background, child pid 9368
  28. [shadyabhi@ArchLinux ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement