0 ;;; Point Blank
chain=prerouting dst-address=203.89.146.0/23 protocol=udp
dst-port=40000-40010 action=mark-connection new-connection-mark=PB_I
passthrough=yes
1 chain=prerouting dst-address=203.89.146.0/23 protocol=tcp dst-port=39190
action=mark-connection new-connection-mark=PB_I passthrough=yes
2 chain=prerouting connection-mark=PB_I action=mark-packet
new-packet-mark=PB_OKE passthrough=no
3 X ;;; Browsing
chain=forward in-interface=ether1 out-interface=ether2 protocol=tcp
packet-mark=!PB_OKE connection-mark=!PB_I connection-bytes=0-262146
action=mark-connection new-connection-mark=http passthrough=yes
4 X chain=forward protocol=tcp connection-mark=http action=mark-packet
new-packet-mark=http_pkt passthrough=no
5 ;;; Poker
chain=forward protocol=tcp dst-address-list=nice action=mark-connection
new-connection-mark=Poker_conn passthrough=yes