We have a PIX 515 here v6.2(2). We're using PAT to decide which internal server to go depending on which service is requested: e.g.
static (inside,outside) tcp 2.2.2.138 6869 1.1.1.139 6869 netmask 255.255.255.255 0 0
static (dmz,outside) tcp 2.2.2.138 ftp 1.1.1.21 ftp netmask 255.255.255.255 0 0
static (dmz,outside) tcp 2.2.2.138 255.255.255.255 0 0
We have recently migrated our customer's (X) firewall from a Watchguard to the PIX. Before the migration, X's client's could FTP to the Watchguard using similar to above NATing. Now when those client's are coming from another firewall, they can connect but as soon as the password is accepted, it locks up. The logs show the following:
%PIX-6-302013: Built inbound TCP connection 161567 for outside:y.y.y.9/58069 (y.y.y.9/58069) to dmz:x.x.x.89/21 (2.2.2.138/21)
%PIX-6-302013: Built inbound TCP connection 161568 for outside:y.y.y.9/58070 (y.y.y.9/58070) to dmz:x.x.x.89/20 (2.2.2.138/1379)
Can anyone please explain the second line to me. I understand a DATA port (20) is opened up but why the 1379 allocated to the global address and could this be causing the lock up?
Thanks heaps for any assistance.
static (inside,outside) tcp 2.2.2.138 6869 1.1.1.139 6869 netmask 255.255.255.255 0 0
static (dmz,outside) tcp 2.2.2.138 ftp 1.1.1.21 ftp netmask 255.255.255.255 0 0
static (dmz,outside) tcp 2.2.2.138 255.255.255.255 0 0
We have recently migrated our customer's (X) firewall from a Watchguard to the PIX. Before the migration, X's client's could FTP to the Watchguard using similar to above NATing. Now when those client's are coming from another firewall, they can connect but as soon as the password is accepted, it locks up. The logs show the following:
%PIX-6-302013: Built inbound TCP connection 161567 for outside:y.y.y.9/58069 (y.y.y.9/58069) to dmz:x.x.x.89/21 (2.2.2.138/21)
%PIX-6-302013: Built inbound TCP connection 161568 for outside:y.y.y.9/58070 (y.y.y.9/58070) to dmz:x.x.x.89/20 (2.2.2.138/1379)
Can anyone please explain the second line to me. I understand a DATA port (20) is opened up but why the 1379 allocated to the global address and could this be causing the lock up?
Thanks heaps for any assistance.