Link to home
Create AccountLog in
Avatar of brianunc
brianunc

asked on

PIX 515, no access to the internet from outside

We're unable to access the internet from inside of our PIX 515...thanks for any help!

Configuration:
:
PIX Version 7.2(2)
!
names
!
interface Ethernet0
 nameif outside
 security-level 0
 ip address <outside_ip> 255.255.255.224
!
interface Ethernet1
 nameif inside
 security-level 100
 ip address 192.168.0.1 255.255.255.0
!
interface Ethernet2
 nameif eth2
 security-level 0
 ip address 10.0.0.1 255.255.255.0
!
interface Ethernet3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet4
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet5
 shutdown
 no nameif
 no security-level
 no ip address
!
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns server-group DefaultDNS
same-security-traffic permit inter-interface
access-list outside-coming-in extended permit tcp any host <outside_ip> eq www
access-list outside-coming-in extended permit tcp any host <outside_ip> eq https
access-list outside-coming-in extended permit tcp any host <outside_ip> eq 8200
access-list VPN_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
access-list VPN_splitTunnelAcl standard permit 192.168.0.0 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu eth2 1500
ip local pool VPN_Pool 192.168.2.1-192.168.2.254 mask 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image flash:/asdm-522.bin
no asdm history enable
arp timeout 14400
static (eth2,outside) tcp interface https 10.0.0.2 https netmask 255.255.255.255
static (eth2,outside) tcp interface 8200 10.0.0.2 8200 netmask 255.255.255.255
static (eth2,outside) tcp interface www 10.0.0.2 www netmask 255.255.255.255
access-group outside-coming-in in interface outside
route outside 0.0.0.0 0.0.0.0 <gateway_ip> 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
group-policy VPN internal
group-policy VPN attributes
 wins-server value 192.168.1.2
 dns-server value 192.168.1.2
 vpn-tunnel-protocol IPSec
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value VPN_splitTunnelAcl
http server enable
http 192.168.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 set pfs
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
tunnel-group VPN type ipsec-ra
tunnel-group VPN general-attributes
 address-pool VPN_Pool
 default-group-policy VPN
tunnel-group VPN ipsec-attributes
 pre-shared-key *
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 15
console timeout 0
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
  inspect icmp
!
service-policy global_policy global
prompt hostname context
ASKER CERTIFIED SOLUTION
Avatar of JFrederick29
JFrederick29
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of brianunc
brianunc

ASKER

Wow, quick...thanks!