Re: [Openstack] l3-agent iptables-restore: line 23 failed

2013-06-03 Thread Remo Mattei
did you do iptables-save? if you want to save the rules and check them out do iptables-save >nameofthefile. That should do it. Remo On Jun 1, 2013, at 07:45 , Martin Mailand wrote: > Hi List, > > if I add my routers gateway to an external network, I get an error in > the l3-agent.log, abou

Re: [Openstack] l3-agent iptables-restore: line 23 failed

2013-06-03 Thread Brian Haley
On 06/01/2013 10:45 AM, Martin Mailand wrote: > Hi List, > > if I add my routers gateway to an external network, I get an error in > the l3-agent.log, about a failure in iptables-restore. > As far as I know iptables-restore gets the information on stdin, how > could I see the iptable rules which d

[Openstack] l3-agent iptables-restore: line 23 failed

2013-06-01 Thread Martin Mailand
Hi List, if I add my routers gateway to an external network, I get an error in the l3-agent.log, about a failure in iptables-restore. As far as I know iptables-restore gets the information on stdin, how could I see the iptable rules which do not apply? How could I debug this further? Full log is a