moneron

Diff on hEX-DC

Aug 26th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /interface list
  2. add name=eoip-vlans
  3.  
  4. /interface bridge settings
  5. set use-ip-firewall=yes use-ip-firewall-for-vlan=yes
  6. /interface list member
  7. add interface=vlan3-eoip list=eoip-vlans
  8. add interface=vlan5-eoip list=eoip-vlans
  9. add interface=vlan17-eoip list=eoip-vlans
  10. add interface=vlan111-eoip list=eoip-vlans
  11.  
  12. /ip firewall mangle
  13. add action=change-mss chain=forward in-bridge-port-list=eoip-vlans new-mss=1360 passthrough=no protocol=tcp tcp-flags=syn tcp-mss=1361-65535
  14. add action=change-mss chain=forward new-mss=1360 out-bridge-port-list=eoip-vlans passthrough=no protocol=tcp tcp-flags=syn tcp-mss=1361-65535
Add Comment
Please, Sign In to add comment