Re: [leaf-user] portforward with ipchains

2002-06-05 Thread Jaime Goncalves
Thanks every one for the help. Got it working the command is Ipmasqadm portfw -a -P tcp -L xxx.xxx.xxx.xxx 3389 -R xxx.xxx.xxx.xxx 3389 and port 3389 is the only port needed for RDP to work. Regards Jaime ___ Don't miss the 2002

Re: [leaf-user] portforward with ipchains

2002-06-04 Thread Joe Copeland
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

Re: [leaf-user] portforward with ipchains

2002-06-04 Thread Jaime Goncalves
RDP is remote desktop for windows and yes it always listens on port 3389 Jaime [EMAIL PROTECTED] writes: 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

Re: [leaf-user] portforward with ipchains

2002-06-04 Thread Michael Leone
-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

Re: [leaf-user] portforward with ipchains

2002-06-04 Thread Michael Leone
-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

Re: [leaf-user] portforward with ipchains

2002-06-04 Thread Michael Leone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4 Jun 2002 at 7:36, T Burt wrote: I prefer to use VNC tunneled thru an SSH connection to manage my remote windoze boxes. Actually, TS is on the order of about a THOUSAND times faster than VNC, even without SSH. :-) (a slight

Re: [leaf-user] portforward with ipchains

2002-06-04 Thread Ray Olszewski
At 09:37 AM 6/4/02 -0400, 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

Re: [leaf-user] portforward with ipchains

2002-06-04 Thread speck
There is a FAQ on this here: http://sourceforge.net/docman/display_doc.php?docid=4427group_id=13751 I use it to access my box currently. Let me know if it is just the one port. I think Terminal Server uses 3389 and Citrix uses 1494. I probably need to update the FAQ. -sp On Tue, 04 June

Re: [leaf-user] portforward with ipchains

2002-06-04 Thread guitarlynn
At 09:37 AM 6/4/02 -0400, 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