Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. root@62-210-201-168:~# ifconfig -a | grep eth
  2. eth0 Link encap:Ethernet HWaddr c8:cb:b8:d4:53:06
  3. eth1 Link encap:Ethernet HWaddr c8:cb:b8:d4:53:07
  4. root@62-210-201-168:~# sudo dhclient -v eth^C
  5. root@62-210-201-168:~# sudo dhclient -v eth1
  6. Internet Systems Consortium DHCP Client 4.2.4
  7. Copyright 2004-2012 Internet Systems Consortium.
  8. All rights reserved.
  9. For info, please visit https://www.isc.org/software/dhcp/
  10.  
  11. Listening on LPF/eth1/c8:cb:b8:d4:53:07
  12. Sending on LPF/eth1/c8:cb:b8:d4:53:07
  13. Sending on Socket/fallback
  14. DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3 (xid=0xc6e71816)
  15. DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8 (xid=0xc6e71816)
  16. DHCPREQUEST of 10.90.89.80 on eth1 to 255.255.255.255 port 67 (xid=0x1618e7c6)
  17. DHCPOFFER of 10.90.89.80 from 10.90.89.65
  18. DHCPACK of 10.90.89.80 from 10.90.89.65
  19. bound to 10.90.89.80 -- renewal in 2147483648 seconds.
  20. root@62-210-201-168:~# route -n
  21. Kernel IP routing table
  22. Destination Gateway Genmask Flags Metric Ref Use Iface
  23. 0.0.0.0 62.210.201.1 0.0.0.0 UG 0 0 0 eth0
  24. 10.90.0.0 10.90.89.65 255.254.0.0 UG 0 0 0 eth1
  25. 10.90.89.64 0.0.0.0 255.255.255.192 U 0 0 0 eth1
  26. 62.210.201.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  27. root@62-210-201-168:~# ping san-1.rpn.online.net
  28. PING rpn-storage-dc3-1.rpn.online.net (10.90.254.2) 56(84) bytes of data.
  29. 64 bytes from 10.90.254.2: icmp_seq=1 ttl=61 time=4.27 ms
  30. 64 bytes from 10.90.254.2: icmp_seq=2 ttl=61 time=0.398 ms
  31. 64 bytes from 10.90.254.2: icmp_seq=3 ttl=61 time=0.452 ms
  32. 64 bytes from 10.90.254.2: icmp_seq=4 ttl=61 time=0.415 ms
  33. 64 bytes from 10.90.254.2: icmp_seq=5 ttl=61 time=0.404 ms
  34. 64 bytes from 10.90.254.2: icmp_seq=6 ttl=61 time=0.386 ms
  35. ^Z
  36. [1]+ Stopped ping san-1.rpn.online.net
  37. root@62-210-201-168:~# ping 10.91.121.15
  38. PING 10.91.121.15 (10.91.121.15) 56(84) bytes of data.
  39. ^Z
  40. [2]+ Stopped ping 10.91.121.15
  41. root@62-210-201-168:~# ping 10.91.121.15
  42. PING 10.91.121.15 (10.91.121.15) 56(84) bytes of data.
  43. ^Z
  44. [3]+ Stopped ping 10.91.121.15
  45. root@62-210-201-168:~# ping 10.91.54.12
  46. PING 10.91.54.12 (10.91.54.12) 56(84) bytes of data.
  47. ^Z
  48. [4]+ Stopped ping 10.91.54.12
  49. root@62-210-201-168:~# ping 10.90.39.213
  50. PING 10.90.39.213 (10.90.39.213) 56(84) bytes of data.
  51. ^Z
  52. [5]+ Stopped ping 10.90.39.213
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement