Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. C:Usersghasemi>ipconfig
  2.  
  3. Windows IP Configuration
  4.  
  5.  
  6. Ethernet adapter VPN - VPN Client:
  7.  
  8. Media State . . . . . . . . . . . : Media disconnected
  9. Connection-specific DNS Suffix . :
  10.  
  11. Ethernet adapter Local Area Connection:
  12.  
  13. Connection-specific DNS Suffix . :
  14. Link-local IPv6 Address . . . . . : fe80::f56e:2272:8e45:d325%11
  15. IPv4 Address. . . . . . . . . . . : 10.0.0.81
  16. Subnet Mask . . . . . . . . . . . : 255.255.255.0
  17. Default Gateway . . . . . . . . . : 10.0.0.60
  18.  
  19. Tunnel adapter isatap.{64F6ED37-BFBE-44D2-B33E-AE57214D096A}:
  20.  
  21. Media State . . . . . . . . . . . : Media disconnected
  22. Connection-specific DNS Suffix . :
  23.  
  24. Tunnel adapter isatap.{D5FA503F-A850-4145-A4CB-A05455F81069}:
  25.  
  26. Media State . . . . . . . . . . . : Media disconnected
  27. Connection-specific DNS Suffix . :
  28.  
  29. C:Usersghasemi>ping 10.60
  30.  
  31. Pinging 10.0.0.60 with 32 bytes of data:
  32. Reply from 10.0.0.60: bytes=32 time<1ms TTL=64
  33. Reply from 10.0.0.60: bytes=32 time<1ms TTL=64
  34. Reply from 10.0.0.60: bytes=32 time<1ms TTL=64
  35. Reply from 10.0.0.60: bytes=32 time<1ms TTL=64
  36.  
  37. Ping statistics for 10.0.0.60:
  38. Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  39. Approximate round trip times in milli-seconds:
  40. Minimum = 0ms, Maximum = 0ms, Average = 0ms
  41.  
  42. user@ubuntu:~$ ifconfig -a
  43. eth0 Link encap:Ethernet HWaddr 00:0c:29:03:c7:96
  44. inet addr:10.0.0.21 Bcast:10.0.0.255 Mask:255.255.255.0
  45. inet6 addr: fe80::20c:29ff:fe03:c796/64 Scope:Link
  46. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  47. RX packets:36938 errors:0 dropped:509 overruns:0 frame:0
  48. TX packets:2586 errors:0 dropped:0 overruns:0 carrier:0
  49. collisions:0 txqueuelen:1000
  50. RX bytes:2937692 (2.9 MB) TX bytes:260023 (260.0 KB)
  51.  
  52. lo Link encap:Local Loopback
  53. inet addr:127.0.0.1 Mask:255.0.0.0
  54. inet6 addr: ::1/128 Scope:Host
  55. UP LOOPBACK RUNNING MTU:65536 Metric:1
  56. RX packets:1999 errors:0 dropped:0 overruns:0 frame:0
  57. TX packets:1999 errors:0 dropped:0 overruns:0 carrier:0
  58. collisions:0 txqueuelen:0
  59. RX bytes:144101 (144.1 KB) TX bytes:144101 (144.1 KB)
  60.  
  61. user@ubuntu:~$ ping 10.81
  62. PING 10.81 (10.0.0.81) 56(84) bytes of data.
  63. 64 bytes from 10.0.0.81: icmp_seq=1 ttl=128 time=0.533 ms
  64. 64 bytes from 10.0.0.81: icmp_seq=2 ttl=128 time=0.354 ms
  65. 64 bytes from 10.0.0.81: icmp_seq=3 ttl=128 time=0.352 ms
  66. 64 bytes from 10.0.0.81: icmp_seq=4 ttl=128 time=0.295 ms
  67. ^C
  68. --- 10.81 ping statistics ---
  69. 4 packets transmitted, 4 received, 0% packet loss, time 3000ms
  70. rtt min/avg/max/mdev = 0.295/0.383/0.533/0.091 ms
  71.  
  72. user@ubuntu:~$ ping 10.60
  73. PING 10.60 (10.0.0.60) 56(84) bytes of data.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement