SV: SV: Problem with Iptables// SOLVED

2003-03-13 Thread Tomas Larsson
ivirus 2K2. > -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] För Jack Bowling > Skickat: den 13 mars 2003 17:26 > Till: [EMAIL PROTECTED] > Ämne: Re: SV: Problem with IPtables > > > ** Reply to message from Tomas Larsson > &l

Re: SV: Problem with IPtables

2003-03-13 Thread Jack Bowling
** Reply to message from Tomas Larsson <[EMAIL PROTECTED]> on Thu, 13 Mar 2003 12:43:47 +0100 > Thanx. > I've obtained gShield. > > But there is still the same problem. > I can ping all machines on internal network with IP or HOST. > I can ping external hosts. > I can ping my external IP and do

Re: SV: Problem with IPtables

2003-03-13 Thread Mike Vanecek
On Thu, 13 Mar 2003 12:43:47 +0100, Tomas Larsson wrote > Thanx. > I've obtained gShield. > > But there is still the same problem. > I can ping all machines on internal network with IP or HOST. > I can ping external hosts. > I can ping my external IP and domain > I can connect to Apache from with

SV: Problem with IPtables

2003-03-13 Thread Tomas Larsson
27 > Till: [EMAIL PROTECTED] > Ämne: Re: Problem with IPtables > > > > "Tomas Larsson" <[EMAIL PROTECTED]> wrote: > > > I have some problems setting up iptables. > > Background: RH8 box as firewall and router. > > Second RH8 box as apa

Re: Problem with IPtables

2003-03-12 Thread J. M. Brenner
"Tomas Larsson" <[EMAIL PROTECTED]> wrote: > I have some problems setting up iptables. > Background: RH8 box as firewall and router. > Second RH8 box as apache server > I can reach the www-server from the internal network, but not from internet. I suggest installing "gShield", and

Re: Problem with IPtables

2003-03-12 Thread jdow
From: "Tomas Larsson" <[EMAIL PROTECTED]> > $IPTABLES -A INPUT -i lo -s $UNIVERSE -d $UNIVERSE -j ACCEPT > $IPTABLES -A INPUT -i $INTIF -s $INTNET -d $UNIVERSE -j ACCEPT > $IPTABLES -A INPUT -i $EXTIF -s $INTNET -d $UNIVERSE -j drop-and-log-it > $IPTABLES -A INPUT -i $EXTIF -p ICMP -s $UNIVERSE -d

Problem with IPtables

2003-03-12 Thread Tomas Larsson
Hi group. I have some problems setting up iptables. Background: RH8 box as firewall and router. Second RH8 box as apache server I can reach the www-server from the internal network, but not from internet. My script looks basically like this, what am I missing? $IPTABLES -A INPUT