You are on page 1of 5

Microsoft Windows [Version 10.0.17134.

320]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\waleed>hostname
DESKTOP-8J3OMKE

C:\Users\waleed>ping loopback

Pinging DESKTOP-8J3OMKE [::1] with 32 bytes of data:


Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms

Ping statistics for ::1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\waleed>ip address
'ip' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\waleed>IP address
'IP' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\waleed>ping loopback

Pinging DESKTOP-8J3OMKE [::1] with 32 bytes of data:


Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms
Reply from ::1: time<1ms

Ping statistics for ::1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Users\waleed>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : DESKTOP-8J3OMKE


Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Ethernet:

Media State . . . . . . . . . . . : Media disconnected


Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) 82577LM Gigabit Network Connection
Physical Address. . . . . . . . . : 68-B5-99-F1-24-41
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Ethernet 2:

Media State . . . . . . . . . . . : Media disconnected


Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : TAP-Windows Adapter V9
Physical Address. . . . . . . . . : 00-FF-70-50-FA-E6
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Local Area Connection* 11:

Media State . . . . . . . . . . . : Media disconnected


Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Hosted Network Virtual Adapter
Physical Address. . . . . . . . . : 58-94-6B-66-BF-B9
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Wireless LAN adapter Wi-Fi:

Connection-specific DNS Suffix . :


Description . . . . . . . . . . . :
Intel(R) Centrino(R) Advanced-N 6200 AGN
Physical Address. . . . . . . . . :
58-94-6B-66-BF-B8
DHCP Enabled. . . . . . . . . . . :
Yes
Autoconfiguration Enabled . . . . :
Yes
Link-local IPv6 Address . . . . . :
fe80::49b8:5c2e:931f:2393%17(Preferred)
IPv4 Address. . . . . . . . . . . :
10.112.29.218(Preferred)
Subnet Mask . . . . . . . . . . . :
255.255.252.0
Lease Obtained. . . . . . . . . . :
Monday, 8 October 2018 1:23:38 PM
Lease Expires . . . . . . . . . . :
Monday, 8 October 2018 3:44:44 PM
Default Gateway . . . . . . . . . :
10.112.28.5
DHCP Server . . . . . . . . . . . :
1.1.1.1
DHCPv6 IAID . . . . . . . . . . . :
123245675
DHCPv6 Client DUID. . . . . . . . :
00-01-00-01-23-21-D0-7A-68-B5-99-F1-24-41
DNS Servers . . . . . . . . . . . :
10.1.2.215
10.1.2.225
8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Enabled

Ethernet adapter Bluetooth Network Connection:

Media State . . . . . . . . . . . : Media disconnected


Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
Physical Address. . . . . . . . . : E0-2A-82-31-D6-5C
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes

C:\Users\waleed>arp

Displays and modifies the IP-to-Physical address translation tables used by


address resolution protocol (ARP).

ARP -s inet_addr eth_addr [if_addr]


ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr] [-v]

-a Displays current ARP entries by interrogating the current


protocol data. If inet_addr is specified, the IP and Physical
addresses for only the specified computer are displayed. If
more than one network interface uses ARP, entries for each ARP
table are displayed.
-g Same as -a.
-v Displays current ARP entries in verbose mode. All invalid
entries and entries on the loop-back interface will be shown.
inet_addr Specifies an internet address.
-N if_addr Displays the ARP entries for the network interface specified
by if_addr.
-d Deletes the host specified by inet_addr. inet_addr may be
wildcarded with * to delete all hosts.
-s Adds the host and associates the Internet address inet_addr
with the Physical address eth_addr. The Physical address is
given as 6 hexadecimal bytes separated by hyphens. The entry
is permanent.
eth_addr Specifies a physical address.
if_addr If present, this specifies the Internet address of the
interface whose address translation table should be modified.
If not present, the first applicable interface will be used.
Example:
> arp -s 157.55.85.212 00-aa-00-62-c6-09 .... Adds a static entry.
> arp -a .... Displays the arp table.

C:\Users\waleed>arp -s

Displays and modifies the IP-to-Physical address translation tables used by


address resolution protocol (ARP).

ARP -s inet_addr eth_addr [if_addr]


ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr] [-v]

-a Displays current ARP entries by interrogating the current


