Advertisement
Guest User

Untitled

a guest
Feb 9th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.19045.3930]
  2. (c) Microsoft Corporation. All rights reserved.
  3.  
  4. C:\WINDOWS\system32>ipconfig /all
  5.  
  6. Windows IP Configuration
  7.  
  8. Host Name . . . . . . . . . . . . : DESKTOP-JQK7TT6
  9. Primary Dns Suffix . . . . . . . :
  10. Node Type . . . . . . . . . . . . : Hybrid
  11. IP Routing Enabled. . . . . . . . : No
  12. WINS Proxy Enabled. . . . . . . . : No
  13. DNS Suffix Search List. . . . . . : fritz.box
  14.  
  15. Ethernet adapter Ethernet:
  16.  
  17. Media State . . . . . . . . . . . : Media disconnected
  18. Connection-specific DNS Suffix . :
  19. Description . . . . . . . . . . . : Realtek PCIe GbE Family Controller
  20. Physical Address. . . . . . . . . : 48-2A-E3-25-30-0C
  21. DHCP Enabled. . . . . . . . . . . : Yes
  22. Autoconfiguration Enabled . . . . : Yes
  23.  
  24. Wireless LAN adapter Połączenie lokalne* 1:
  25.  
  26. Media State . . . . . . . . . . . : Media disconnected
  27. Connection-specific DNS Suffix . :
  28. Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
  29. Physical Address. . . . . . . . . : B4-69-21-3D-8C-A5
  30. DHCP Enabled. . . . . . . . . . . : Yes
  31. Autoconfiguration Enabled . . . . : Yes
  32.  
  33. Wireless LAN adapter Połączenie lokalne* 2:
  34.  
  35. Media State . . . . . . . . . . . : Media disconnected
  36. Connection-specific DNS Suffix . :
  37. Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
  38. Physical Address. . . . . . . . . : B6-69-21-3D-8C-A4
  39. DHCP Enabled. . . . . . . . . . . : Yes
  40. Autoconfiguration Enabled . . . . : Yes
  41.  
  42. Wireless LAN adapter Wi-Fi:
  43.  
  44. Connection-specific DNS Suffix . : fritz.box
  45. Description . . . . . . . . . . . : Intel(R) Dual Band Wireless-AC 3165
  46. Physical Address. . . . . . . . . : B4-69-21-3D-8C-A4
  47. DHCP Enabled. . . . . . . . . . . : Yes
  48. Autoconfiguration Enabled . . . . : Yes
  49. IPv6 Address. . . . . . . . . . . : 2a01:3d8:411:1500:7d77:6048:7a1c:a531(Preferred)
  50. Temporary IPv6 Address. . . . . . : 2a01:3d8:411:1500:41bd:a5d1:dbe5:f3b7(Preferred)
  51. Link-local IPv6 Address . . . . . : fe80::fd10:dc7e:e586:286c%18(Preferred)
  52. IPv4 Address. . . . . . . . . . . : 192.168.178.38(Preferred)
  53. Subnet Mask . . . . . . . . . . . : 255.255.255.0
  54. Lease Obtained. . . . . . . . . . : Wednesday, January 31, 2024 1:00:42 PM
  55. Lease Expires . . . . . . . . . . : Tuesday, February 20, 2024 12:19:16 AM
  56. Default Gateway . . . . . . . . . : fe80::de15:c8ff:fee4:8cb9%18
  57. 192.168.178.1
  58. DHCP Server . . . . . . . . . . . : 192.168.178.1
  59. DHCPv6 IAID . . . . . . . . . . . : 179595553
  60. DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-2A-C7-46-B9-48-2A-E3-25-30-0C
  61. DNS Servers . . . . . . . . . . . : fd00::de15:c8ff:fee4:8cb9
  62. 2a01:3d8:411:1500:de15:c8ff:fee4:8cb9
  63. 192.168.178.1
  64. NetBIOS over Tcpip. . . . . . . . : Enabled
  65.  
  66. C:\WINDOWS\system32>route print
  67. ===========================================================================
  68. Interface List
  69. 16...48 2a e3 25 30 0c ......Realtek PCIe GbE Family Controller
  70. 8...b4 69 21 3d 8c a5 ......Microsoft Wi-Fi Direct Virtual Adapter
  71. 15...b6 69 21 3d 8c a4 ......Microsoft Wi-Fi Direct Virtual Adapter #2
  72. 18...b4 69 21 3d 8c a4 ......Intel(R) Dual Band Wireless-AC 3165
  73. 1...........................Software Loopback Interface 1
  74. ===========================================================================
  75.  
  76. IPv4 Route Table
  77. ===========================================================================
  78. Active Routes:
  79. Network Destination Netmask Gateway Interface Metric
  80. 0.0.0.0 0.0.0.0 192.168.178.1 192.168.178.38 45
  81. 127.0.0.0 255.0.0.0 On-link 127.0.0.1 331
  82. 127.0.0.1 255.255.255.255 On-link 127.0.0.1 331
  83. 127.255.255.255 255.255.255.255 On-link 127.0.0.1 331
  84. 192.168.178.0 255.255.255.0 On-link 192.168.178.38 301
  85. 192.168.178.38 255.255.255.255 On-link 192.168.178.38 301
  86. 192.168.178.255 255.255.255.255 On-link 192.168.178.38 301
  87. 224.0.0.0 240.0.0.0 On-link 127.0.0.1 331
  88. 224.0.0.0 240.0.0.0 On-link 192.168.178.38 301
  89. 255.255.255.255 255.255.255.255 On-link 127.0.0.1 331
  90. 255.255.255.255 255.255.255.255 On-link 192.168.178.38 301
  91. ===========================================================================
  92. Persistent Routes:
  93. None
  94.  
  95. IPv6 Route Table
  96. ===========================================================================
  97. Active Routes:
  98. If Metric Network Destination Gateway
  99. 18 301 ::/0 fe80::de15:c8ff:fee4:8cb9
  100. 1 331 ::1/128 On-link
  101. 18 301 2a01:3d8:411:1500::/56 fe80::de15:c8ff:fee4:8cb9
  102. 18 301 2a01:3d8:411:1500::/64 On-link
  103. 18 301 2a01:3d8:411:1500:41bd:a5d1:dbe5:f3b7/128
  104. On-link
  105. 18 301 2a01:3d8:411:1500:7d77:6048:7a1c:a531/128
  106. On-link
  107. 18 301 fe80::/64 On-link
  108. 18 301 fe80::fd10:dc7e:e586:286c/128
  109. On-link
  110. 1 331 ff00::/8 On-link
  111. 18 301 ff00::/8 On-link
  112. ===========================================================================
  113. Persistent Routes:
  114. None
  115.  
  116. C:\WINDOWS\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement