From 8ebaeeb3a219f15c46a4d85a20c636bd06873a19 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Thu, 27 Aug 2020 04:59:58 -0700 Subject: [PATCH] ipconfig example results --- documentation/Wireshark/ipconfig.txt | 33 +++++++++++++++++++ .../Wireshark/ipconfigAllExcerpt.txt | 16 +++++++++ 2 files changed, 49 insertions(+) create mode 100644 documentation/Wireshark/ipconfig.txt create mode 100644 documentation/Wireshark/ipconfigAllExcerpt.txt diff --git a/documentation/Wireshark/ipconfig.txt b/documentation/Wireshark/ipconfig.txt new file mode 100644 index 0000000000..29a00b1a83 --- /dev/null +++ b/documentation/Wireshark/ipconfig.txt @@ -0,0 +1,33 @@ +Example "ipconfig" output: + +Windows IP Configuration + +Ethernet adapter Ethernet 7: + + Connection-specific DNS Suffix . : + IPv4 Address. . . . . . . . . . . : 172.20.223.70 + Subnet Mask . . . . . . . . . . . : 255.255.255.255 + Default Gateway . . . . . . . . . : 0.0.0.0 + +Ethernet adapter Ethernet: + + Media State . . . . . . . . . . . : Media disconnected + Connection-specific DNS Suffix . : ern.nps.edu + +Wireless LAN adapter Local Area Connection* 4: + + Media State . . . . . . . . . . . : Media disconnected + Connection-specific DNS Suffix . : + +Wireless LAN adapter Wi-Fi: + + Connection-specific DNS Suffix . : + Link-local IPv6 Address . . . . . : fe80::6c31:f4d3:2fc3:8b37%17 + IPv4 Address. . . . . . . . . . . : 10.0.0.9 + Subnet Mask . . . . . . . . . . . : 255.255.255.0 + Default Gateway . . . . . . . . . : 10.0.0.1 + +Ethernet adapter Bluetooth Network Connection: + + Media State . . . . . . . . . . . : Media disconnected + Connection-specific DNS Suffix . : diff --git a/documentation/Wireshark/ipconfigAllExcerpt.txt b/documentation/Wireshark/ipconfigAllExcerpt.txt new file mode 100644 index 0000000000..d185703374 --- /dev/null +++ b/documentation/Wireshark/ipconfigAllExcerpt.txt @@ -0,0 +1,16 @@ +Here is "ipconfig /all" excerpt, which did not appear before: + +Ethernet adapter Ethernet 7: + Connection-specific DNS Suffix . : + Description . . . . . . . . . . . : PANGP Virtual Ethernet Adapter #5 + Physical Address. . . . . . . . . : 02-50-41-00-00-01 + DHCP Enabled. . . . . . . . . . . : No + Autoconfiguration Enabled . . . . : Yes + IPv4 Address. . . . . . . . . . . : 172.20.223.70(Preferred) + Subnet Mask . . . . . . . . . . . : 255.255.255.255 + Default Gateway . . . . . . . . . : 0.0.0.0 + DHCPv6 IAID . . . . . . . . . . . : 553799745 + DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-20-AF-7B-22-D4-81-D7-C4-72-74 + DNS Servers . . . . . . . . . . . : 172.20.20.11 + 172.20.20.12 + NetBIOS over Tcpip. . . . . . . . : Enabled -- GitLab