protocol data. If inet_addr is specified, the IP and Physical
addresses for only the specified computer are displayed. If
more than one network interface uses ARP, entries for each ARP
table are displayed.
-g Same as -a.
-v Displays current ARP entries in verbose mode. All invalid
entries and entries on the loop-back interface will be shown.
inet_addr Specifies an internet address.
-N if_addr Displays the ARP entries for the network interface specified
by if_addr.
-d Deletes the host specified by inet_addr. inet_addr may be
wildcarded with * to delete all hosts.
-s Adds the host and associates the Internet address inet_addr
with the Physical address eth_addr. The Physical address is
given as 6 hexadecimal bytes separated by hyphens. The entry
is permanent.
eth_addr Specifies a physical address.
if_addr If present, this specifies the Internet address of the
interface whose address translation table should be modified.
If not present, the first applicable interface will be used.
Example:
> arp -s 157.55.85.212 00-aa-00-62-c6-09 .... Adds a static entry.
> arp -a .... Displays the arp table.

C:\Users\waleed>arp -a
Interface: 10.112.29.218 --- 0x11
Internet Address Physical Address Type
10.112.28.5 00-ca-e5-ff-9b-c0 dynamic
224.0.0.22 01-00-5e-00-00-16 static
224.0.0.251 01-00-5e-00-00-fb static
224.0.0.252 01-00-5e-00-00-fc static
255.255.255.255 ff-ff-ff-ff-ff-ff static

C:\Users\waleed>route print
===========================================================================
Interface List
11...68 b5 99 f1 24 41 ......Intel(R) 82577LM Gigabit Network Connection
14...00 ff 70 50 fa e6 ......TAP-Windows Adapter V9
5...58 94 6b 66 bf b9 ......Microsoft Hosted Network Virtual Adapter
17...58 94 6b 66 bf b8 ......Intel(R) Centrino(R) Advanced-N 6200 AGN
22...e0 2a 82 31 d6 5c ......Bluetooth Device (Personal Area Network)
1...........................Software Loopback Interface 1
===========================================================================

IPv4 Route Table


===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.112.28.5 10.112.29.218 55
10.112.28.0 255.255.252.0 On-link 10.112.29.218 311
10.112.29.218 255.255.255.255 On-link 10.112.29.218 311
10.112.31.255 255.255.255.255 On-link 10.112.29.218 311
127.0.0.0 255.0.0.0 On-link 127.0.0.1 331
127.0.0.1 255.255.255.255 On-link 127.0.0.1 331
127.255.255.255 255.255.255.255 On-link 127.0.0.1 331
224.0.0.0 240.0.0.0 On-link 127.0.0.1 331
224.0.0.0 240.0.0.0 On-link 10.112.29.218 311
255.255.255.255 255.255.255.255 On-link 127.0.0.1 331
255.255.255.255 255.255.255.255 On-link 10.112.29.218 311
===========================================================================
Persistent Routes:
None

IPv6 Route Table


===========================================================================
Active Routes:
If Metric Network Destination Gateway
1 331 ::1/128 On-link
17 311 fe80::/64 On-link
17 311 fe80::49b8:5c2e:931f:2393/128
On-link
1 331 ff00::/8 On-link
17 311 ff00::/8 On-link
===========================================================================
Persistent Routes:
None

C:\Users\waleed>ping 192.168.10.1

Pinging 192.168.10.1 with 32 bytes of data:


Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.10.1:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\waleed>
C:\Users\waleed>
C:\Users\waleed>
C:\Users\waleed>
C:\Users\waleed>
C:\Users\waleed>
C:\Users\waleed>
C:\Users\waleed>ping 10.20.6.143

Pinging 10.20.6.143 with 32 bytes of data:


Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 10.20.6.143:


Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\waleed>ping 10.20.7.254

Pinging 10.20.7.254 with 32 bytes of data:


Reply from 10.20.7.254: bytes=32 time=3ms TTL=253
Reply from 10.20.7.254: bytes=32 time=4ms TTL=253
Reply from 10.20.7.254: bytes=32 time=3ms TTL=253
Reply from 10.20.7.254: bytes=32 time=2ms TTL=253

Ping statistics for 10.20.7.254:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 4ms, Average = 3ms

C:\Users\waleed>tracert 10.20.7.254

Tracing route to 10.20.7.254 over a maximum of 30 hops

1 6 ms 14 ms 14 ms 10.112.28.5
2 75 ms 3 ms 4 ms 10.106.244.1
3 3 ms 2 ms 3 ms 10.20.7.254

Trace complete.

C:\Users\waleed>

You might also like