Please answer these questions before submitting your issue. Thanks!
v2.5.3
Debian 8
proxy all traffic via ss-redir
Error free
when run iptables -t mangle -A SHADOWSOCKS_MARK -p udp --dport 53 -j MARK --set-mark 1,
iptables: No chain/target/match by that name. is reported.
when run iptables -t mangle -A OUTPUT -j SHADOWSOCKS_MARK,
iptables v1.4.21: Couldn't load targetSHADOWSOCKS_MARK':No such file or directory` is reported.
I follow the instruction here step by step but get errors.
I don't really know what is SHADOWSOCKS_MARK? it seems that this chain (if it is a chain) has never created.
Thx.
用这个命令创建它 iptables -t mangle -N SHADOWSOCKS_MARK.
对于这两个mangle表你也需要一些规则来略过必要的局域网IP和VPS IP.
如果你是要所有udp都走ss-redir,去掉--dport 53.
@fiercebead Thanks for the answer.
@fiercebead shadowsocks-libev#advanced-usage
usage在第二行: iptables -t mangle -N SHADOWSOCKS_MARK
应该已经创建了table,您的意思是再创建一次?我照做了还是有同样的问题
@yaochx 第二行是iptables -t mangle -N SHADOWSOCKS,没有创建SHADOWSOCKS_MARK