Terminal Server 2k
Chris Burkhart
Chris_Burkhart@aubonpain.com
Tue, 15 Jan 2002 14:15:40 -0500
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C19DF9.0574C200
Content-Type: text/plain
Just use DNAT to port forward 3389 and 6699. For example:
#Port forward for terminal services
$IPT -A PREROUTING -t nat -p tcp -i eth1 --destination-port 3389 -j DNAT
--to-destination 192.9.200.14
$IPT -A PREROUTING -t nat -p tcp -i eth1 --destination-port 6699 -j DNAT
--to-destination 192.9.200.14
-----Original Message-----
From: "Ed Roman" <eroman@keyes.com>@AUBONPAIN
Sent: Tuesday, January 15, 2002 4:05 PM
To: netfilter@lists.samba.org
Subject: Terminal Server 2k
Does Anyone have a good iptable script on how to make
terminal server
communicate back and forth on ip masq
Thanks
------_=_NextPart_001_01C19DF9.0574C200
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: Terminal Server 2k</TITLE>
</HEAD>
<BODY>
<P ALIGN=3DLEFT><FONT COLOR=3D"#000080" SIZE=3D2 FACE=3D"Arial">Just =
use DNAT to port forward 3389 and 6699. For =
example:</FONT></P>
<P ALIGN=3DLEFT><FONT COLOR=3D"#000080" SIZE=3D2 FACE=3D"Arial">#Port =
forward for terminal services</FONT></P>
<P ALIGN=3DLEFT><FONT COLOR=3D"#000080" SIZE=3D2 FACE=3D"Arial">$IPT -A =
PREROUTING -t nat -p tcp -i eth1 --destination-port 3389 -j DNAT =
--to-destination 192.9.200.14</FONT></P>
<P ALIGN=3DLEFT><FONT COLOR=3D"#000080" SIZE=3D2 FACE=3D"Arial">$IPT -A =
PREROUTING -t nat -p tcp -i eth1 --destination-port 6699 -j DNAT =
--to-destination 192.9.200.14</FONT></P>
<UL><UL>
<P ALIGN=3DLEFT><FONT SIZE=3D2 FACE=3D"Tahoma">-----Original =
Message-----<BR>
</FONT><B></B><B><FONT SIZE=3D2 FACE=3D"Tahoma">From:</FONT></B><FONT =
SIZE=3D2 FACE=3D"Tahoma"> "Ed Roman" =
<eroman@keyes.com>@AUBONPAIN<BR>
</FONT><B></B><B><FONT SIZE=3D2 FACE=3D"Tahoma">Sent:</FONT></B><FONT =
SIZE=3D2 FACE=3D"Tahoma"> Tuesday, January 15, 2002 4:05 PM<BR>
</FONT><B></B><B><FONT SIZE=3D2 FACE=3D"Tahoma">To:</FONT></B><FONT =
SIZE=3D2 FACE=3D"Tahoma"> netfilter@lists.samba.org<BR>
</FONT><B></B><B><FONT SIZE=3D2 =
FACE=3D"Tahoma">Subject:</FONT></B><FONT SIZE=3D2 FACE=3D"Tahoma"> =
Terminal Server 2k</FONT></P>
<P ALIGN=3DLEFT><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Courier">Does =
Anyone have a good iptable script on how to make terminal =
server</FONT></P>
<P ALIGN=3DLEFT><FONT COLOR=3D"#000000" SIZE=3D2 =
FACE=3D"Courier">communicate back and forth on ip masq</FONT></P>
<P ALIGN=3DLEFT><FONT COLOR=3D"#000000" SIZE=3D2 =
FACE=3D"Courier">Thanks</FONT></P>
</UL></UL>
</BODY>
</HTML>
------_=_NextPart_001_01C19DF9.0574C200--