C:\temp>netstat -rn
Routingtabelle
==========================
Schnittstellenliste
0x1 ..........................
0x10003 ...00 16 36 a1 7e b3 ...... Realtek RTL8139/810x Family Fast Ethernet NI
C - Paketplaner-Miniport
==========================
==========================
Aktive Routen:
Netzwerkziel Netzwerkmaske Gateway Schnittstelle Anzahl
0.0.0.0 0.0.0.0 172.20.1.254 172.20.107.22 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.20.0.0 255.255.0.0 172.20.107.22 172.20.107.22 20
172.20.107.22 255.255.255.255 127.0.0.1 127.0.0.1 20
172.20.255.255 255.255.255.255 172.20.107.22 172.20.107.22 20
224.0.0.0 240.0.0.0 172.20.107.22 172.20.107.22 20
255.255.255.255 255.255.255.255 172.20.107.22 172.20.107.22 1
Standardgateway: 172.20.1.254
==========================
Ständige Routen:
Keine
C:\temp>
Main Topics
Browse All Topics





by: netbonesPosted on 2009-05-22 at 21:25:49ID: 24456703
Go to a command prompt and type:
netstat -rn
Publish the results.
You can also completely reset your TCP/IP configuration by going to a cmd prompt and do the following:
netsh interface reset all <enter>