This may have been addressed already in the 141 pages of comments, but I can't seem to find it.
Running this on my Synology NAS
I am getting an error with iptables and I think that's the only thing that isn't working. supervisord.log has the following errors
[Log exists above]
2018-08-10 13:16:37,295 DEBG 'start-script' stdout output:
iptable_mangle 1656 0
ip_tables 14092 3 iptable_filter,iptable_mangle,iptable_nat
x_tables 16302 17 ip6table_filter,xt_iprange,xt_recent,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_limit,xt_state,xt_conntrack,xt_LOG,xt_nat,xt_multiport,iptable_filter,xt_REDIRECT,iptable_mangle,ip6_tables,xt_addrtype
[info] iptable_mangle support detected, adding fwmark for tables
2018-08-10 13:16:37,395 DEBG 'start-script' stdout output:
[info] Docker network defined as 172.17.0.0/16
2018-08-10 13:16:37,756 DEBG 'start-script' stderr output:
iptables: No chain/target/match by that name.
2018-08-10 13:16:37,765 DEBG 'start-script' stderr output:
iptables: No chain/target/match by that name.
2018-08-10 13:16:37,800 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
[Log continues below]
I don't know why I'm getting the "iptables: No chain/target/match by that name." errors. Any thoughts?
Thanks