Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
IP Routing Table on Windows
How to display IP Routing Table on Windows Systems?
✍: FYIcenter.com
You can use the "network -rn" or "route print" command to display
the IP routing table a Windows system.
Here is an example:
fyicenter> netstat -rn
===========================================================================
Interface List
3...98 90 96 d6 f6 d8 ......Intel(R) Ethernet Connection I217-LM
1...........................Software Loopback Interface 1
===========================================================================
IPv4 Routing Table
======================================================================
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2 25
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
192.168.1.0 255.255.255.0 On-link 192.168.1.2 281
192.168.1.2 255.255.255.255 On-link 192.168.1.2 281
192.168.1.255 255.255.255.255 On-link 192.168.1.2 281
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 192.168.1.2 281
======================================================================
2021-04-30, 1583🔥, 0💬
Popular Posts:
What is the difference between a Web page and a Single File Web Page? Word supports 2 Web page forma...
How to resume file transfer in FileZilla FTP Client? I have unfinished file transfer entries in the ...
How to test I/O performance on INTEL SSDPEKKF256G8L SSD (Solid State Disk) with SQLIO? INTEL SSDPEKK...
How to convert a Word document into an MHTML? I have a nice Word document and want to publish it on ...
What are header and footer design options in Microsoft Word? I want to learn more about creating hea...