Guest User

Untitled

a guest
Jan 11th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. [Syn-3] root@darkstar.example.net ~# lsmod |grep r81
  2. [Syn-3] root@darkstar.example.net ~# modprobe r8169
  3. [Syn-3] root@darkstar.example.net ~# ifconfi
  4. [Syn-3] root@darkstar.example.net ~# ifconfig eth2 10.73.57.123
  5. [Syn-3] root@darkstar.example.net ~# ping 10.73.57.1
  6. PING 10.73.57.1 (10.73.57.1) 56(84) bytes of data.
  7. 64 bytes from 10.73.57.1: icmp_seq=1 ttl=64 time=1.13 ms
  8. ^C
  9. --- 10.73.57.1 ping statistics ---
  10. 1 packets transmitted, 1 received, 0% packet loss, time 0ms
  11. rtt min/avg/max/mdev = 1.133/1.133/1.133/0.000 ms
  12. [Syn-3] root@darkstar.example.net ~# modprobe -r r8169
  13. [Syn-3] root@darkstar.example.net ~# lsmod |grep r81
  14. [Syn-3] root@darkstar.example.net ~# modprobe r8168
  15. [Syn-3] root@darkstar.example.net ~# ifconfig eth2 10.73.57.123
  16. [Syn-3] root@darkstar.example.net ~# ping 10.73.57.1
  17. PING 10.73.57.1 (10.73.57.1) 56(84) bytes of data.
  18. From 10.73.57.123 icmp_seq=1 Destination Host Unreachable
  19. From 10.73.57.123 icmp_seq=2 Destination Host Unreachable
  20. From 10.73.57.123 icmp_seq=3 Destination Host Unreachable
  21. ^C
  22. --- 10.73.57.1 ping statistics ---
  23. 5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4017ms
  24. , pipe 3
  25. [Syn-3] root@darkstar.example.net ~# linkbeep -l
  26. 0 1 Intel Corporation: 82571EB Gigabit Ethernet Controller 68:05:ca:08:7c:ee
  27. 1 1 Intel Corporation: 82571EB Gigabit Ethernet Controller 68:05:ca:08:7c:ef
  28. 2 1 Realtek Semiconductor Co., Ltd.: RTL8111/8168B PCI Express Gigabit Ethernet controller 10:78:d2:49:01:5d
  29. [Syn-3] root@darkstar.example.net ~# ping 10.73.57.1
  30. PING 10.73.57.1 (10.73.57.1) 56(84) bytes of data.
  31. 64 bytes from 10.73.57.1: icmp_seq=1 ttl=64 time=0.328 ms
  32. 64 bytes from 10.73.57.1: icmp_seq=2 ttl=64 time=0.322 ms
  33. ^C
  34. --- 10.73.57.1 ping statistics ---
  35. 2 packets transmitted, 2 received, 0% packet loss, time 1001ms
  36. rtt min/avg/max/mdev = 0.322/0.325/0.328/0.003 ms
  37. [Syn-3] root@darkstar.example.net ~# lsmod |grep r81
  38. r8168 225704 0
  39. [Syn-3] root@darkstar.example.net ~# modprobe -r r8168
  40. [Syn-3] root@darkstar.example.net ~# lsmod |grep r81
  41. [Syn-3] root@darkstar.example.net ~# modprobe -r r8168
  42. [Syn-3] root@darkstar.example.net ~# lsmod |grep r81
  43. [Syn-3] root@darkstar.example.net ~# modprobe r8169
  44. [Syn-3] root@darkstar.example.net ~# lsmod |grep r81
  45. r8169 31748 0
  46. mii 12928 1 r8169
  47. [Syn-3] root@darkstar.example.net ~# ifconfig eth2 10.73.57.123
  48. [Syn-3] root@darkstar.example.net ~# ping 10.73.57.1
  49. PING 10.73.57.1 (10.73.57.1) 56(84) bytes of data.
  50. 64 bytes from 10.73.57.1: icmp_seq=1 ttl=64 time=3.40 ms
  51. 64 bytes from 10.73.57.1: icmp_seq=2 ttl=64 time=0.306 ms
  52. ^C
  53. --- 10.73.57.1 ping statistics ---
  54. 2 packets transmitted, 2 received, 0% packet loss, time 1009ms
  55. rtt min/avg/max/mdev = 0.306/1.856/3.407/1.551 ms
  56. [Syn-3] root@darkstar.example.net ~# modprobe -r r8168
  57. [Syn-3] root@darkstar.example.net ~# ifconfig eth2 10.73.57.123
  58. [Syn-3] root@darkstar.example.net ~# modprobe -r r8169
  59. [Syn-3] root@darkstar.example.net ~# ifconfig eth2 10.73.57.123
  60. SIOCSIFADDR: No such device
  61. eth2: ERROR while getting interface flags: No such device
Add Comment
Please, Sign In to add comment