|

- 社区积分
- 115
- 技术积分
- 1292
- 阅读权限
- 40
- 注册时间
- 2007-7-21
论坛徽章 1 |
在pc机上访问10.10.10.1,数据包到MSR后将目的地址10.10.10.1转换成15.15.15.1,如何实现?
Cisco里有个命令:ip nat outside source static 15.15.15.1 10.10.10.1来实现这个功能,MSR有没有相应的命令啊?
网友1:
那就是NAT咯。。。
功能有,可能命令不一样。。。
网友2:
Router-Ethernet1/0] nat server protocol tcp global 202.38.160.100 8080 inside 10.110.10.3 www
配置一对一地址转换
进入系统视图
system-view
配置从内部IP地址到外部IP地址的一对一转换
nat static ip-address1 ip-address2 必选
进入接口视图
interface interface-type interface-number
使已经配置的NAT一对一转换在接口上生效
nat outbound static 必选 |
|