hnyzq 发表于 2006-1-3 11:02:39

怎么导出设置的啊。。。?

请问各位是怎么把像下面的这种设置导出来的啊,应该不会是一个一个的写的吧


/ ip firewall mangle
add chain=prerouting protocol=tcp tcp-flags=syn tcp-mss=0-1500 action=accept \
    comment="1400" disabled=no
/ ip firewall nat
add chain=srcnat action=masquerade comment="共享上网设置" disabled=no
add chain=virus protocol=udp dst-port=123 action=drop comment="Worm.Sobig.f-1" \
    disabled=no
add chain=virus protocol=udp dst-port=995-999 action=drop \
    comment="Worm.Sobig.f-2" disabled=no
/ ip firewall service-port
set ftp ports=21 disabled=yes

yunq 发表于 2006-1-3 13:20:35

用export命令导出。

hnyzq 发表于 2006-1-4 09:58:03

呵呵,没错,搞定,谢谢了!!

hnyzq 发表于 2006-1-4 10:01:19

呵呵,没错,搞定,谢谢了!!

mylovepzq 发表于 2006-1-15 18:52:00

导出后怎么下载到其它电脑上呢
页: [1]
查看完整版本: 怎么导出设置的啊。。。?