(Bering-uClibc 5.2.3)

/etc/init.d/shorewall restart doesn't work for me. I get the following
error message:

firewall# /etc/init.d/shorewall restart
Restarting "Shorewall firewall":    Shorewall is already running
done.
firewall#

The shorewall_restart function in the init script calls $SRWL start, but it
should probably call $SRWL restart.

# restart the firewall
shorewall_restart () {
  echo -n "Restarting \"Shorewall firewall\": "
  $SRWL $OPTIONS start 2>&1 && echo "done."
  return 0
}

And what would be the correct way to load a new, changed rules file if not
/etc/init.d/shorewall restart?
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to