| © 2000-10-16 Jørgen Thomsen, jth@jth.net |
Fra en DOS prompt på maskinen med den offentlige IP-adresse (a.b.c.d):
C:\>netstat -r
Route Table
Active Routes:
| Network Address | Netmask | Gateway Address | Interface | Metric |
| 0.0.0.0 | 0.0.0.0 | 192.168.1.1 | a.b.c.d | 1 |
| 127.0.0.0 | 255.0.0.0 | 127.0.0.1 | 127.0.0.1 | 1 |
| a.b.c.d | 255.255.255.255 | 127.0.0.1 | 127.0.0.1 | 1 |
| a.b.c.255 | 255.255.255.255 | a.b.c.d | a.b.c.d | 1 |
| 224.0.0.0 | 224.0.0.0 | a.b.c.d | a.b.c.d | 1 |
| 255.255.255.255 | 255.255.255.255 | a.b.c.d | 0.0.0.0 | 1 |
Fra en DOS prompt på en anden maskine på LANet (IP-adresse 192.168.1.w):
C:\>netstat -r
Route Table
Active Routes:
| Network Address | Netmask | Gateway Address | Interface | Metric |
| 0.0.0.0 | 0.0.0.0 | 192.168.1.1 | 192.168.1.w | 1 |
| 127.0.0.0 | 255.0.0.0 | 127.0.0.1 | 127.0.0.1 | 1 |
| 192.168.1.0 | 255.255.255.0 | 192.168.1.w | 192.168.1.w | 1 |
| 192.168.1.w | 255.255.255.255 | 127.0.0.1 | 127.0.0.1 | 1 |
| 192.168.1.255 | 255.255.255.255 | 192.168.1.w | 192.168.1.w | 1 |
| 224.0.0.0 | 224.0.0.0 | 192.168.1.w | 192.168.1.w | 1 |
| 255.255.255.255 | 255.255.255.255 | 192.168.1.w | 0.0.0.0 | 1 |
| Tilbage | Frem |