Results 1 to 3 of 3
Hi,
I need to configure 60000 lines in iptables.
I am using script to create a file and iptables-restore to configure them.
I am getting error on commit and I ...
- 05-31-2011 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 7
iptables
Hi,
I need to configure 60000 lines in iptables.
I am using script to create a file and iptables-restore to configure them.
I am getting error on commit and I see that if the file size if larger than around 39000 it failed.
Is there a limit to number of lines in iptables ?
Can it be modify ?
Thanks
- 05-31-2011 #2Just Joined!
- Join Date
- May 2011
- Location
- Southern California, US
- Posts
- 24
Take a look at netfilter.org. It seems to be a popular way to handle larger rulesets. It is another level of difficulty, but you are trying to deal with 60K rules.
Tom
- 06-02-2011 #3
First question would be why do you need 60k lines of rules? sounds like you are over killing something that could be done easier.


Reply With Quote