Question : Add additional ports be be RDP

Hi,
I need to configure a firewall (PIX 515e) which will allow rdp access to multiple devices, each one using a different ports. How do I set it so that one device connects using 3389, (this i know how to!) and then configure say 3388 to be another rdp port and connect another device using that and so on.

Any advice much appreciated.

Answer : Add additional ports be be RDP

static (inside,outside) tcp 3389 3389 netmask 255.255.255.255
static (inside,outside) tcp 3388 3389 netmask 255.255.255.255
static (inside,outside) tcp 3387 3389 netmask 255.255.255.255

 Where ouside_ip - external address and port for external connections, inside_ip_X - internal servers which provide terminal services.

To allow incoming connections:

object-group service rdp tcp
 port-object eq 3389
 port-object eq 3388
 port-object eq 3387

access-list outside_in extended permit tcp any object-group rdp
Random Solutions  
 
programming4us programming4us