Chain IN_BT_Country (1 references)
target prot opt source destination
DROP 0 -- 0.0.0.0/0 0.0.0.0/0 match-set in_bt_country_HK src
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
明显是顺序反了啊,在前面优先级高,直接跳出了。地区规则在前,用户自定义ip规则在后,导致自定义ip规则 失效了。怎么调整顺序?
ip规则优先级高, IN_BT_user_ip 要放在 IN_BT_Country 之前。
怎么调整顺序?
|