Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@OpenMPTCProuter:~# iptables-save | grep udp
- -A zone_lan_helper -p udp -m comment --comment "!fw3: Amanda backup and archiving proto" -m udp --dport 10080 -j CT --helper amanda
- -A zone_lan_helper -p udp -m comment --comment "!fw3: RAS proto tracking" -m udp --dport 1719 -j CT --helper RAS
- -A zone_lan_helper -p udp -m comment --comment "!fw3: SIP VoIP connection tracking" -m udp --dport 5060 -j CT --helper sip
- -A zone_lan_helper -p udp -m comment --comment "!fw3: SNMP monitoring connection tracking" -m udp --dport 161 -j CT --helper snmp
- -A zone_lan_helper -p udp -m comment --comment "!fw3: TFTP connection tracking" -m udp --dport 69 -j CT --helper tftp
- -A OUTPUT -p udp -m multiport --ports 123,53 -j DSCP --set-dscp 0x24
- -A dscp_postrouting -p udp -m multiport --sports 53,123,5353 -m multiport --dports 0:65535 -m comment --comment "DNS udp and NTP" -j DSCP --set-dscp 0x28
- -A dscp_postrouting -p udp -m multiport --sports 53,123,5353 -m multiport --dports 0:65535 -m comment --comment "DNS udp and NTP" -j RETURN
- -A dscp_postrouting -p udp -m multiport --sports 0:65535 -m multiport --dports 65001 -m comment --comment "OMR vpn" -j DSCP --set-dscp 0x30
- -A dscp_postrouting -p udp -m multiport --sports 0:65535 -m multiport --dports 65001 -m comment --comment "OMR vpn" -j RETURN
- -A dscp_prerouting -p udp -m multiport --sports 53,123,5353 -m multiport --dports 0:65535 -m comment --comment "DNS udp and NTP" -j DSCP --set-dscp 0x28
- -A dscp_prerouting -p udp -m multiport --sports 53,123,5353 -m multiport --dports 0:65535 -m comment --comment "DNS udp and NTP" -j RETURN
- -A dscp_prerouting -p udp -m multiport --sports 0:65535 -m multiport --dports 65001 -m comment --comment "OMR vpn" -j DSCP --set-dscp 0x30
- -A dscp_prerouting -p udp -m multiport --sports 0:65535 -m multiport --dports 65001 -m comment --comment "OMR vpn" -j RETURN
- -A omr-bypass -p udp -m udp --dport 27015:27050 -j MARK --set-xmark 0x5393/0xffffffff
- -A zone_lan_forward -p udp -m comment --comment "!fw3: Allow-Lan-to-Wan" -j zone_wan_dest_ACCEPT
- -A zone_vpn_input -p udp -m udp --dport 67 -m comment --comment "!fw3: Allow-DHCP-Request-VPN" -j ACCEPT
- -A zone_wan_input -p udp -m udp --dport 68 -m comment --comment "!fw3: Allow-DHCP-Renew" -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement