Guest User

Untitled

a guest
Jul 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. ########## Windows Box
  2.  
  3. C:\Users\visitor>ipconfig /all
  4.  
  5. Windows IP Configuration
  6.  
  7. Host Name . . . . . . . . . . . . : MSR-2026
  8. Primary Dns Suffix . . . . . . . : fareast.corp.microsoft.com
  9. Node Type . . . . . . . . . . . . : Mixed
  10. IP Routing Enabled. . . . . . . . : No
  11. WINS Proxy Enabled. . . . . . . . : No
  12. DNS Suffix Search List. . . . . . : fareast.corp.microsoft.com
  13. System Quarantine State . . . . . : Not Restricted
  14.  
  15.  
  16. Ethernet adapter Local Area Connection:
  17.  
  18. Connection-specific DNS Suffix . : fareast.corp.microsoft.com
  19. Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
  20. Physical Address. . . . . . . . . : 00-13-21-D2-11-2D
  21. DHCP Enabled. . . . . . . . . . . : Yes
  22. Autoconfiguration Enabled . . . . : Yes
  23. Link-local IPv6 Address . . . . . : fe80::e5e2:531b:5594:9df5%13(Preferred)
  24. IPv4 Address. . . . . . . . . . . : 10.168.58.69(Preferred)
  25. Subnet Mask . . . . . . . . . . . : 255.255.254.0
  26. Lease Obtained. . . . . . . . . . : 08 December 2009 09:12:38
  27. Lease Expires . . . . . . . . . . : 16 December 2009 09:57:09
  28. Default Gateway . . . . . . . . . : 10.168.58.1
  29. DHCP Server . . . . . . . . . . . : 10.171.65.141
  30. DHCPv6 IAID . . . . . . . . . . . : 268440353
  31. DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-12-A1-EC-95-00-13-21-D2-11-2D
  32.  
  33. DNS Servers . . . . . . . . . . . : 10.171.65.141
  34. 10.171.65.29
  35. 10.171.64.10
  36. 157.60.218.7
  37. Primary WINS Server . . . . . . . : 157.60.218.19
  38. Secondary WINS Server . . . . . . : 157.60.104.34
  39. NetBIOS over Tcpip. . . . . . . . : Enabled
  40.  
  41. Tunnel adapter Local Area Connection* 9:
  42.  
  43. Media State . . . . . . . . . . . : Media disconnected
  44. Connection-specific DNS Suffix . :
  45. Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
  46. Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
  47. DHCP Enabled. . . . . . . . . . . : No
  48. Autoconfiguration Enabled . . . . : Yes
  49.  
  50. Tunnel adapter Local Area Connection* 12:
  51.  
  52. Media State . . . . . . . . . . . : Media disconnected
  53. Connection-specific DNS Suffix . :
  54. Description . . . . . . . . . . . : Microsoft 6to4 Adapter
  55. Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
  56. DHCP Enabled. . . . . . . . . . . : No
  57. Autoconfiguration Enabled . . . . : Yes
  58.  
  59. Tunnel adapter isatap.fareast.corp.microsoft.com:
  60.  
  61. Connection-specific DNS Suffix . : fareast.corp.microsoft.com
  62. Description . . . . . . . . . . . : Microsoft ISATAP Adapter
  63. Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
  64. DHCP Enabled. . . . . . . . . . . : No
  65. Autoconfiguration Enabled . . . . : Yes
  66. IPv6 Address. . . . . . . . . . . : 2001:4898:7001:f001:0:5efe:10.168.58.69(P
  67. referred)
  68. Link-local IPv6 Address . . . . . : fe80::5efe:10.168.58.69%14(Preferred)
  69. Default Gateway . . . . . . . . . : fe80::5efe:10.36.0.1%14
  70. DNS Servers . . . . . . . . . . . : 10.171.65.141
  71. 10.171.65.29
  72. 10.171.64.10
  73. 157.60.218.7
  74. NetBIOS over Tcpip. . . . . . . . : Disabled
  75.  
  76. C:\Users\visitor>ping google.com
  77.  
  78. Pinging google.com [74.125.53.100] with 32 bytes of data:
  79. Reply from 10.168.58.1: Destination host unreachable.
  80. Reply from 10.168.58.1: Destination host unreachable.
  81. Reply from 10.168.58.1: Destination host unreachable.
  82. Reply from 10.168.58.1: Destination host unreachable.
  83.  
  84. Ping statistics for 74.125.53.100:
  85. Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  86.  
  87. C:\Users\visitor>ping 10.168.58.1
  88.  
  89. Pinging 10.168.58.1 with 32 bytes of data:
  90. Reply from 10.168.58.1: bytes=32 time<1ms TTL=255
  91. Reply from 10.168.58.1: bytes=32 time<1ms TTL=255
  92. Reply from 10.168.58.1: bytes=32 time<1ms TTL=255
  93.  
  94. ########## Linux box
  95. ########## Exactly same network settings on network card, including MAC address
  96. $> ping 10.168.58.1
  97. PING 10.168.58.1( 10.168.58.1) 56(84) byes of data.
  98. 64 bytes from 10.168.58.1: icmp_seq=1 ttl=255 time=0.475 ms
  99. 64 bytes from 10.168.58.1: icmp_seq=1 ttl=255 time=0.456 ms
  100.  
  101. $> ping google.com
  102. ping: unknown host google.com
Add Comment
Please, Sign In to add comment