ip助手,迈普2900路由器配置?
route>enable ------------- 进入特权模式
router#conf ter --------------进入配置模式
router(config)#ip access-list standard 1 --------------配置acl列表
router(config-std-nacl)#permit 192.168.1.0 0.0.0.255 --------------允许接入的IP地址
router(config-std-nacl)#exit ---------------退出到配置模式
router(config)#interface gigaethernet 0 ----------------进入上联到移动设备g 0 口
router(config-if-gigaethernet0)#ip address 10.59.6.54 255.255.255.252 ----------------配置上联到移动设备g0 口ip地址
router(config-if-gigaethernet0)#ip nat outside ----------------公网地址出口nat
router(config-if-gigaethernet0)#exit -----------------退出到配置模式
router(config)#interface switchethernet 0 -----------------进入下联到用户侧交换0口
router(config-if-switchethernet0)#ip address 192.168.1.1 255.255.255.0 -----------------配置下联到用户侧交换0口ip地址
router(config-if-switchethernet0)vlan 1 -----------------将vlan 1 赋予下联到用户侧交换0口
router(config-if-switchethernet0)#ip nat inside -----------------用户侧私网地址nat入口
router(config-if-switchethernet0)#exit ------------------退出到配置模式
router(config)#ip nat pool a 10.59.6.54 10.59.6.54 netmask 255.255.255.252 ------------------配置nat地址池地址
router(config)#ip nat inside source list 1 pool a overload ------------------配置nat转换地址匹配列表及地址池
router(config)#ip route 0.0.0.0 0.0.0.0 10.59.6.53 ------------------配置默认静态路由
router(config)#ip dhcp pool abc ------------------配置dhcp地址池
router(dhcp-config)#network 192.168.1.0 255.255.255.0 ------------------配置dhcp地址池地址
router(dhcp-config)#default-router 192.168.1.1 ------------------配置默认***
router(dhcp-config)#dns-server 211.140.197.58 211.137.32.178 ------------------配置dhcp地址池dns
router(dhcp-config)#exit ------------------退到全局模式
router(config)#exit
router#write ------------------------------------------------------------------------------------保存
Are you sure to overwrite /flash/startup (Yes|No)?yBuilding Configuration...done
Write to startup file ... OKrouter#
加加助手输入了本机ip地址为什么还无法连接?
加加助手输入了本机ip地址还无法连接的原因和解决 如下
1、确定本地连接是否被禁用,如果被禁用,则启用,步骤:在右下角找到 图标,右键单击选择打开 和共享中心,点击左边的改变适配器设置,或在桌面上右键单击 -属性-改变适配器设置。
2、如仍然不能获得ip地址,请直接重置 :按Win+R键打开运行,输入cmd并返回,win键为Windows标志键,位于Ctrl和Alt之间。
3、如果开始菜单不匹配cmd,进入C:\Windows\System32目录,找到cmd.exe,右键-作为管理员运行。
4、完成上述设置后,如果仍然无法解决,很可能是路由问题。此时,最简单的 是检查路由是否绑定了mac或禁用,或者通过重置路由器来解决。如果没有,试着手动设置ip地址
请教大神群晖助手为什么局域网搜索不到机器?
将群晖用网线直连PC。
然后安装系统.或直接访问。
将IP地址手动修改为同一网段内。
重新接入路由.即可访问群晖