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
** 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
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
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
"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
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
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