Re: IPTABLES Routing

2003-03-22 Thread Jack Bowling
** Reply to message from Ralph Guzman <[EMAIL PROTECTED]> on Sat, 22 Mar 2003 17:51:42 -0800 > Larry, > > I corrected the typo, but I still get this error: > > iptables v1.2.6a: Unknown arg `--to' > Try `iptables -h' or 'iptables --help' for more information. $IPTABLES -A PREROUTING -t nat -p

RE: IPTABLES Routing

2003-03-22 Thread Ed . Greshko
On Sat, 22 Mar 2003, Ralph Guzman wrote: > I corrected the typo, but I still get this error: > > iptables v1.2.6a: Unknown arg `--to' > Try `iptables -h' or 'iptables --help' for more information. Pardon me for butting in herebut this is one of the reasons why I recommend the use of a good fr

RE: IPTABLES Routing

2003-03-22 Thread Ralph Guzman
Of Larry Brown Sent: Saturday, March 22, 2003 4:08 PM To: [EMAIL PROTECTED] Subject: RE: IPTABLES Routing You must have missed my last e-mail. You have a typo.. $IPTABLES -A PREROUTING -t nat -p TCP -d --dport 2000 -j dnat -t 10.200.200.10:23 the -t is supposed to be --to $IPTABLES -A PREROUT

RE: IPTABLES Routing

2003-03-22 Thread Larry Brown
. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ralph Guzman Sent: Saturday, March 22, 2003 6:56 PM To: [EMAIL PROTECTED] Subject: RE: IPTABLES Routing Larry I followed your instructions. I added the following to my rc.firewall script

RE: IPTABLES Routing

2003-03-22 Thread Ralph Guzman
arry Brown Sent: Saturday, March 22, 2003 12:39 AM To: [EMAIL PROTECTED] Subject: RE: IPTABLES Routing Are you sure you want clear text passwords being passed across the internet? You would be served much better using ssh instead. Whichever you choose, you can do either with iptables. i

RE: IPTABLES Routing

2003-03-22 Thread Ralph Guzman
you -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry BrownSent: Saturday, March 22, 2003 12:39 AMTo: [EMAIL PROTECTED]Subject: RE: IPTABLES Routing Are you sure you want clear text passwords being passed across the internet?  You wou

RE: IPTABLES Routing

2003-03-22 Thread Larry Brown
Title: Message Are you sure you want clear text passwords being passed across the internet?  You would be served much better using ssh instead.  Whichever you choose, you can do either with iptables.   iptables –A prerouting –t nat –p TCP –d --dport -j dnat --to :   ex: iptables –A

Re: IPTables Routing Help

2002-06-13 Thread ramakrishna
hi, > [root@natrouter root]# modprobe ip_tables > > /lib/modules/2.4.18-3/kernel/net/ipv4/netfilter/ip_tables.o: init_module: > Device or resource busy > > Hint: insmod errors can be caused by incorrect module parameters, including > invalid IO or IRQ parameters > > /lib/modules/2.4.18-3/kernel

RE: IPTables Routing Help

2002-06-13 Thread Fought,Tom
and you will find their book in pdf format there I believe. Tom     -Original Message-From: Jon Gaudette [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 13, 2002 7:52 PMTo: [EMAIL PROTECTED]Subject: Re: IPTables Routing HelpI was wondering if someone could help me here.  I&#

Re: IPTables Routing Help

2002-06-12 Thread Jon Gaudette
STROUTING -o eth0 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward - Original Message - From: Jon Gaudette To: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 7:51 PM Subject: Re: IPTables Routing Help I w

Re: IPTables Routing Help

2002-06-12 Thread Matthew Bradford
ipt_MASQUERADEiptables -Fiptables -t nat -Fiptables -t mangle -Fiptables -t nat -A POSTROUTING -o eth0 -j MASQUERADEecho 1 > /proc/sys/net/ipv4/ip_forward - Original Message - From: Jon Gaudette To: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 7:51 PM Subject: Re: IPTab

Re: IPTables Routing Help

2002-06-12 Thread Jon Gaudette
I was wondering if someone could help me here.  I'm despite! I am attempting to setup a NAT router and firewall on my internal network.  It's function would be to provide an area of protection between myself and the rest of the network.  Also, I have been seriously learning Linux, and this is