Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] IP masquerading problem
- To: tlug@example.com
- Subject: [tlug] IP masquerading problem
- From: Ray Mancy <0721265801@example.com>
- Date: Thu, 04 Apr 2002 21:17:04 -0800
- Content-transfer-encoding: 7bit
- Content-type: text/plain; charset=ISO-2022-JP
- References: <000901c1dbbb$46594f70$1500a8c0@example.com> <000001c1dd11$3c055710$1500a8c0@example.com>
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1
Hi, Despite going thorugh it again and again, I still cannot figure out why I cannont get my Masquerading server to work. Iptables loads fine. I can connect from my internel computer to the global IP address of the server...but no furthur. The interfaces are correct as well. This is the script I am using... #!/bin/sh IPTABLES=/usr/local/sbin/iptables EXTIF="eth1" INTIF="eth0" $IPTABLES -P FORWARD DROP $IPTABLES -t nat -A POSTROUTING -o $EXTIF -s 192.168.1.3 -j MASQUERADE $IPTABLES -A INPUT -i $EXTIF -m state --state NEW,INVALID -j DROP $IPTABLES -A FORWARD -i $EXTIF -m state --state NEW,INVALID -j DROP I am using RH7.2. Any ideas would be appreciated. Ray
- Follow-Ups:
- Re: [tlug] IP masquerading problem
- From: Godwin Stewart
- References:
- [tlug] partiton
- From: hatsuhiro
- Re: [tlug] partiton
- From: hatsuhiro
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Print error
- Next by Date: Re: [tlug] Generating documentation from comments from source code
- Previous by thread: Re: [tlug] partiton
- Next by thread: Re: [tlug] IP masquerading problem
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links