一条线路.多个IP.ROS该怎么设置?谢谢大家了
一条线路.多个IP.ROS该怎么设置?外网IP1为: 221.221.110.26
外网IP1为: 221.221.110.27
外网IP1为: 221.221.110.28
外网IP1为: 221.221.110.29
对应四个内网IP 做对外服务
内网IP1为: 192.168.1.1(WEB)
内网IP2为: 192.168.1.2(web)
内网IP3为: 192.168.1.3(游戏)
内网IP4为: 192.168.1.4(email)
如何做呀,谢谢了
[ 本帖最后由 ymir 于 2007-3-13 21:35 编辑 ] NETMAP,官方有教程 我到官网找了,没找到
能给个路子走吗,谢谢了 Example of 1:1 mapping
If you want to link Public IP subnet 11.11.11.0/24 to local one 2.2.2.0/24, you should use destination address translation and source address translation features with action=netmap.
/ip firewall nat add chain=dstnat dst-address=11.11.11.1-11.11.11.254 \
action=netmap to-addresses=2.2.2.1-2.2.2.254
/ip firewall nat add chain=srcnat src-address=2.2.2.1-2.2.2.254 \
action=netmap to-addresses=11.11.11.1-11.11.11.254
还是不行呀 测试多天ROS不能这样做吧 有什么意义? 我就是按照netmap做的,一切正常。
页:
[1]