Ok,
no I am not trying to get a packet to go out an inteface it just came in, I think.. Here it is I have two sitesn one site has a 501 the other has a 515, they are linked by a vpn tunnel, but not over the Internet... Over a private wireless connection, behind the 515 at the main site is the main network and a netscreen firewall going to the internet... The netscreen is the dfault router for that local network, and has a route to send traffic to the remote site through the pix 515... I can ping, remote desktop, ftp etc between remote sites... I can ping from the site with the 501 through the site with the 515 to the internet and back both by URL and IP... The problem is when I open a browser, the web page resolves, but eventully times out... Any idea??? basic diagram and the two configs follow....
<Intenet> -- <Netscreen> --|| LAN || --<515> -VPN- <501> -||LAN||
515 Config
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password YggykgANI6IC75hX encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname VHPIX515
domain-name burr-ridge.gov
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
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
names
access-list 120 permit ip 172.19.1.0 255.255.255.0 172.19.10.0 255.255.255.0
access-list 120 permit ip host 4.2.2.2 172.19.10.0 255.255.255.0
access-list 120 permit ip any 172.19.10.0 255.255.255.0
access-list 120 permit tcp any 172.19.10.0 255.255.255.0 eq www
access-list 130 permit ip 172.19.1.0 255.255.255.0 172.19.20.0 255.255.255.0
access-list 100 permit ip 172.19.1.0 255.255.255.0 172.19.10.0 255.255.255.0
access-list 100 permit ip 172.19.1.0 255.255.255.0 172.19.20.0 255.255.255.0
access-list 100 permit ip host 4.2.2.2 172.19.10.0 255.255.255.0
access-list 100 permit ip any 172.1
access-list 100 permit tcp any 172.19.10.0 255.255.255.0 eq www
access-list allow permit icmp any any echo-reply
access-list allow permit icmp any any source-quench
access-list allow permit icmp any any unreachable
access-list allow permit icmp any any time-exceeded
access-list allow permit tcp any any eq netbios-ssn
access-list allow permit udp any any eq netbios-dgm
access-list allow permit udp any any eq netbios-ns
access-list inside permit tcp any 172.19.10.0 255.255.255.0 eq www
pager lines 24
logging conso
icmp permit any echo-reply outside
icmp permit any echo inside
mtu outside 1472
mtu inside 1472
ip address outside 10.10.10.1 255.255.255.0
ip address inside 172.19.1.198 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 100
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group allow in interface outside
route inside 0.0.0.0 0.0.0.0 172.19.1.190 1
route inside 4.2.2.2 255.255.255.255 172.19.1.190 1
route outside 172.19.10.0 255.255.255.0 10.10.10.22 1
timeout xlate 3:00:00o
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00 security0
nameif ethernet1 inside security
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:006IC75hX encrypted
pas
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
domain-name burr-ridge.gov
aaa-server RADIUS protocol radius ftp 21
fixu
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 30 set transform-set myset
crypto map newmap 10 ipsec-isakmp
crypto map newmap 10 match address 120
crypto map newmap 10 set peer 10.10.10.11
crypto map newmap 10 set transform-set myset
crypto map newmap 20 ipsec-isakmp dynamic dynmap
crypto map newmap interface outside
isakmp enable outside
isakmp key ******** address 10.10.10.11 netmask 255.255.255.255 no-xauth no-conf
ig-mode
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:dc790df45e76a27d1cb90e77862b855d
: end
501 Config
PWPIX501# sh run
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password YggykgANI6IC75hX encrypted
passwd YggykgANI6IC75hX encrypted
hostname PWPIX501
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 110 permit ip 172.19.10.0 255.255.255.0 172.19.1.0 255.255.255.0
access-list 110 permit ip 172.19.10.0 255.255.255.0 host 4.2.2.2
access-list 110 permit ip 172.19.10.0 255.255.255.0 any
access-list 110 permit tcp 172.19.10.0 255.255.255.0 any eq www
access-list 130 permit ip 172.19.10.0 255.255.255.0 172.19.20.0 255.255.255.0
access-list 100 permit ip 172.19.10.0 255.255.255.0 172.19.1.0 255.255.255.0
access-list 100 permit ip 172.19.10.0 255.255.255.0 host 4.2.2.2
access-list 100 permit ip 172.19.10.0 255.255.255.0 any
access-list 100 permit tcp 172.19.10.0 255.255.255.0 any eq www
access-list allow permit icmp any any echo-reply
access-list allow permit icmp any any source-quench
access-list allow permit icmp any any unreachable
access-list allow permit icmp any any time-exceeded
access-list allow permit udp any any eq www
access-list allow permit tcp any any eq www
access-list inside permit tcp any any eq www
pager lines 24
logging console debugging
icmp permit any echo-reply outside
icmp permit any echo inside
mtu outside 1472
mtu inside 1472
ip address outside 10.10.10.11 255.255.255.0
ip address inside 172.19.10.198 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 100
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group allow in interface outside
route outside 0.0.0.0 0.0.0.0 10.10.10.32 1
route outside 172.19.1.0 255.255.255.0 10.10.10.32 1
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+ protoc
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.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 myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 30 set transform-set myset
crypto map newmap 10 ipsec-isakmp
crypto map newmap 10 match address 110
crypto map newmap 10 set peer 10.10.10.1
crypto map newmap 10 se
crypto map newmap 20 ipsec-isakmp dynamic dynmap
crypto map newmap interface outside
isakmp enable outside
isakmp key ******** address 10.10.10.1 netmask 255.255.255.255 no-xauth no-confi
g-mode
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
telnet 172.19.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 172.19.10.1-172.19.10.100 inside
dhcpd dns 4.2.2.2 4.2.2.1
dhcpd wins 172.19.1.250 172.19.1.251
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
username brad password DygZFdX85HYsWA6K encrypted privilege 2
terminal width 80
Cryptochecksum:75a51743f139e45a863020c3cf7fde78
: end
Thanks
no I am not trying to get a packet to go out an inteface it just came in, I think.. Here it is I have two sitesn one site has a 501 the other has a 515, they are linked by a vpn tunnel, but not over the Internet... Over a private wireless connection, behind the 515 at the main site is the main network and a netscreen firewall going to the internet... The netscreen is the dfault router for that local network, and has a route to send traffic to the remote site through the pix 515... I can ping, remote desktop, ftp etc between remote sites... I can ping from the site with the 501 through the site with the 515 to the internet and back both by URL and IP... The problem is when I open a browser, the web page resolves, but eventully times out... Any idea??? basic diagram and the two configs follow....
<Intenet> -- <Netscreen> --|| LAN || --<515> -VPN- <501> -||LAN||
515 Config
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password YggykgANI6IC75hX encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname VHPIX515
domain-name burr-ridge.gov
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
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
names
access-list 120 permit ip 172.19.1.0 255.255.255.0 172.19.10.0 255.255.255.0
access-list 120 permit ip host 4.2.2.2 172.19.10.0 255.255.255.0
access-list 120 permit ip any 172.19.10.0 255.255.255.0
access-list 120 permit tcp any 172.19.10.0 255.255.255.0 eq www
access-list 130 permit ip 172.19.1.0 255.255.255.0 172.19.20.0 255.255.255.0
access-list 100 permit ip 172.19.1.0 255.255.255.0 172.19.10.0 255.255.255.0
access-list 100 permit ip 172.19.1.0 255.255.255.0 172.19.20.0 255.255.255.0
access-list 100 permit ip host 4.2.2.2 172.19.10.0 255.255.255.0
access-list 100 permit ip any 172.1
access-list 100 permit tcp any 172.19.10.0 255.255.255.0 eq www
access-list allow permit icmp any any echo-reply
access-list allow permit icmp any any source-quench
access-list allow permit icmp any any unreachable
access-list allow permit icmp any any time-exceeded
access-list allow permit tcp any any eq netbios-ssn
access-list allow permit udp any any eq netbios-dgm
access-list allow permit udp any any eq netbios-ns
access-list inside permit tcp any 172.19.10.0 255.255.255.0 eq www
pager lines 24
logging conso
icmp permit any echo-reply outside
icmp permit any echo inside
mtu outside 1472
mtu inside 1472
ip address outside 10.10.10.1 255.255.255.0
ip address inside 172.19.1.198 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 100
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group allow in interface outside
route inside 0.0.0.0 0.0.0.0 172.19.1.190 1
route inside 4.2.2.2 255.255.255.255 172.19.1.190 1
route outside 172.19.10.0 255.255.255.0 10.10.10.22 1
timeout xlate 3:00:00o
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00 security0
nameif ethernet1 inside security
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:006IC75hX encrypted
pas
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
domain-name burr-ridge.gov
aaa-server RADIUS protocol radius ftp 21
fixu
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 30 set transform-set myset
crypto map newmap 10 ipsec-isakmp
crypto map newmap 10 match address 120
crypto map newmap 10 set peer 10.10.10.11
crypto map newmap 10 set transform-set myset
crypto map newmap 20 ipsec-isakmp dynamic dynmap
crypto map newmap interface outside
isakmp enable outside
isakmp key ******** address 10.10.10.11 netmask 255.255.255.255 no-xauth no-conf
ig-mode
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:dc790df45e76a27d1cb90e77862b855d
: end
501 Config
PWPIX501# sh run
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password YggykgANI6IC75hX encrypted
passwd YggykgANI6IC75hX encrypted
hostname PWPIX501
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 110 permit ip 172.19.10.0 255.255.255.0 172.19.1.0 255.255.255.0
access-list 110 permit ip 172.19.10.0 255.255.255.0 host 4.2.2.2
access-list 110 permit ip 172.19.10.0 255.255.255.0 any
access-list 110 permit tcp 172.19.10.0 255.255.255.0 any eq www
access-list 130 permit ip 172.19.10.0 255.255.255.0 172.19.20.0 255.255.255.0
access-list 100 permit ip 172.19.10.0 255.255.255.0 172.19.1.0 255.255.255.0
access-list 100 permit ip 172.19.10.0 255.255.255.0 host 4.2.2.2
access-list 100 permit ip 172.19.10.0 255.255.255.0 any
access-list 100 permit tcp 172.19.10.0 255.255.255.0 any eq www
access-list allow permit icmp any any echo-reply
access-list allow permit icmp any any source-quench
access-list allow permit icmp any any unreachable
access-list allow permit icmp any any time-exceeded
access-list allow permit udp any any eq www
access-list allow permit tcp any any eq www
access-list inside permit tcp any any eq www
pager lines 24
logging console debugging
icmp permit any echo-reply outside
icmp permit any echo inside
mtu outside 1472
mtu inside 1472
ip address outside 10.10.10.11 255.255.255.0
ip address inside 172.19.10.198 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 100
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group allow in interface outside
route outside 0.0.0.0 0.0.0.0 10.10.10.32 1
route outside 172.19.1.0 255.255.255.0 10.10.10.32 1
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+ protoc
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.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 myset esp-des esp-md5-hmac
crypto dynamic-map dynmap 30 set transform-set myset
crypto map newmap 10 ipsec-isakmp
crypto map newmap 10 match address 110
crypto map newmap 10 set peer 10.10.10.1
crypto map newmap 10 se
crypto map newmap 20 ipsec-isakmp dynamic dynmap
crypto map newmap interface outside
isakmp enable outside
isakmp key ******** address 10.10.10.1 netmask 255.255.255.255 no-xauth no-confi
g-mode
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
telnet 172.19.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 172.19.10.1-172.19.10.100 inside
dhcpd dns 4.2.2.2 4.2.2.1
dhcpd wins 172.19.1.250 172.19.1.251
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
username brad password DygZFdX85HYsWA6K encrypted privilege 2
terminal width 80
Cryptochecksum:75a51743f139e45a863020c3cf7fde78
: end
Thanks