国产婷婷在线视频-国产资源一区二区三区-HD在线观看,亚洲精选久久,日本亚洲精品,日韩久久久一区二区

跳轉(zhuǎn)到主要內(nèi)容

FAQ:AR 接口下配置NAT SERVER 映射提示地址沖突?

故障描述

AR 接口下配置NAT SERVER 映射提示地址沖突,如下:
 nat server global 192.168.108.136 inside 172.16.1.2

 Error: The address conflicts with interface or ARP IP.

故障分析

無(wú)

處理過(guò)程

當(dāng)前接口配置如下:
#
interface GigabitEthernet0/0/0
ip address 192.168.108.136 255.255.255.0
#
return
AR在配置NAT映射時(shí),公網(wǎng)IP不能與接口IP地址相同,否則會(huì)提示沖突,導(dǎo)致配置不上去。如果做全映射,至少需要申請(qǐng)兩個(gè)公網(wǎng)IP,一個(gè)配置在接口上,一個(gè)用于做全映射;如果只有一個(gè)公網(wǎng)IP時(shí),可以做端口映射,公網(wǎng)IP使用current-interface參考代替,如下:
nat server protocol tcp global current-interface 80 inside 172.16.1.2 80 

建議/總結(jié)

  無(wú)