- 论坛徽章:
- 0
|
各位大侠帮忙了,关于Win2000路由的配置问题,谢谢了。
具体信息如下。
show route
C -- Connected route, S -- Static route, R -- RIP route, O -- OSPF route
Network Address Mask Gateway Metric Port
S 10.6.168.103 255.255.255.255 10.101.253.57 1/0
C 10.96.99.109 255.255.255.255 2/0 S0
10.101.253.57 255.255.255.255 10.101.253.58 1/0 S0
C 10.101.253.56 255.255.255.252 10.101.253.58 1/0 S0
C 10.101.9.192 255.255.255.224 10.101.9.193 1/0 E0
C 192.168.1.0 255.255.255.0 192.168.1.1 1/0 E0
S 192.168.0.0 255.255.255.0 192.168.1.2 2/0
show run
nodename lg-bd2006-pc
ippool add lg 10.101.9.195 8
e0
ip add 10.101.9.193 255.255.255.224
ip add 192.168.1.1 255.255.255.0
quit
s0
encapsulate ppp
ip add 10.101.253.58 255.255.255.252
nat enable
port sync
ppp lcp timeout echo 0
quit
route add 10.6.168.103 255.255.255.255 10.101.253.57 1
route add 10.96.99.109 255.255.255.255 s0 2
route add 192.168.0.0 255.255.255.0 192.168.1.2 2
nat inside source pool lg
nat inside source static add tcp 192.168.1.100 10.101.9.194
nat inside source static add tcp 192.168.1.2 10.101.9.195
nat inside source static add tcp 192.168.1.3 10.101.9.196
nat inside source static add tcp 192.168.1.4 10.101.9.197
nat inside source static add tcp 192.168.1.5 10.101.9.198
nat inside source static add tcp 192.168.1.6 10.101.9.199
nat inside source static add tcp 192.168.1.7 10.101.9.200
nat inside source static add tcp 192.168.1.8 10.101.9.201
nat inside source static add tcp 192.168.1.9 10.101.9.202
nat timeout tcp 60
logging buffered
hosts add 127.0.0.1 localhost
win2000机器上的route print
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.0.10 192.168.0.1 1
10.6.168.103 255.255.255.255 192.168.1.1 192.168.1.100 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.1 192.168.0.1 1
192.168.0.1 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.0.255 255.255.255.255 192.168.0.1 192.168.0.1 1
192.168.1.0 255.255.255.0 192.168.1.100 192.168.1.100 1
192.168.1.2 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.3 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.4 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.5 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.6 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.7 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.8 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.9 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.100 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.1.255 255.255.255.255 192.168.1.100 192.168.1.100 1
224.0.0.0 224.0.0.0 192.168.0.1 192.168.0.1 1
224.0.0.0 224.0.0.0 192.168.1.100 192.168.1.100 1
255.255.255.255 255.255.255.255 192.168.1.100 192.168.1.100 1
Default Gateway: 192.168.0.10
=========================================================================== |
|