[Bug 790] Normalize iptables rules

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Fri Jun 28 17:45:20 CEST 2013


https://bugzilla.netfilter.org/show_bug.cgi?id=790

--- Comment #8 from Phil Oester <netfilter at linuxace.com> 2013-06-28 17:45:18 CEST ---
Have you considered setting up a different network namespace to achieve this? 
For instance:

ip netns add test
ip netns exec test iptables-restore < /tmp/ipts
ip netns exec test iptables-save

This would seem to achieve the results you are looking for, without impacting
your primary (active) network setup.

-- 
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the netfilter-buglog mailing list