everest79 发表于 2007-2-13 17:47:11

/ ip firewall mangle
add chain=prerouting dst-address=10.x.x.0/24 action=mark-routing \
    new-routing-mark=vlan passthrough=yes comment="vlan" disabled=no
add chain=prerouting dst-address=!10.x.x.0/24 action=mark-routing \
    new-routing-mark=wan passthrough=yes comment="wan" disabled=no


/ ip route
add dst-address=0.0.0.0/0 gateway=219.x.x.1 scope=255 target-scope=10 \
    routing-mark=wan comment="wan" disabled=no
add dst-address=0.0.0.0/0 gateway=10.x.x.1 scope=255 target-scope=10 \
    routing-mark=vlan comment="vlan" disabled=no

这样行不行

slm 发表于 2007-2-14 07:02:57

感谢指教,试一下先:)

slm 发表于 2007-2-14 10:23:15

自己琢磨了半天,研究了一下业务用软件,终于搞定了,原来这个业务软件是根据域名来选择出口的,公网也可以上但是很慢数据也容易出错,现在是强行把他的域名改成业务用光纤里的IP,然后加上IP的路由,终于。。。。。。一切OK了,哈哈,原来我咋就没想到这一点呢..

[ 本帖最后由 slm 于 2007-2-14 10:26 编辑 ]
页: 1 [2]
查看完整版本: 内部VLAN与电信光纤同时使用问题,请大侠指教