接了一条光纤,给了十个IP,分两个网段,有两个网关,一段5个IP是走电信的网络快,另一段5个IP是走长宽的网络快, 我加进路由后,默认走第一条网关路由,现在分别对应NAT这十个IP,只有四个NAT的IP有效,请问大家有什么好的解决方式?是不是RouterOs只能使用四个IP?
赫赫,ISP?我4?IP能用的只有一?IP.... / ip address add address=222.23.64.90/26 network=222.23.64.64 broadcast=222.23.64.127 \ interface=ether3 comment="电信" disabled=no add address=222.23.64.91/26 network=222.23.64.64 broadcast=222.23.64.127 \ interface=ether3 comment="" disabled=no add address=222.23.64.92/26 network=222.23.64.64 broadcast=222.23.64.127 \ interface=ether3 comment="" disabled=no add address=222.23.64.93/26 network=222.23.64.64 broadcast=222.23.64.127 \ interface=ether3 comment="" disabled=no add address=222.23.64.94/26 network=222.23.64.64 broadcast=222.23.64.127 \ interface=ether3 comment="" disabled=no add address=222.23.64.95/26 network=222.23.64.64 broadcast=222.23.64.127 \ interface=ether3 comment="" disabled=no add address=192.168.0.30/24 network=192.168.0.0 broadcast=192.168.0.255 \ interface=ether1 comment="" disabled=no add address=222.23.64.96/26 network=222.23.64.64 broadcast=222.23.64.127 \ interface=ether3 comment="" disabled=no add address=222.23.64.97/26 network=222.23.64.64 broadcast=222.23.64.127 \ interface=ether3 comment="" disabled=no add address=111.17.137.14/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.2/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment=";;;网通" disabled=no add address=111.17.137.3/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.4/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.5/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.6/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.7/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.8/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.9/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.10/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.11/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.12/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no add address=111.17.137.13/28 network=111.17.137.0 broadcast=111.17.137.15 \ interface=ether2 comment="" disabled=no 晕,装那么多块网卡啊?装了三台ROUTEROS?如果只走电信的一种线路,但电信分配了10个IP,这样的情况该怎么配置呢?不会要装10块网卡吧? 弱弱的问,在isp对pvc绑定带宽的情况下。若是单出口绑定那么多出口IP除了造成复杂的管理和NAT运算的开销外有任何实质性的作用么? QUOTE (zxny @ May 24 2005, 02:32 AM)
弱弱的问,在isp对pvc绑定带宽的情况下。若是单出口绑定那么多出口IP除了造成复杂的管理和NAT运算的开销外有任何实质性的作用么?
开销很小啊!之所以绑定那么多IP,因为要根据内网的不同网段(或主机)NAT成不同的出口地址,以便于进行控制!至于路由吗,做的是策略路由,缺省走电信出口;网通地址走网通出口! QUOTE (soft_route @ May 23 2005, 05:52 PM)
晕,装那么多块网卡啊?装了三台ROUTEROS?如果只走电信的一种线路,但电信分配了10个IP,这样的情况该怎么配置呢?不会要装10块网卡吧?
三台ROUTOS各有用途!三台用在不同的场合:一台两网卡,只做单纯的桥接防火墙,用于路由器器之后控制病毒等。一台5块网卡,用于做5个局域网的网关及防火墙控制。一台3块网卡,用于互联网出口控制及防火墙。 我在一个网卡上绑了3个Ip还算稳定了呵呵 QUOTE (猫王 @ May 24 2005, 10:14 AM)
我在一个网卡上绑了3个Ip还算稳定了呵呵
稳定得不得了哈,三台机最少的都运行了3000多小时了,CPU基本都在10%以下
页:
[1]