Advertisement
Guest User

no_ip_dhclient_script_log

a guest
Jul 9th, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. Script started on Tue 08 Jul 2014 10:22:37 PM EDT
  2. root@mymachine:~# ifconfig
  3. eth2 Link encap:Ethernet HWaddr 00:11:85:ee:08:05
  4. inet6 addr: myhwaddress/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:0 errors:136021419 dropped:0 overruns:0 frame:1
  7. TX packets:1340 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:0 (0.0 B) TX bytes:333436 (325.6 KiB)
  10. Interrupt:17
  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:1053 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:1053 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:0
  19. RX bytes:326557 (318.9 KiB) TX bytes:326557 (318.9 KiB)
  20.  
  21. root@mymachine:~# dhclient -v eth2
  22. Internet Systems Consortium DHCP Client 4.2.2
  23. Copyright 2004-2011 Internet Systems Consortium.
  24. All rights reserved.
  25. For info, please visit https://www.isc.org/software/dhcp/
  26.  
  27. Listening on LPF/eth2/00:11:85:ee:08:05
  28. Sending on LPF/eth2/routeraddr?
  29. Sending on Socket/fallback
  30. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 6
  31. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 15
  32. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 10
  33. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 18
  34. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 12
  35. No DHCPOFFERS received.
  36. No working leases in persistent database - sleeping.
  37. root@mymachine:~# service --status--all |grep `+``+b[1@^[1@`[1@&[1@&[1@
  38. [ + ] acpid
  39. [ + ] atd
  40. [ + ] avahi-daemon
  41. [ + ] cron
  42. [ + ] dbus
  43. [ + ] dovecot
  44. [ + ] fail2ban
  45. [ + ] minissdpd
  46. [ + ] network-manager
  47. [ + ] nfs-common
  48. [ + ] nginx
  49. [ + ] openbsd-inetd
  50. [ + ] php5-fpm
  51. [ + ] postfix
  52. [ + ] postgresql
  53. [ + ] pulseaudio
  54. [ + ] rpcbind
  55. [ + ] rsyslog
  56. [ + ] saned
  57. [ + ] spamassassin
  58. [ + ] ssh
  59. [ + ] udev
  60. root@mymachine:~# service networking srestart
  61. [....] Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ...[?25l7[warn8[?12l[?25h (warning).
  62. [....] Reconfiguring network interfaces...[?25l7[ ok 8[?12l[?25hdone.
  63. root@mymachine:~#
  64. [9@(reverse-i-search)`':d': dhclient -v eth2[1@h[1@c
  65. root@mymachine:~#
  66. Internet Systems Consortium DHCP Client 4.2.2
  67. Copyright 2004-2011 Internet Systems Consortium.
  68. All rights reserved.
  69. For info, please visit https://www.isc.org/software/dhcp/
  70.  
  71. Listening on LPF/eth2/routeraddr?
  72. Sending on LPF/eth2/routeraddr?
  73. Sending on Socket/fallback
  74. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 5
  75. ^[[15~`DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 10
  76.        DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 7
  77. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 13
  78. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 15
  79. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 9
  80. DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 2
  81. No DHCPOFFERS received.
  82. No working leases in persistent database - sleeping.
  83. root@mymachine:~# cat /etc/network/interfaces
  84. # This file describes the network interfaces available on your system
  85. # and how to activate them. For more information, see interfaces(5).
  86.  
  87. # The loopback network interface
  88. auto lo
  89. iface lo inet loopback
  90.  
  91. # The primary network interface
  92. allow-hotplug eth0
  93. iface eth0 inet dhcp
  94. root@mymachine:~# exit
  95. exit
  96.  
  97. Script done on Tue 08 Jul 2014 10:27:55 PM EDT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement