码迷,mamicode.com
首页 > 其他好文 > 详细

华为ar路由器nat easyip和dhcp配置

时间:2019-12-30 14:36:26      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:配置   route   获取   http   image   设置   alt   sel   inter   

感谢天亮的指点

先上图

技术图片

 

 1.pc-1设置dhcp自动获取

2.ar1配置

 sysname r1
#
dhcp enable
#
acl number 2000  
 rule 5 permit source 192.168.1.0 0.0.0.255 

interface GigabitEthernet0/0/0
 ip address 1.1.1.1 255.255.255.0 
 nat outbound 2000
#
interface GigabitEthernet0/0/1
 ip address 192.168.1.1 255.255.255.0 
 dhcp select interface

3.总结

配置了几天,首先是ar上的router不支持nat,浪费了几天,后来ensp无法启动40错误又折腾几天。总算通了,爽。。。。。。。。。。。

华为ar路由器nat easyip和dhcp配置

标签:配置   route   获取   http   image   设置   alt   sel   inter   

原文地址:https://www.cnblogs.com/caidachun-didi/p/12119333.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!