I have searched the forum for pix port forward, and can't find anything useful. My question, I have a 501 configured for DHCP for outside address. It is cable, so it rarley changes. I just need to forward port 22 and another port range to a specific IP inside. I thought the commands were:
access-list 200 permit tcp any host xxx.xxx.xxx.xxx range 15425 15427
access-list 200 permit udp any host xxx.xxx.xxx.xxx range 2074 2093
access-list 200 permit tcp any host xxx.xxx.xxx.xxx eq 22
access-list 200 permit udp any host xxx.xxx.xxx.xxx eq 22
static (inside,outside) xxx.xxx.xxx.xxx 192.168.1.211 netmask 255.255.255.255 0 0
access-group 200 in interface outside
But these commands break my current setup. Of course, xxx.xxx.xxx.xxx is my external IP.
access-list 200 permit tcp any host xxx.xxx.xxx.xxx range 15425 15427
access-list 200 permit udp any host xxx.xxx.xxx.xxx range 2074 2093
access-list 200 permit tcp any host xxx.xxx.xxx.xxx eq 22
access-list 200 permit udp any host xxx.xxx.xxx.xxx eq 22
static (inside,outside) xxx.xxx.xxx.xxx 192.168.1.211 netmask 255.255.255.255 0 0
access-group 200 in interface outside
But these commands break my current setup. Of course, xxx.xxx.xxx.xxx is my external IP.