You are on page 1of 4

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
0.0.0.0 0.0.0.0 192.168.5.1 192.168.5.227 25
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
172.16.0.0 255.255.255.0 192.168.232.1 192.168.232.48 11
192.168.5.0 255.255.255.0 On-link 192.168.5.227 281
192.168.5.227 255.255.255.255 On-link 192.168.5.227 281
192.168.5.255 255.255.255.255 On-link 192.168.5.227 281
192.168.232.0 255.255.255.0 On-link 192.168.232.48 266
192.168.232.48 255.255.255.255 On-link 192.168.232.48 266
192.168.232.255 255.255.255.255 On-link 192.168.232.48 266
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.5.227 281
224.0.0.0 240.0.0.0 On-link 192.168.232.48 266
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.5.227 281
255.255.255.255 255.255.255.255 On-link 192.168.232.48 266
========================================================================
===
Persistent Routes:
Network Address Netmask Gateway Address Metric
172.16.0.0 255.255.255.0 192.168.232.1 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 172.30.124.0 MASK 255.255.255.0 192.168.232.1


OK!

C:\Users\Administrator>ping 172.30.124.246

Pinging 172.30.124.246 with 32 bytes of data:


Reply from 172.30.124.246: bytes=32 time=7ms TTL=254
Reply from 172.30.124.246: bytes=32 time=6ms TTL=254
Reply from 172.30.124.246: bytes=32 time=5ms TTL=254
Reply from 172.30.124.246: bytes=32 time=7ms TTL=254

Ping statistics for 172.30.124.246:


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 20.20.20.0 MASK 255.255.255.0 192.168.232.1


OK!
C:\Users\Administrator>ping 20.20.20.13

Pinging 20.20.20.13 with 32 bytes of data:


Reply from 20.20.20.13: bytes=32 time=7ms TTL=251
Reply from 20.20.20.13: bytes=32 time=7ms TTL=251
Reply from 20.20.20.13: bytes=32 time=7ms TTL=251
Reply from 20.20.20.13: bytes=32 time=13ms TTL=251

Ping statistics for 20.20.20.13:


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 172.16.110.0 MASK 255.255.255.0 192.168.232.1


OK!

C:\Users\Administrator>ping 172.16.110.3

Pinging 172.16.110.3 with 32 bytes of data:


Reply from 172.16.110.3: bytes=32 time=6ms TTL=60
Reply from 172.16.110.3: bytes=32 time=7ms TTL=60
Reply from 172.16.110.3: bytes=32 time=9ms TTL=60
Reply from 172.16.110.3: bytes=32 time=7ms TTL=60

Ping statistics for 172.16.110.3:


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 172.16.7.0 MASK 255.255.255.0 192.168.232.1


OK!

C:\Users\Administrator>ping 172.16.7.129

Pinging 172.16.7.129 with 32 bytes of data:


Reply from 172.16.7.129: bytes=32 time=8ms TTL=122
Reply from 172.16.7.129: bytes=32 time=9ms TTL=122
Reply from 172.16.7.129: bytes=32 time=9ms TTL=122
Reply from 172.16.7.129: bytes=32 time=8ms TTL=122

Ping statistics for 172.16.7.129:


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 172.16.10.0 MASK 255.255.255.0 192.168.232.1


OK!

C:\Users\Administrator>ping 172.16.10.101

Pinging 172.16.10.101 with 32 bytes of data:


Reply from 172.16.10.101: bytes=32 time=7ms TTL=58
Reply from 172.16.10.101: bytes=32 time=7ms TTL=58
Reply from 172.16.10.101: bytes=32 time=7ms TTL=58
Reply from 172.16.10.101: bytes=32 time=8ms TTL=58

Ping statistics for 172.16.10.101:


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