IPTABLES Routing

2003-03-22 Thread Ralph Guzman
Title: Message Here is my situation: I have a Redhat 8.0 server setup as a DSL gateway/firewall using 2 network cards. One NICfor the internal IP and other with the public IP. We have a SCO server that we telnet to from our internal network. This server is setup with a modem for when we

RE: IPTABLES Routing

2003-03-22 Thread Larry Brown
strongly discourage using telnet across the Internet. Larry S. Brown Dimension Networks, Inc. (727) 723-8388 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ralph Guzman Sent: Saturday, March 22, 2003 3:06 AM To: [EMAIL PROTECTED] Subject: IPTABLES

RE: IPTABLES Routing

2003-03-22 Thread Ralph Guzman
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 would be served much

RE: IPTABLES Routing

2003-03-22 Thread Ralph Guzman
] On Behalf Of Larry 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

RE: IPTABLES Routing

2003-03-22 Thread Larry Brown
Larry S. Brown Dimension Networks, Inc. (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

RE: IPTABLES Routing

2003-03-22 Thread Ralph Guzman
: 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 external IP address --dport 2000 -j dnat -t 10.200.200.10:23 the -t is supposed to be --to $IPTABLES -A PREROUTING

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

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 TCP -d

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'm

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

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

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: IPTables Routing

Re: IPTables Routing Help

2002-06-12 Thread Jon Gaudette
MASQUERADE echo 1 /proc/sys/net/ipv4/ip_forward - Original Message - From: Jon Gaudette To: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 7:51PM Subject: Re: IPTables Routing Help I was wondering if someone cou