想了解下,通过路由器做NAT转换,这三条命令分别是什么?
(0)
nat inbound命令用来配置入方向动态地址转换。
nat outbound命令用来配置出方向动态地址转换。
nat static inbound命令用来配置入方向一对一静态地址转换映射。
对于从外网到内网的报文,将其源地址global-ip转换为local-ip;对于从内网到外网的报文,将其目的地址local-ip转换为global-ip。
nat static outbound local-ip global-ip
对于从内网到外网的报文,将其源地址local-ip转换为global-ip;
对于从外网到内网的报文,将其目的地址global-ip转换为local-ip。
RTA-------------NAT-------------RTB
RTA:
#
interface GigabitEthernet0/0
ip address 192.168.0.1 255.255.255.0
#
ip route-static 0.0.0.0 0 192.168.0.254
#
NAT:
#
nat static outbound 192.168.0.1 1.1.1.2
nat static outbound 1.1.1.1 192.168.0.253
#
interface GigabitEthernet0/0
ip address 192.168.0.254 255.255.255.0
nat static enable
#
interface GigabitEthernet0/1
ip address 1.1.1.254 255.255.255.0
nat static enable
#
RTB:
#
interface GigabitEthernet0/0
ip address 1.1.1.1 255.255.255.0
#
ip route-static 0.0.0.0 0 1.1.1.254
#
<NAT>*May 23 19:58:23:756 2020 NAT NAT/7/COMMON:
PACKET: (GigabitEthernet0/0-in) Protocol: ICMP
192.168.0.1: 0 - 192.168.0.253: 0(VPN: 0) ------>
192.168.0.1: 0 - 1.1.1.1: 0(VPN: 0)
*May 23 19:58:23:756 2020 NAT NAT/7/COMMON:
PACKET: (GigabitEthernet0/1-out) Protocol: ICMP
192.168.0.1: 0 - 1.1.1.1: 0(VPN: 0) ------>
1.1.1.2: 0 - 1.1.1.1: 0(VPN: 0)
*May 23 19:58:23:757 2020 NAT NAT/7/COMMON:
PACKET: (GigabitEthernet0/1-in) Protocol: ICMP
1.1.1.1: 0 - 1.1.1.2: 0(VPN: 0) ------>
1.1.1.1: 0 - 192.168.0.1: 0(VPN: 0)
*May 23 19:58:23:757 2020 NAT NAT/7/COMMON:
PACKET: (GigabitEthernet0/0-out) Protocol: ICMP
1.1.1.1: 0 - 192.168.0.1: 0(VPN: 0) ------>
192.168.0.253: 0 - 192.168.0.1: 0(VPN: 0)
(1)
考虑双外网: 外网A的端口1做入方向的双向地址转换到内网A的端口2 外网B的端口1做入方向的双向地址转换到内网A的端口2
基于端口的呢?
考虑双外网: 外网A的端口1做入方向的双向地址转换到内网A的端口2 外网B的端口1做入方向的双向地址转换到内网A的端口2
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明