I currently setup a remote site with the main HQ and successfully configured the VPN tunnel. Traffic is passing through via IP fine. The problem I'm running into is that I need to configure the Clients behind the ASA device to ask for DNS, IP Helper and receive Internet from the HQ site. When I try and resolve a IP to hostname behind the ASA, they just time out. The reason they need internet from the remote site is to be prompted by Websense so theire Internet activity can be tracked. How should I proceed?
CONFIG
ASA Version 8.0(2)
!
hostname ciscoasa
domain-name XXXXX.org
enable password XXXXXXXXXXXX encrypted
names
name 10.19.1.0 BBB_Network description Inside Network
name 10.0.0.0 CCC_Network
!
interface Vlan1
nameif inside
security-level 100
ip address 10.19.1.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address XXX.XXX.190.170 255.255.255.248
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd 2KFQnbNIdI.2KYOU encrypted
boot system disk0:/asa802-k8.bin
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns server-group DefaultDNS
domain-name XXXXX.org
access-list outside_cryptomap extended permit ip CCC_Network 255.0.0.0 BBB_Network 255.255.255.0
access-list outside_cryptomap extended permit ip BBB_Network 255.255.255.0 CCC_Network 255.0.0.0
access-list nonat extended permit ip BBB_Network 255.255.255.0 any
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-611.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 XXX.XXX.190.169 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
dynamic-access-policy-reco
rd DfltAccessPolicy
aaa authentication http console LOCAL
aaa authentication serial console LOCAL
aaa authentication ssh console LOCAL
aaa authentication enable console LOCAL
aaa authorization command LOCAL
http server enable
http XXX.XXX.190.171 255.255.255.255 outside
http 192.168.1.0 255.255.255.0 inside
http 192.168.1.5 255.255.255.255 inside
http XXX.XXX.147.218 255.255.255.255 outside
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 map outside_map1 1 match address outside_cryptomap
crypto map outside_map1 1 set peer XXX.XXX.123.20
crypto map outside_map1 1 set transform-set ESP-3DES-SHA
crypto map outside_map1 1 set security-association lifetime seconds 3600
crypto map outside_map1 1 set nat-t-disable
crypto map outside_map1 interface outside
crypto isakmp enable outside
crypto isakmp policy 5
authentication pre-share
encryption 3des
hash sha
group 2
lifetime 86400
telnet timeout 5
ssh XXX.XXX.147.218 255.255.255.255 outside
ssh timeout 5
console timeout 0
dhcpd dns 167.206.112.138 167.206.7.4 (ISP DNS Info)
!
dhcprelay server 10.10.3.82 outside (DHCP Server Info from HQ)
dhcprelay enable inside
dhcprelay timeout 60
threat-detection basic-threat
threat-detection statistics access-list
!
!
username XXXXXXX password XXXXXXX encrypted privilege 15
tunnel-group XXX.XXX.123.20 type ipsec-l2l
tunnel-group XXX.XXX.123.20 ipsec-attributes
pre-shared-key *
prompt hostname context
Cryptochecksum:e1a6a908d2f
26a8b4772d
89a01c4b0c
b
: end
ciscoasa#
Start Free Trial