- DI-602LB如何设置端口映射!
端口号为8100.服务器IP为192.168.0.100,要把这服务器上端口号为8100,映射到WEB上,实现外网访问,请问怎么设置! 使用2个ADSL上网!
-
提问者: MyPrice网友 | 提问时间: 2008-03-11 13:26:33 | 回复(2)
已解决
-
- 1.您好:
使用端口映射设置在两条线路上一定要启用策略路由,然后再做端口映射!
策略路由
interface FastEthernet0/0
ip address 61.148.82.94 255.255.255.252
no ip directed-broadcast
ip nat outside
interface FastEthernet0/1
ip address 10.76.0.253 255.255.255.0
no ip directed-broadcast
ip policy route-map celue
ip nat inside
route-map celue 1 permit
match ip address net1
set ip next-hop 61.148.82.93
!
端口映射
ip nat outside destination static tcp interface FastEthernet0/0 8100 192.168.0.100 8100
ip nat inside source static tcp 192.168.0.100 8100 interface FastEthernet0/0 8100
技术支持:
座席:8008296688(免费) or 86-28-66052968
非座席:
北京,天津,河北,东北,内蒙:010-58257789
山东:0531-82398240/41
河南:0371-63597331/32
江苏,安徽,上海,浙江:021-52068899
福建:0591-83304125/26
广东,广西,湖南:待定
其他地区:028-85289966
邮箱:
北京,天津,河北,山西,内蒙,河南,东北:
support-bj@dlink.com.cn
上海,江苏,安徽,浙江:
support-sh@dlink.com.cn
广东,福建,湖南,广西:
support-gz@dlink.com.cn
其他地区:
support-cd@dlink.com.cn - 回答者: D-Link/友讯网络厂家 2008-03-11 最佳答案
- 1.您好:
-
- 2.解释一下啊, 不是很明白
- 回答者: MyPrice网友 2008-06-26