在路由器上配置静态的主机映射表
程序员文章站
2024-01-09 13:37:52
在路由器上配置静态的主机映射表...
router1#configure terminal
enter configuration commands, one per line. end with cntl/z.
router1(config)#ip host freebsd 172.25.1.1
router1(config)#ip host router2 10.1.1.1 172.22.1.4
router1(config)#end
router1#
注释 可以对一个主机名映射很多 ip地址来提供冗余访问,show hosts 命令来验证
enter configuration commands, one per line. end with cntl/z.
router1(config)#ip host freebsd 172.25.1.1
router1(config)#ip host router2 10.1.1.1 172.22.1.4
router1(config)#end
router1#
注释 可以对一个主机名映射很多 ip地址来提供冗余访问,show hosts 命令来验证
上一篇: 判断是否为数字,该怎么解决
下一篇: NO3第三帝国留言簿制作过程_php基础