Hi,
here is the print out. My rule is # 1
0 ;;; Make sure that proxy is not a open proxy
chain=input action=drop protocol=tcp src-address=0.0.0.0/0 in-interface=ether1-gateway dst-port=8080
1 ;;; stop hs to untangle
chain=input action=drop dst-address=10.1.1.9 in-interface=ether5-local-slave
2 ;;; Deny all P2P connections
chain=forward action=drop p2p=all-p2p
3 D chain=forward action=jump jump-target=hs-unauth hotspot=from-client,!auth
4 D chain=forward action=jump jump-target=hs-unauth-to hotspot=to-client,!auth
5 D chain=input action=jump jump-target=hs-input hotspot=from-client
6 I chain=hs-input action=jump jump-target=pre-hs-input
7 D chain=hs-input action=accept protocol=udp dst-port=64872
8 D chain=hs-input action=accept protocol=tcp dst-port=64872-64875
9 D chain=hs-input action=jump jump-target=hs-unauth hotspot=!auth
10 D chain=hs-unauth action=reject reject-with=tcp-reset protocol=tcp
11 D chain=hs-unauth action=reject reject-with=icmp-net-prohibited
12 D chain=hs-unauth-to action=reject reject-with=icmp-host-prohibited
13 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
14 ;;; default configuration
chain=input action=accept protocol=icmp
15 ;;; default configuration
chain=input action=accept connection-state=established in-interface=ether1-gateway
16 ;;; default configuration
chain=input action=accept connection-state=related in-interface=ether1-gateway
17 ;;; default configuration
chain=input action=accept src-address=10.1.0.0/16 in-interface=ether1-gateway
18 ;;; default configuration
chain=input action=drop in-interface=ether1-gateway