| Linode Forum https://forum.linode.com/ |
|
| arno-iptables-firewall problem after 10.04 upgrade https://forum.linode.com/viewtopic.php?f=19&t=5752 |
Page 1 of 1 |
| Author: | mshick [ Mon Jun 28, 2010 1:25 pm ] |
| Post subject: | arno-iptables-firewall problem after 10.04 upgrade |
After upgrading to 10.04 LTS I cannot get my firewall to function properly. Whenever I attempt to configure and start it I get the following chain of errors: Code: Restarting Arno's Iptables Firewall... /sbin/modprobe ip_tables: Module not found! Assuming compiled-in-kernel! I tried completely removing and reinstalling arno, but with no effect. I have a very simple configuration, done entirely through debconf. Any help would be greatly appreciated! |
|
| Author: | teisho [ Mon Jun 28, 2010 6:38 pm ] |
| Post subject: | |
When a linux kernel is compiled, you have the option of having functionality like iptables compiled in, or added later as a module. The warnings are probably a red herring. iptables is so basic that it is usually compiled into the kernel rather than added as a module. You can preform a sanity check by looking for the iptables modules and making sure they aren't there lsmod | grep ipt The command should return nothing. Then make sure it is in the kernel by running sample iptables commands. For example: iptables -L Once you're certain iptables is working, then the problem lies in arno's iptables rules. Possibly their syntax has changed and they've renamed chains or targets. This is the error that is probably causing you problems: /sbin/iptables: (1) iptables: No chain/target/match by that name. [REPEATS SEVERAL TIMES] Jun 28 13:17:19 WARNING: Not all firewall rules are applied. FAILED! You have a misnamed chain or target. I've never used arno, but if you rebuild your firewall with dpkg-reconfigure it should get built with the correct names. the chain/target/match names are like variable names - they can be arbitrarily defined from one configuration to another. You can check the difference between configurations by using iptables -L and iptables-save |
|
| Author: | mshick [ Mon Jun 28, 2010 11:16 pm ] |
| Post subject: | |
Thanks for the great reply. My sanity checks all turned out fine. It seems like it's a problem with arno, but who knows. My needs are pretty basic, so I tried out UFW and it is working without problems. |
|
| Author: | Alice [ Wed Aug 17, 2011 11:52 pm ] |
| Post subject: | |
Hi, I'm having the same problem. I think I'm going to do what you did and try UFW instead. Could someone please tell me how I go about uninstalling arnos-iptables so I can start fresh with UFW? I'm a super newbie, so please be gentle! |
|
| Author: | Vance [ Fri Aug 19, 2011 5:07 am ] |
| Post subject: | |
Code: $ sudo apt-get purge arno-iptables-firewall Intro on using ufw at https://help.ubuntu.com/10.04/servergui ... ewall.html |
|
| Author: | Alice [ Sat Aug 20, 2011 8:04 pm ] |
| Post subject: | |
Thanks |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|