Re: [lxc-users] iptables-save not working in unprivileged containers?

2015-11-09 Thread Fiedler Roman
> Von: Tomasz Chmielewski [mailto:man...@wpkg.org] > > On 2015-11-10 01:22, Fiedler Roman wrote: > > >> # iptables -A INPUT -p tcp --dport 22 -j ACCEPT > > > > Yes, also here. > > > > Compare > > > > iptables-save > > > > with > > > > iptables-save -t filter > > > > Later should work. I think, th

Re: [lxc-users] iptables-save not working in unprivileged containers?

2015-11-09 Thread Tomasz Chmielewski
On 2015-11-10 01:22, Fiedler Roman wrote: # iptables -A INPUT -p tcp --dport 22 -j ACCEPT Yes, also here. Compare iptables-save with iptables-save -t filter Later should work. I think, that some special tables cannot be read in unpiv (mangle perhaps). It seems to behave just like "ipt

Re: [lxc-users] iptables-save not working in unprivileged containers?

2015-11-09 Thread Fiedler Roman
> Von: lxc-users [mailto:lxc-users-boun...@lists.linuxcontainers.org] Im > Auftrag > > For some, reason, iptables-save does not seem to be working in > unprivileged containers. > > To reproduce: > > - this adds a sample iptables rule: > > # iptables -A INPUT -p tcp --dport 22 -j ACCEPT Yes, also

[lxc-users] iptables-save not working in unprivileged containers?

2015-11-09 Thread Tomasz Chmielewski
For some, reason, iptables-save does not seem to be working in unprivileged containers. To reproduce: - this adds a sample iptables rule: # iptables -A INPUT -p tcp --dport 22 -j ACCEPT - this lists the rule: # iptables -L -v -n Chain INPUT (policy ACCEPT 13166 packets, 5194K bytes) pkts b