Re: [Shorewall-users] the right syntax for run_iptables command?

2012-10-14 Thread Tom Eastep
On 10/14/2012 03:34 PM, Costantino wrote: > Whatever I do, whether I insert the escape character before the double quote > or not it complains with the message: > > <-- cut --> > Processing /etc/shorewall/start ... > Bad argument `KeepAlive' > Try `iptables -h' or 'iptables --help' for more info

Re: [Shorewall-users] the right syntax for run_iptables command?

2012-10-14 Thread Costantino
Whatever I do, whether I insert the escape character before the double quote or not it complains with the message: <-- cut --> Processing /etc/shorewall/start ... Bad argument `KeepAlive' Try `iptables -h' or 'iptables --help' for more information. ERROR: Command "/sbin/iptables -I INPUT -p u

Re: [Shorewall-users] the right syntax for run_iptables command?

2012-10-14 Thread Tom Eastep
On 10/14/12 10:25 AM, Costantino wrote: > Hi all, > > I need to add the following IPTABLES command > > iptables -A INPUT -p udp -m udp --dport 5060 -m string --string > "Cirpack KeepAlive Packet" --algo bm -j DROP > > into the /etc/Shorewall/start file. That won't work, even if you do add the c

Re: [Shorewall-users] Trouble with Apache2 ProxyPass

2012-10-14 Thread Roberto C . Sánchez
On Sun, Oct 14, 2012 at 01:18:54PM -0400, Casey Bralla wrote: > > Ext IP -> Shorewall -> Apache2 at 192.168.2.150 -> PROXYPASS -> Apache2 at > 192.168.1.22 > > Currently, when I try this, I get a "503 Service Temporarily Unavailable" > error. The server at 192.1.168.22 works just fine when I

[Shorewall-users] the right syntax for run_iptables command?

2012-10-14 Thread Costantino
Hi all, I need to add the following IPTABLES command iptables -A INPUT -p udp -m udp --dport 5060 -m string --string "Cirpack KeepAlive Packet" --algo bm -j DROP into the /etc/Shorewall/start file. Although I've tried with various combinations of single and double quotes around the

[Shorewall-users] Trouble with Apache2 ProxyPass

2012-10-14 Thread Casey Bralla
This problem probably has a simple solution, so I'm hoping the experienced shorewall users can help me. I've got a 3-interface (net,dmz, & loc) firewall and have several apache2 virtual web sites in the dmz. They come into 1 apache server in the dmz, and are redirected with the directive "Prox