root@DY:~# iptables -nL
Chain INPUT (policy ACCEPT)
target prot opt source destination
IN_BT 0 -- 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT)
target prot opt source destination
DOCKER-USER 0 -- 0.0.0.0/0 0.0.0.0/0
DOCKER-FORWARD 0 -- 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
OUT_BT 0 -- 0.0.0.0/0 0.0.0.0/0
Chain DOCKER (2 references)
target prot opt source destination
ACCEPT 6 -- 0.0.0.0/0 172.17.0.2 tcp dpt:5700
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-BRIDGE (1 references)
target prot opt source destination
DOCKER 0 -- 0.0.0.0/0 0.0.0.0/0
DOCKER 0 -- 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-CT (1 references)
target prot opt source destination
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
Chain DOCKER-FORWARD (1 references)
target prot opt source destination
DOCKER-CT 0 -- 0.0.0.0/0 0.0.0.0/0
DOCKER-ISOLATION-STAGE-1 0 -- 0.0.0.0/0 0.0.0.0/0
DOCKER-BRIDGE 0 -- 0.0.0.0/0 0.0.0.0/0
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
target prot opt source destination
DOCKER-ISOLATION-STAGE-2 0 -- 0.0.0.0/0 0.0.0.0/0
DOCKER-ISOLATION-STAGE-2 0 -- 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-ISOLATION-STAGE-2 (2 references)
target prot opt source destination
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
DROP 0 -- 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-USER (1 references)
target prot opt source destination
Chain IN_BT (1 references)
target prot opt source destination
IN_BT_user_port 0 -- 0.0.0.0/0 0.0.0.0/0
IN_BT_ip 0 -- 0.0.0.0/0 0.0.0.0/0
IN_BT_user_ip 0 -- 0.0.0.0/0 0.0.0.0/0
IN_BT_log 0 -- 0.0.0.0/0 0.0.0.0/0
Chain IN_BT_Country (1 references)
target prot opt source destination
Chain IN_BT_ip (1 references)
target prot opt source destination
IN_BT_Country 0 -- 0.0.0.0/0 0.0.0.0/0
Chain IN_BT_log (1 references)
target prot opt source destination
Chain IN_BT_user_ip (1 references)
target prot opt source destination
DROP 0 -- 0.0.0.0/0 0.0.0.0/0 match-set in_bt_user_drop_ipset src
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 match-set in_bt_user_accept_ipset src
Chain IN_BT_user_port (1 references)
target prot opt source destination
Chain OUT_BT (1 references)
target prot opt source destination
OUT_BT_user_port 0 -- 0.0.0.0/0 0.0.0.0/0
OUT_BT_user_ip 0 -- 0.0.0.0/0 0.0.0.0/0
Chain OUT_BT_user_ip (1 references)
target prot opt source destination
DROP 0 -- 0.0.0.0/0 0.0.0.0/0 match-set out_bt_user_drop_ipset dst
ACCEPT 0 -- 0.0.0.0/0 0.0.0.0/0 match-set out_bt_user_accept_ipset dst
Chain OUT_BT_user_port (1 references)
target prot opt source destination |