Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

issue with vpn remote network access 1

Status
Not open for further replies.
Feb 16, 2011
4
NZ
Hey

Im having an issue where users from vpn network (10.51.5.0)
cannot connect to anythign on the 172.16.0.0 network... i think ive put in acl's and everything where needed but looks like i must be missing something

: Saved
:
PIX Version 8.0(3)
!
hostname pixfirewall
enable password encrypted
names
name 192.168.10.0 vpn_client
!
interface Ethernet0
nameif outside
security-level 0
ip address 10.0.0.12 255.255.255.0
!
interface Ethernet1
nameif inside
security-level 100
ip address 172.16.1.1 255.255.0.0
!
passwd encrypted
ftp mode passive
same-security-traffic permit intra-interface
access-list outside_access_in extended permit ip any 10.0.0.0 255.255.255.0
access-list outside_access_in extended permit ip any 172.16.0.0 255.255.0.0
access-list outside_access_in extended permit ip 10.51.5.0 255.255.255.0 172.16.0.0 255.255.0.0
access-list outside_access_in extended permit ip 192.168.50.0 255.255.255.0 172.16.0.0 255.255.0.0
access-list outside_access_in extended permit ip vpn_client 255.255.255.0 172.16.0.0 255.255.0.0
access-list WebtastixWebhosting_splitTunnelAcl standard permit 172.16.0.0 255.255.0.0
access-list inside_nat0_outbound extended permit ip 172.16.0.0 255.255.0.0 10.51.5.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 172.16.0.0 255.255.0.0 vpn_client 255.255.255.0
access-list outside_nat0_outbound extended permit ip 10.51.5.0 255.255.255.0 172.16.0.0 255.255.0.0
access-list outside_nat0_outbound extended permit ip vpn_client 255.255.255.0 172.16.0.0 255.255.0.0
access-list WebtastixIS_splitTunnelAcl standard permit 172.16.0.0 255.255.0.0
access-list inside_access_out extended permit ip any 10.0.0.0 255.255.255.0
access-list inside_access_out extended permit ip 172.16.0.0 255.255.0.0 any
access-list inside_access_out extended permit ip 172.16.0.0 255.255.0.0 192.168.50.0 255.255.255.0
access-list inside_access_out extended permit ip 172.16.0.0 255.255.0.0 vpn_client 255.255.255.0
access-list outside_nat0_outbound_1 extended permit ip 10.51.5.0 255.255.255.0 any
access-list outside_nat0_outbound_1 extended permit ip vpn_client 255.255.255.0 172.16.0.0 255.255.0.0
access-list Webtastix_splitTunnelAcl standard permit 172.16.0.0 255.255.0.0
access-list inside_nat0_outbound_1 extended permit ip 172.16.0.0 255.255.0.0 192.168.50.0 255.255.255.0
access-list inside_nat0_outbound_1 extended permit ip 172.16.0.0 255.255.0.0 vpn_client 255.255.255.0
pager lines 24
logging enable
logging asdm informational
mtu outside 1500
mtu inside 1500
ip local pool Main 10.51.5.100-10.51.5.200 mask 255.255.255.0
ip local pool new 192.168.10.100-192.168.10.200 mask 255.255.0.0
ip local pool newest 192.168.50.100-192.168.50.200 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
asdm image flash:/asdm-603.bin
no asdm history enable
arp timeout 14400
global (outside) 101 interface
nat (outside) 0 access-list outside_nat0_outbound_1 outside
nat (inside) 0 access-list inside_nat0_outbound_1
nat (inside) 0 access-list inside_nat0_outbound outside
nat (inside) 101 172.16.0.0 255.255.0.0
access-group outside_access_in in interface outside
access-group inside_access_out in interface inside
route outside 0.0.0.0 0.0.0.0 10.0.0.1 100
route inside 172.16.0.0 255.255.0.0 172.16.1.1 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-record DfltAccessPolicy
http server enable
http 10.51.5.0 255.255.255.0 inside
http 172.16.0.0 255.255.0.0 inside
http 172.16.12.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-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_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
no crypto isakmp nat-traversal
telnet timeout 5
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
group-policy WebtastixIS internal
group-policy WebtastixIS attributes
dns-server value 8.8.8.8
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value WebtastixIS_splitTunnelAcl
group-policy WebtastixWebhosting internal
group-policy WebtastixWebhosting attributes
dns-server value 8.8.8.8
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value Webtastix_splitTunnelAcl
default-domain value webtastix.local
group-policy Webtastix internal
group-policy Webtastix attributes
dns-server value 8.8.8.8
vpn-tunnel-protocol IPSec
split-tunnel-policy tunnelspecified
split-tunnel-network-list value Webtastix_splitTunnelAcl
default-domain value webtastix.local
username Josh password encrypted privilege 0
username Josh attributes
vpn-group-policy WebtastixWebhosting
username josh password encrypted privilege 0
username josh attributes
vpn-group-policy WebtastixWebhosting
username shane password encrypted privilege 0
username shane attributes
vpn-group-policy WebtastixWebhosting
tunnel-group WebtastixWebhosting type remote-access
tunnel-group WebtastixWebhosting general-attributes
address-pool Main
default-group-policy WebtastixWebhosting
tunnel-group WebtastixWebhosting ipsec-attributes
pre-shared-key *
tunnel-group WebtastixIS type remote-access
tunnel-group WebtastixIS general-attributes
address-pool new
default-group-policy WebtastixIS
tunnel-group WebtastixIS ipsec-attributes
pre-shared-key *
tunnel-group Webtastix type remote-access
tunnel-group Webtastix general-attributes
address-pool newest
default-group-policy Webtastix
tunnel-group Webtastix ipsec-attributes
pre-shared-key *
!
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
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:4e9dbe88ef1df2c4e7af7a5eb8489c9e
: end
asdm image flash:/asdm-603.bin
asdm location vpn_client 255.255.255.0 inside
no asdm history enable

 
i thin i have figured it out, turns out i needed the port open for transparent tunneling :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top