I'm using a dachstein/leaf distro, and iptables is not found

Joey


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 15, 2002 4:08 PM
To: [EMAIL PROTECTED]
Cc: LRP Support
Subject: Re: [leaf-user] allowing internal connections w/o IPSec



iptables -I FORWARD -i  $EXTDEV -o $INTDEV   -d $SERVERIPADDR  -p
tcp? --dport
theservice? \
                                 -m state --state NEW,ESTABLISHED,RELATED -j
ACCEPT

iptables -i PREROUTING -t nat   -p tcp? --dport theservice?  -j DNAT  --to
$SERVERIPADDR






"Joey Officer" <[EMAIL PROTECTED]> on 08/15/2002 02:56:38 PM

Please respond to [EMAIL PROTECTED]

To:   "LRP Support" <[EMAIL PROTECTED]>
cc:    (bcc: Phillip Watts/austin/Nlynx)

Subject:  [leaf-user] allowing internal connections w/o IPSec



In my situation, I have to allow someone in from an outside source.  I
already have IPSec in place, but they are not using any sort of IPSec
gateway/tunneling.  How do I allow incoming connections from an outside
source (I'll know the IP) to an internal machine.  I assume this is using
some sort of IP forwarding.

I'm in a little bit of a bind and would really appreciate a quick response!

Thanks in advance.

Joey




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html







-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to