思科路由器 更换IP地址

发布网友 发布时间:2022-04-21 22:51

我来回答

5个回答

热心网友 时间:2023-07-30 19:41

首先确认网络是怎么连接的,这里根据我们的网络说一下配置:
1、首先去掉默认路由
no ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx
2、添加新的默认路由
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx
然后去掉ACL覆盖
no ip nat inside source list 1 pool BJ.RK overload
3、在去掉地址池
no ip nat pool BJ.RK xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx netmask 子网掩码
添加新的地址池
ip nat pool BJ.RK xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx netmask 子网掩码
4、添加ACL
ip nat inside source list 1 pool BJ.RK overload
5、最后就是修改公网接口地址喽
int f0/0
no ip address xxx.xxx.xxx.xxx 子网掩码
ip address xxx.xxx.xxx.xxx 子网掩码
exit
此6、时可以测试一下acl中的计算机是否可以访问网络了,否则就可以在这个时候重启路由器,千万不要写入运行配置里,确认无误再写入。

热心网友 时间:2023-07-30 19:41

到底是修改成哪个IP,总共给你6个还是12个啊。还有你DNS怎么可能282开头。
你要修改接口IP,直接在接口下敲IP和掩码就行了。同时你的默认路由要删除,再重新配下,因为网关变了。追问下面的六个,dns 运营商给的

追答129.30.80.95---129.30.80.100这个也是?

热心网友 时间:2023-07-30 19:42

no interface GigabitEthernet0/0 ip address 124.65.91.190 255.255.255.252 ip nat outside ip virtual-reassembly plex auto speed auto

no ip http serverip nat pool NAT 114.242.153.209 114.242.153.209 netmask 255.255.255.248ip nat inside source list 1 pool NAT overload

interface GigabitEthernet0/0 ip address 129.65.110.14 255.255.255.252 ip nat outside ip virtual-reassembly plex auto speed auto

ip http serverip nat pool NAT 129.65.110.14 129.65.110.19 netmask 255.255.255.248ip nat inside source list 1 pool NAT overload

ip forward-protocol ndip route 0.0.0.0 0.0.0.0 129.65.110.13

热心网友 时间:2023-07-30 19:42

软件名称:九州动态IP

软件语言:简体中文

软件类别:网络加速

运行环境:WinXP/Vista/Win7/Win8/Win10/手机

多IP地区

热心网友 时间:2023-07-30 19:43

这是一道练习题吧?我看到过相似的提问,只是ip由6变12了。

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com