Hi I'm trying to get a PIX506 to route incoming traffic (Citrix) to a host (172.31.1.14), people cant connect to citrix remotely however outgoing traffic is fine - browsing, connecting to hosts at other sites etc.
In front of the PIX (outside) is an ADSL router which has IP passthrough enabled, the PIX successfully gets the static public IP and Default Gateway from the router - shown as xxx.xxx.xxx.xxx in the config.
I'm also having an issue with VPN to another pix (IP shown as aaa.aaa.aaa.aaa in the config) which protects network 172.17.1.0 at a remote site. The pix at the remote site has the same VPN lines added but obviously corresponding to the other PIX/network.
Getting the PIX to route the Citrix traffic at the moment is a priority - thanks in advance
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password OLEBGgbA08XeMd5D encrypted
passwd OLEBGgbA08XeMd5D encrypted
hostname bob
domain-name mydomain.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list 109 permit tcp any host xxx.xxx.xxx.xxx eq citrix-ica
access-list 109 permit tcp any host xxx.xxx.xxx.xxx eq 2598
access-list 109 permit tcp any host xxx.xxx.xxx.xxx eq https
access-list 109 permit tcp any host xxx.xxx.xxx.xxx eq 5900
access-list 109 permit udp any host xxx.xxx.xxx.xxx eq 5900
access-list 109 permit tcp any host xxx.xxx.xxx.xxx eq www
access-list 80 permit ip 172.31.1.0 255.255.255.0 172.17.1.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 172.31.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 80
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface citrix-ica 172.31.1.14 citrix-ica netmask
255.255.255.255 0 0
static (inside,outside) tcp interface 2598 172.31.1.14 2598 netmask 255.255.255.
255 0 0
static (inside,outside) tcp interface www 172.31.1.14 www netmask 255.255.255.25
5 0 0
static (inside,outside) tcp interface https 172.31.1.14 https netmask 255.255.25
5.255 0 0
access-group 109 in interface outside
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 172.31.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set strong esp-des esp-sha-hmac
crypto map remotesite 10 ipsec-isakmp
crypto map remotesite 10 match address 80
crypto map remotesite 10 set peer aaa.aaa.aaa.aaa
crypto map remotesite 10 set transform-set strong
crypto map remotesite interface outside
isakmp enable outside
isakmp key ******** address aaa.aaa.aaa.aaa netmask 255.255.255.255
isakmp policy 8 authentication pre-share
isakmp policy 8 encryption des
isakmp policy 8 hash sha
isakmp policy 8 group 1
isakmp policy 8 lifetime 86400
telnet 172.31.1.0 255.255.255.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 172.31.1.0 255.255.255.0 inside
ssh timeout 60
console timeout 0
dhcpd address 172.31.1.2-172.31.1.254 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:44ad14dfa93
3d9dea601f
d15adb7f9b
1
: end
Start Free Trial