0% found this document useful (0 votes)
58 views4 pages

Adding Routes in Windows 10

The document shows the output of route print and ping commands on a Windows computer. It lists the network interfaces and IPv4 and IPv6 route tables. It then adds several persistent routes and pings the destinations, receiving replies each time with latency between 5-13ms. In the end, the print route command again fails to initialize the device.

Uploaded by

Sarwar Murshed
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views4 pages

Adding Routes in Windows 10

The document shows the output of route print and ping commands on a Windows computer. It lists the network interfaces and IPv4 and IPv6 route tables. It then adds several persistent routes and pings the destinations, receiving replies each time with latency between 5-13ms. In the end, the print route command again fails to initialize the device.

Uploaded by

Sarwar Murshed
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Microsoft Windows [Version 10.0.

10240]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\Users\Administrator>print route
Unable to initialize device PRN

C:\Users\Administrator>route print
========================================================================
===
Interface List
5...48 8a d2 50 18 82 ......Microsoft Wi-Fi Direct Virtual Adapter
6...50 9a 4c 11 5c 77 ......Realtek PCIe GBE Family Controller
4...48 8a d2 50 18 82 ......Realtek RTL8188EU Wireless LAN 802.11n USB 2.0 Network
Adapter
1...........................Software Loopback Interface 1
3...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
8...00 00 00 00 00 00 00 e0 Microsoft Teredo Tunneling Adapter
7...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
========================================================================
===

IPv4 Route Table


========================================================================
===
Active Routes:
Network Destination Netmask Gateway Interface Metric
[Link] [Link] [Link] [Link] 25
[Link] [Link] On-link [Link] 306
[Link] [Link] On-link [Link] 306
[Link] [Link] On-link [Link] 306
[Link] [Link] [Link] [Link] 11
[Link] [Link] On-link [Link] 281
[Link] [Link] On-link [Link] 281
[Link] [Link] On-link [Link] 281
[Link] [Link] On-link [Link] 266
[Link] [Link] On-link [Link] 266
[Link] [Link] On-link [Link] 266
[Link] [Link] On-link [Link] 306
[Link] [Link] On-link [Link] 281
[Link] [Link] On-link [Link] 266
[Link] [Link] On-link [Link] 306
[Link] [Link] On-link [Link] 281
[Link] [Link] On-link [Link] 266
========================================================================
===
Persistent Routes:
Network Address Netmask Gateway Address Metric
[Link] [Link] [Link] 1
========================================================================
===

IPv6 Route Table


========================================================================
===
Active Routes:
If Metric Network Destination Gateway
1 306 ::1/128 On-link
4 281 fe80::/64 On-link
4 281 fe80::7922:d32d:6e33:7f77/128
On-link
1 306 ff00::/8 On-link
4 281 ff00::/8 On-link
========================================================================
===
Persistent Routes:
None

C:\Users\Administrator>route -p add [Link] MASK [Link] [Link]


OK!

C:\Users\Administrator>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time=7ms TTL=254
Reply from [Link]: bytes=32 time=6ms TTL=254
Reply from [Link]: bytes=32 time=5ms TTL=254
Reply from [Link]: bytes=32 time=7ms TTL=254

Ping statistics for [Link]:


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

C:\Users\Administrator>route -p add [Link] MASK [Link] [Link]


OK!
C:\Users\Administrator>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time=7ms TTL=251
Reply from [Link]: bytes=32 time=7ms TTL=251
Reply from [Link]: bytes=32 time=7ms TTL=251
Reply from [Link]: bytes=32 time=13ms TTL=251

Ping statistics for [Link]:


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

C:\Users\Administrator>route -p add [Link] MASK [Link] [Link]


OK!

C:\Users\Administrator>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time=6ms TTL=60
Reply from [Link]: bytes=32 time=7ms TTL=60
Reply from [Link]: bytes=32 time=9ms TTL=60
Reply from [Link]: bytes=32 time=7ms TTL=60

Ping statistics for [Link]:


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

C:\Users\Administrator>route -p add [Link] MASK [Link] [Link]


OK!

C:\Users\Administrator>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time=8ms TTL=122
Reply from [Link]: bytes=32 time=9ms TTL=122
Reply from [Link]: bytes=32 time=9ms TTL=122
Reply from [Link]: bytes=32 time=8ms TTL=122

Ping statistics for [Link]:


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

C:\Users\Administrator>route -p add [Link] MASK [Link] [Link]


OK!

C:\Users\Administrator>ping [Link]

Pinging [Link] with 32 bytes of data:


Reply from [Link]: bytes=32 time=7ms TTL=58
Reply from [Link]: bytes=32 time=7ms TTL=58
Reply from [Link]: bytes=32 time=7ms TTL=58
Reply from [Link]: bytes=32 time=8ms TTL=58

Ping statistics for [Link]:


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

C:\Users\Administrator>print route
Unable to initialize device PRN

C:\Users\Administrator>

You might also like