Shorewall Troubleshooting

Check the Errata

Check the Shorewall Errata to be sure that there isn't an update that you are missing for your version of the firewall.

Check the FAQs

Check the FAQs for solutions to common problems.

If the firewall fails to start

If you receive an error message when starting or restarting the firewall and you can't determine the cause, then do the following:

Your test environment

Many times when people have problems with Shorewall, the problem is actually an ill-conceived test setup. Here are several popular snafus:

If you are having connection problems:

If the appropriate policy for the connection that you are trying to make is ACCEPT, please DO NOT ADD ADDITIONAL ACCEPT RULES TRYING TO MAKE IT WORK. Such additional rules will NEVER make it work, they add clutter to your rule set and they represent a big security hole in the event that you forget to remove them later.

I also recommend against setting all of your policies to ACCEPT in an effort to make something work. That robs you of one of your best diagnostic tools - the "Shorewall" messages that Netfilter will generate when you try to connect in a way that isn't permitted by your rule set.

Check your log. If you don't see Shorewall messages, then your problem is probably NOT a Shorewall problem. If you DO see packet messages, it is an indication that you are missing one or more rules.

While you are troubleshooting, it is a good idea to clear two variables in /etc/shorewall/shorewall.conf:

LOGRATE=""
LOGBURST=""

This way, you will see all of the log messages being generated (be sure to restart shorewall after clearing these variables).

Example:

Jun 27 15:37:56 gateway kernel: Shorewall:all2all:REJECT:IN=eth2 OUT=eth1 SRC=192.168.2.2 DST=192.168.1.3 LEN=67 TOS=0x00 PREC=0x00 TTL=63 ID=5805 DF PROTO=UDP SPT=1803 DPT=53 LEN=47

Let's look at the important parts of this message:

In this case, 192.168.2.2 was in the "dmz" zone and 192.168.1.3 is in the "loc" zone. I was missing the rule:

ACCEPT    dmz    loc    udp    53

Other Gotchas

Still Having Problems?

See the support page.

Last updated 8/29/2002 - Tom Eastep

Copyright © 2001, 2002 Thomas M. Eastep.