Hi I have a range of static IP's as part of a /29 assigned from our ISP I am using one of these IP's for VPN usage The RRAS server is located in the DMZ on 192.168.1.12 This is what I am seeing in the PDM log
pix(config)# sh pdm log | i 192.168.1.12
6|Feb 23 2007 11:32:53|302013: Built inbound TCP connection 20758708 for outside :144.138.106.93/1462 (144.138.106.93/1462) to dmz1:192.168.1.12/1723 (203.59.123 .46/1723)
6|Feb 23 2007 11:32:53|106015: Deny TCP (no connection) from
192.168.1.12/1723 t o 144.138.106.93/1462 flags SYN ACK on interface inside
I assume what is happening is that port 1723 is coming in on
203.59.123.46 and is being passed to the RRAS server on 192.168.1.12 on port 1723 I have an access list that says anything (0.0.0.0) from the outside coming in on any TCP port pass it to 192.168.1.12 on port 1723
Can anyone tell me where I am going wrong and why it is trying to reference the inside i/f when I have not specified anything here?
cheers
Scott