迈普2804 配置问题:路由器内ping外网网关可以ping通,但用电脑接路由器F1口ping外网网关不通。
答案:1 悬赏:80 手机版
解决时间 2021-02-02 03:11
- 提问者网友:半生酒醒
- 2021-02-01 16:12
迈普2804 配置问题:路由器内ping外网网关可以ping通,但用电脑接路由器F1口ping外网网关不通。
最佳答案
- 五星知识达人网友:行路难
- 2021-02-01 16:32
我晕。路由器没做nat。肯定不通的。
interface fastethernet0
ip address 112.5.176.7 255.255.255.0
ip nat outside
exit
interface fastethernet1
ip address 172.16.0.1 255.255.255.0
ip nat inside
exit
ip access-list extended 1001
10 permit ip source 172.16.0.0 0.0.0.255 any
建立一条acl 这个规则应该是这样写的。具体的忘了。
ip nat inside source list 1001 interface fastethernet0 overload
interface fastethernet0
ip address 112.5.176.7 255.255.255.0
ip nat outside
exit
interface fastethernet1
ip address 172.16.0.1 255.255.255.0
ip nat inside
exit
ip access-list extended 1001
10 permit ip source 172.16.0.0 0.0.0.255 any
建立一条acl 这个规则应该是这样写的。具体的忘了。
ip nat inside source list 1001 interface fastethernet0 overload
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