Guest User

Untitled

a guest
Jan 15th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. ovpn1:~$ ifconfig
  2. eth0 Link encap:Ethernet HWaddr 42:A7:41:EC:02:F2
  3. inet addr:172.12.0.217 Bcast:0.0.0.0 Mask:255.255.255.0
  4. inet6 addr: fe80::40a7:41ff:feec:2f2/64 Scope:Link
  5. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  6. RX packets:11547 errors:0 dropped:2 overruns:0 frame:0
  7. TX packets:6025 errors:0 dropped:0 overruns:0 carrier:0
  8. collisions:0 txqueuelen:1000
  9. RX bytes:1020491 (996.5 KiB) TX bytes:489124 (477.6 KiB)
  10.  
  11. eth1 Link encap:Ethernet HWaddr C2:4A:55:8D:1C:4F
  12. inet addr:10.10.0.1 Bcast:0.0.0.0 Mask:255.255.255.0
  13. inet6 addr: fe80::c04a:55ff:fe8d:1c4f/64 Scope:Link
  14. inet6 addr: fd50:4f53:44d3::c04a:55ff:fe8d:1c4f/64 Scope:Global
  15. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  16. RX packets:63 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:560 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:1000
  19. RX bytes:10870 (10.6 KiB) TX bytes:34468 (33.6 KiB)
  20.  
  21. lo Link encap:Local Loopback
  22. inet addr:127.0.0.1 Mask:255.0.0.0
  23. inet6 addr: ::1/128 Scope:Host
  24. UP LOOPBACK RUNNING MTU:65536 Metric:1
  25. RX packets:676 errors:0 dropped:0 overruns:0 frame:0
  26. TX packets:676 errors:0 dropped:0 overruns:0 carrier:0
  27. collisions:0 txqueuelen:1000
  28. RX bytes:75370 (73.6 KiB) TX bytes:75370 (73.6 KiB)
  29.  
  30. tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
  31. inet addr:10.8.0.150 P-t-P:10.8.0.149 Mask:255.255.255.255
  32. inet6 addr: fe80::5da1:7d6e:943f:eddc/64 Scope:Link
  33. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
  34. RX packets:9 errors:0 dropped:0 overruns:0 frame:0
  35. TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
  36. collisions:0 txqueuelen:100
  37. RX bytes:960 (960.0 B) TX bytes:1692 (1.6 KiB)
  38.  
  39. ovpn1:~$ netstat -nr
  40. Kernel IP routing table
  41. Destination Gateway Genmask Flags MSS Window irtt Iface
  42. 0.0.0.0 10.8.0.149 128.0.0.0 UG 0 0 0 tun0
  43. 0.0.0.0 172.12.0.1 0.0.0.0 UG 0 0 0 eth0
  44. 10.8.0.1 10.8.0.149 255.255.255.255 UGH 0 0 0 tun0
  45. 10.8.0.149 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
  46. 10.10.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
  47. 37.187.158.97 172.12.0.1 255.255.255.255 UGH 0 0 0 eth0
  48. 128.0.0.0 10.8.0.149 128.0.0.0 UG 0 0 0 tun0
  49. 172.12.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  50. ovpn1:~$
Advertisement
Add Comment
Please, Sign In to add comment