cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2208
Views
0
Helpful
3
Replies

Basic Remote Access Setup

jeff slansky
Level 1
Level 1

Hi,

i have a pix configured inline. so cable modem --> cisco pix 525 with ios 8.0.4 --> member hosts

the pix serves as a dhcp server and router

looking to turn on remote access so that i can login from remotely to my network.

can someone outline the basic commands needed to set this up.

my understanding is there a couple of different modes, split tunnel and pure tunnel

any one would suffice to start.

jeff                   

3 Replies 3

jeff slansky
Level 1
Level 1

this is what i did to enable remote access. i can successfully authenticate but no traffic passes. i can't ping any internal or external ip or get on the internet when connected.

hostname(config)#isakmp policy 1 authentication pre-share

hostname(config)#isakmp policy 1 encryption 3des

hostname(config)#isakmp policy 1 hash sha

hostname(config)#isakmp policy 1 group 2

hostname(config)#isakmp policy 1 lifetime 43200

hostname(config)#isakmp enable outside

hostname(config)#ip local pool testpool 10.1.1.20-10.1.1.254

hostname(config)#username testuser password 12345678

hostname(config)#crypto ipsec transform set FirstSet esp-3des esp-md5-hmac

hostname(config)#tunnel-group testgroup type ipsec-ra

hostname(config)#tunnel-group testgroup general-attributes

hostname(config-general)#address-pool testpool

hostname(config)#tunnel-group testgroup ipsec-attributes

hostname(config-ipsec)#pre-shared-key 44kkaol59636jnfx

hostname(config)#crypto dynamic-map dyn1 1 set transform-set FirstSet

jeff

BOINK

bump