I'm trying to configure a pix 515e to allow external access to an internal MS Sql Server. I have added the following commands to the configuration file:
static (inside,outside) 12.x.x.9 192.168.1.5 netmask 255.255.255.255 0 0
access-list 101 permit tcp host 12.x.x.54 host 12.x.x.9 eq 1433 log
access-group 101 in interface outside
However when I telnet to test the port the connection is made and then it's dropped.
Pix Ver. 6.3(5)
Any ideas would be greatly appreciated.
static (inside,outside) 12.x.x.9 192.168.1.5 netmask 255.255.255.255 0 0
access-list 101 permit tcp host 12.x.x.54 host 12.x.x.9 eq 1433 log
access-group 101 in interface outside
However when I telnet to test the port the connection is made and then it's dropped.
Pix Ver. 6.3(5)
Any ideas would be greatly appreciated.