shorewall startup needs to be modified.

Bug #4820 reported by sklav
6
Affects Status Importance Assigned to Milestone
shorewall (Ubuntu)
Fix Released
Low
MOTU

Bug Description

Upon installing Shorewall and configuring my pppoe connection. I set the option in /etc/default/shorewall
wait_interface="ppp0" # that is my pppoe interface

Well this should wait for the interface to come up on boot and then shorewall can apply its rules. Problem is the following.

in /etc/rcS the startup sequence for networking and shorewall and hotplug-net is
S40network
S40shorewall
S41hotplug-net

The problem is that hotplug-net calls the starts the pppoe connection. which according to the starup sequence is after shorewall is sitting there waiting to start. So shorewall times out and its rules never get applied. In order to fix the following. i had to change the startup for shorewall in etc/rcS
from

S40shorewall

to

S42shorewall

After subsequent reboots the issue has never again surfaced. The issue prior to this fix was experienced after every clean install i attempted. so it should be reproducable.

Changed in shorewall:
assignee: nobody → motu
Revision history for this message
Andreas Simon (andreas-w-simon) wrote :

Is this still an issue?

The hotplug functionality was completely replaced by udev, which is now started at S10 and thus before shorewall.

Revision history for this message
sklav (sklav) wrote : RE: [Bug 4820] Re: shorewall startup needs to be modified.

As I have mentionned before this issue has been resolved and ticket can be
closed out.

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of
Andreas Simon
Sent: Wednesday, December 06, 2006 6:44 AM
To: <email address hidden>
Subject: [Bug 4820] Re: shorewall startup needs to be modified.

Is this still an issue?

The hotplug functionality was completely replaced by udev, which is now
started at S10 and thus before shorewall.

--
shorewall startup needs to be modified.
https://launchpad.net/bugs/4820

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.9/573 - Release Date: 12/5/2006
4:07 PM

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.9/573 - Release Date: 12/5/2006
4:07 PM

Revision history for this message
Andreas Simon (andreas-w-simon) wrote :

Okay, I'll close the bug report. Thank you.

Changed in shorewall:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.