On 28 August 2007, John Plemons <[EMAIL PROTECTED]> wrote:
> You might try loading a copy of Webmim onto your linux box, there is a
> Firewall module that will make changing and setting up the routing
> very easy and quick to understand...
>
> www.webmim.com
> webmin-1.360-1.noarch.rpm
> There is
On Tuesday, August 28, 2007 12:27 PM -0400 Dave <[EMAIL PROTECTED]>
wrote:
I've set up routers before for this purpose but always of the bsd type
and using their firewalls. I understand the concepts, nat, packet
filtering, etc. but i'm not getting iptales at all. If anyone is an
expert on this
On Tue August 28 2007 12:27, Dave wrote:
> Hello,
> I'm setting up a centos5 router for a friend. It will direct traffic
> to an internal webserver, already in place, as well as run squid proxy. It
> should do nat and have a firewall with iptables. I've set up routers before
> for this purpo
You might try loading a copy of Webmim onto your linux box, there is a
Firewall module that will make changing and setting up the routing very
easy and quick to understand...
www.webmim.com
webmin-1.360-1.noarch.rpm
There is a simple RPM install that works with Centos...
john
D
/sbin/iptables -t nat -A PREROUTING -p tcp -i eth0 -d 192.168.0.1
--destination-port 80 -j DNAT --to 192.168.0.2:80/sbin/iptables -A FORWARD -p
tcp -i eth0 -d 192.168.0.2 --destination-port 80 -j ACCEPT> From: [EMAIL
PROTECTED]> To: centos@centos.org> Date: Tue, 28 Aug 2007 12:27:08 -0400>
5 matches
Mail list logo