I prefer to use VNC tunneled thru an SSH connection to manage my remote 
windoze boxes.

something like....

On my gateway box..

ssh -g -L 5905:192.168.1.1:5900 destination.router.com

Where 192.168.1.1 is the IP of the Win2000 box and destination.router is 
the gateway on the other end.

Then VNC to my gateway box port 5905..  Bingo!

Safe, secure, encrypted and no extra ports to have open!

On Tue, 4 Jun 2002, Michael Leone wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> 
> On 4 Jun 2002 at 6:49, Joe Copeland wrote:
> 
> > On Tue, 2002-06-04 at 06:37, Jaime Goncalves wrote:
> > > Hi I'm trying to rdp into my win2k server behind my lrp box this is
> > > the command to open the port on the lrp box from the command line 
> > > "ipchains -A  forward -p tcp -s xxx.xxx.xxx.xxx 3389 -d
> > > xxx.xxx.xxx.xxx 3389 -j ACCEPT" can any one see a problem with the
> > > syntax
> > 
> > I'm not sure what rdp is, but I wouldn't limit my source port to 3389.
> > It seems unlikely that your source port will always be 3389.
> 
> RDP is Remote Desktoip Protocol, what MS uses for their Terminal 
> Services. And indeed, opening only 3389 incoming will work; I just 
> set up my Pix at work yesterday to allow access to our TS server, and 
> I only needed to open TCP 3389. MS doesn't send via a random high 
> port, like some unix services do, so specifying 3389 as a source port 
> will probably be fine.
> 
> I'm told that there are also times when it will use TCP 1494, but I 
> don't know that for a fact. I do know we're doing production work 
> specifying 3389.
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 7.0.4 -- QDPGP 2.68 
> Comment: http://community.wow.net/grt/qdpgp.html
> 
> iQA/AwUBPPzKiZq0HvZapbzfEQLcbgCg4rjhNTM1jBZhppcfLMRPlBGIkl4An2kU
> PrfuaBlMqLuemqL1RUzPLST0
> =dqVB
> -----END PGP SIGNATURE-----
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> ------------------------------------------------------------------------
> 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
> 

-- 
--------------------
Timothy Burt
Internet Specialist


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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