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

[leaf-user] portforward with ipchains

2002-06-04 Thread Jaime Goncalves
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 Thanks Jaime

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