linux.debian.doc
[Top] [All Lists]

Re: Interesting

Subject: Re: Interesting
From: Jens Seidel <jensseidel@xxxxxxxxxxxx>
Date: Tue, 29 Aug 2006 19:50:07 +0200
Newsgroups: linux.debian.doc
Hi Kalász,

that's the wrong mailing list. You should contact debian-users. But I
strongly suggest you use a proper subject!

On Tue, Aug 29, 2006 at 05:37:51PM +0200, Kalász Zoltán wrote:
> I would like make a debian firewall ! I have a Huawei  DSL router ! How 
> to forward IP addreses from the DSL router to windows clients across 
> debian operation system ? I will use iptables !
> Please, help me in detail answer!

Just in case you only want to give your clients Internet access (and
setting firewalls rules later) start on the Debian server:

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward

For details ask on debian-users.

Jens


-- 
To UNSUBSCRIBE, email to debian-doc-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>
  • Interesting, Kalász Zoltán
    • Re: Interesting, Jens Seidel <=