怎么导出设置的啊。。。?
请问各位是怎么把像下面的这种设置导出来的啊,应该不会是一个一个的写的吧/ 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 用export命令导出。 呵呵,没错,搞定,谢谢了!! 呵呵,没错,搞定,谢谢了!! 导出后怎么下载到其它电脑上呢
页:
[1]