Re: [gentoo-user] Change in iptables syntax fails to load rule

2013-03-29 Thread Mick
On Friday 29 Mar 2013 20:36:40 Pandu Poluan wrote: > On Mar 30, 2013 2:54 AM, "Mick" wrote: > > Hi All, > > > > A few months ago I got some errors about the match option in some > > iptables rules that I was running at the time. I modified these to > > remove match > > and > > > add conntrack

Re: [gentoo-user] Change in iptables syntax fails to load rule

2013-03-29 Thread Pandu Poluan
On Mar 30, 2013 2:54 AM, "Mick" wrote: > > Hi All, > > A few months ago I got some errors about the match option in some iptables > rules that I was running at the time. I modified these to remove match and > add conntrack and all went well. > > > Now I am trying to run this: > > /sbin/iptables -

[gentoo-user] Change in iptables syntax fails to load rule

2013-03-29 Thread Mick
Hi All, A few months ago I got some errors about the match option in some iptables rules that I was running at the time. I modified these to remove match and add conntrack and all went well. Now I am trying to run this: /sbin/iptables -t nat -A OUTPUT -v -p tcp --dport 1935 -j REDIRECT but