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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pix 501 VPN Problem can't ping or browse local LAN 2

Status
Not open for further replies.

Yogiz

Technical User
Jun 20, 2007
10
Hi there,

I have a very frustrating problem with my VPN setup.
I'm able to establish the VPN connection with the pix using Cisco VPN Client however for some very strange reason I cannot PING and browse local network.
However I can ping through the pix.

Here is the copy of my Pix config;

================================================== =======
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password encrypted
passwd encrypted
hostname
domain-name
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 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
fixup protocol tftp 69
names
object-group network INSIDE-LAN
network-object 10.164.117.0 255.255.255.0
object-group network VPNCLIENTB
network-object 10.10.10.0 255.255.255.0
access-list 101 permit icmp any any traceroute
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any time-exceeded
access-list 101 permit ip host *.*.*.* any
access-list NONAT permit ip 10.164.117.0 255.255.255.0 object-group VPNCLIENTB
access-list ST-ACCESS permit ip object-group VPNCLIENTB object-group INSIDE-LAN
access-list DUMP permit icmp any any
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 10.164.117.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNCLIENTB 10.10.10.1-10.10.10.10
pdm location 10.164.117.6 255.255.255.255 inside
pdm location 172.16.8.0 255.255.255.0 outside
pdm location 217.153.7.122 255.255.255.255 outside
pdm location 10.164.117.0 255.255.255.0 inside
pdm group INSIDE-LAN inside
pdm group VPNCLIENT outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 10.164.117.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 3389 10.164.117.6 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface telnet 10.164.117.6 telnet netmask 255.255.255.255 0 0
access-group 101 in interface outside
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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL
http server enable
http *.*.*.* 255.255.255.255 outside
http 10.164.117.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 VPN3DES esp-3des esp-sha-hmac
crypto dynamic-map CLIENT 1 set transform-set VPN3DES
crypto map VPN 80 ipsec-isakmp dynamic CLIENT
crypto map VPN client authentication LOCAL
crypto map VPN interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup TESTING address-pool VPNCLIENTB
vpngroup TESTING split-tunnel ST-ACCESS
vpngroup TESTING idle-time 1800
vpngroup TESTING password ********
ssh 0.0.0.0 0.0.0.0 outside
ssh 10.164.117.0 255.255.255.0 inside
ssh timeout 60
console timeout 0
dhcpd address 10.164.117.2-10.164.117.6 inside
dhcpd dns 4.2.2.1 4.2.2.2
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside

================================================== ======

This is the IP assigned to me when VPN connection is established using Cisco VPN Client ;
================================================== ======
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Cisco Systems VPN Adapter
Physical Address. . . . . . . . . : 00-05-9A-3C-78-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 10.10.10.1
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . . . . :
================================================== ========
I can ping the devices on the inside interface through the ssh on the pix.

pix(config)# ping 10.164.117.2
10.164.117.2 response received -- 0ms
10.164.117.2 response received -- 0ms
10.164.117.2 response received -- 0ms
================================================== ========
pix(config)# show arp
outside ******** 0012.da29.a054
inside 10.164.117.2 001b.2f05.eb4e
inside 10.164.117.6 0014.85ea.91d5
pix(config)#
================================================== ========
Route Print
================================================== ======
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.150.1 192.168.150.112 20
10.0.0.0 255.0.0.0 10.10.10.1 10.10.10.1 20
10.0.0.0 255.255.255.0 192.168.150.11 192.168.150.112 1
10.10.10.0 255.255.255.0 10.0.0.1 10.10.10.1 1
10.10.10.1 255.255.255.255 127.0.0.1 127.0.0.1 20
10.255.255.255 255.255.255.255 10.10.10.1 10.10.10.1 20
================================================== ======
Thanks for any input,
 
If you edit your VPN profile, click on the transport tab - there is a tickbox called "allow local LAN access"
try tick this.

your split tunnel looks fine
 
I have tried that give up haven't got a bloody clue how to get this going.
 
You need to fix your split tunneling. Basically set up an access list that allows traffic to bypass the VPN tunnel

vpngroup [VPN_GROUP_NAME] split-tunnel [VPN_No_NAT_ACL]

access-list VPN_No_NAT_ACL permit 10.164.117.0 255.255.255.0 10.10.10.0 255.255.255.0
This should be very similar to your NO-NAT ACL.

The ACL is not to restrict traffic, it is to allow (force) traffic bound for the internal network over the VPN and allow other access out. With PIX OS6, you cannot allow JUST local lan access, you allow all traffic not bound for the VPN to go out (dangerous idea from a security stand point.) PIX OS7 allows just local LAN access - a better choice but still better than allowing everything.



Brent
Systems Engineer / Consultant
CCNP, CCSP
 
Thanks Brent I tried that made no difference. grrr
 
and you checked the allow local lan in your vpn client?

repost your config with the changes. it might take me a while - I have to move but I will be one it as soon as I can.



Brent
Systems Engineer / Consultant
CCNP, CCSP
 
Cheers Brent,

Yeh allow local LAN is checked here is the config.

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password Of3dxO64dl0.NQSr encrypted
passwd Of3dxO64dl0.NQSr encrypted
hostname cisco
domain-name cisco.com
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 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
fixup protocol tftp 69
names
object-group network INSIDE-LAN
network-object 10.164.117.0 255.255.255.0
object-group network VPNCLIENTB
network-object 10.10.10.0 255.255.255.0
access-list 101 permit icmp any any traceroute
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any time-exceeded
access-list 101 permit ip host 1.1.1.1.1 any
access-list NONAT permit ip 10.164.117.0 255.255.255.0 object-group VPNCLIENTB
access-list VPN_NONAT permit ip 10.164.117.0 255.255.255.0 10.10.10.0 255.255.255.0
access-list DUMP permit icmp any any
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 10.164.117.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNCLIENTB 10.10.10.1-10.10.10.10
pdm location 10.164.117.6 255.255.255.255 inside
pdm location 172.16.8.0 255.255.255.0 outside
pdm location 217.153.7.122 255.255.255.255 outside
pdm location 10.164.117.0 255.255.255.0 inside
pdm group INSIDE-LAN inside
pdm group VPNCLIENT outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 10.164.117.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 3389 10.164.117.6 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface telnet 10.164.117.6 telnet netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 8080 10.164.117.2 8080 netmask 255.255.255.255 0 0
access-group 101 in interface outside
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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL
http server enable
http 1.1.1.1.1 255.255.255.255 outside
http 10.164.117.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 VPN3DES esp-3des esp-sha-hmac
crypto dynamic-map CLIENT 1 set transform-set VPN3DES
crypto map VPN 80 ipsec-isakmp dynamic CLIENT
crypto map VPN client authentication LOCAL
crypto map VPN interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup TESTING address-pool VPNCLIENTB
vpngroup TESTING split-tunnel VPN_NONAT
vpngroup TESTING idle-time 1800
vpngroup TESTING password ********
telnet 10.164.117.2 255.255.255.255 inside
telnet 10.164.117.6 255.255.255.255 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 10.164.117.0 255.255.255.0 inside
ssh timeout 60
console timeout 0
dhcpd address 10.164.117.2-10.164.117.6 inside
dhcpd dns 4.2.2.1 4.2.2.2
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
username test password qYX9nlCkUx69vx0O encrypted privilege 15
 
Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname idrak
domain-name ciscopix.com
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 inside_outbound_nat0_acl permit ip any 172.10.1.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 172.10.1.0 255.255.255.0
access-list outside_access_in permit tcp 172.10.1.0 255.255.255.0 172.16.1.0 255.255.255.0
access-list outside_access_in permit icmp 172.10.1.0 255.255.255.0 172.16.1.0 255.255.255.0
access-list inside_access_in permit tcp 172.16.1.0 255.255.255.0 172.10.1.0 255.255.255.0
access-list inside_access_in permit icmp 172.16.1.0 255.255.255.0 172.10.1.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 213.172.91.61 255.255.255.0
ip address inside 172.16.1.250 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn 172.10.1.2-172.10.1.253
pdm location 172.10.1.0 255.255.255.0 inside
pdm location 172.16.1.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 213.172.91.57 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+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 172.16.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 ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication LOCAL
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup idrak address-pool vpn
vpngroup idrak dns-server 172.16.1.1
vpngroup idrak idle-time 1800
vpngroup idrak password ********
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
username vpnuser password CokRX4gYR64p4.gG encrypted privilege 3
username namik password WU712Qw3lg7mFjEr encrypted privilege 3
terminal width 80
Cryptochecksum:9ee347507ed7cb0ccccfda7ec74fd653
: end
[OK]
Have a same problem, tried everyting that is advised to Yogis, no difference, can't ping LAN even can't ping inside address of pix
 
After all the grief mine is working like a baby.

And it was the bloody zone alarm on the pc I was trying to ping that was blocking the ICMP packets.

All the best.
 
Yogiz pls past your config file so I can compare with my. after what exactly it's started to work?
 
I don't have any other firewall on my internal network and from pix inside interface I can ping any network device that have Ip adress
 
I've tried your last config but no difference, still can't ping or view lan
 
Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd lOkyEYAclKI9EQQq encrypted
hostname idrak
domain-name idrak.local
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 inside_outbound_nat0_acl permit ip 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.128
access-list outside_cryptomap_dyn_20 permit ip any 10.10.10.0 255.255.255.128
access-list inside_access_in permit tcp 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.128
access-list inside_access_in permit icmp 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.128
access-list inside_access_in permit ip 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.128
access-list outside_access_in permit tcp 10.10.10.0 255.255.255.128 172.16.1.0 255.255.255.0
access-list outside_access_in permit icmp 10.10.10.0 255.255.255.128 172.16.1.0 255.255.255.0
access-list outside_access_in permit ip 10.10.10.0 255.255.255.128 172.16.1.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 213.172.91.61 255.255.255.248
ip address inside 172.16.1.240 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn 10.10.10.1-10.10.10.100
pdm location 172.16.1.4 255.255.255.255 inside
pdm location 172.16.1.0 255.255.255.0 outside
pdm history enable
arp timeout 14400
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 0 0.0.0.0 0.0.0.0 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 213.172.91.57 1
timeout xlate 3:00: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+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 172.16.1.4 255.255.255.255 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 ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication LOCAL
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup idrak address-pool vpn
vpngroup idrak dns-server 172.16.1.1
vpngroup idrak default-domain idrak.local
vpngroup idrak split-tunnel inside_outbound_nat0_acl
vpngroup idrak idle-time 1800
vpngroup idrak password ********
telnet 172.16.1.4 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
username namik password WU712Qw3lg7mFjEr encrypted privilege 3
terminal width 80
Cryptochecksum:a1d78423274e5c1d844bddb29a07a105
: end
[OK]

Thats what I last made, but the same problem exist. at vpn client allow lan checkbox enabled, is there any mistake?
from pix i can ping whole lan
 
higher above configurations were more correct than the one posted directly above. put the DHCPD commands back in.

the problems is that your DHCPD pool is on the same network as your internal network.

give your vpn connections a different ip address on a different network and allow that network traffic into the internal network. you should be fine.

you are basically confusing the firewall and it cant route.
from the same network outside to the same network inside.

 
david you mean that my config more correct or yogiz's? in mine I don't have dhcpd, I don't need it. Could You find any mistake in my config? please let me know
 
when someone connected to vpn i can ping him from internal. but from pix to internal no way:(
 
confused configs, my response was for yogiz

namik --- look at your nat configuration
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 0 0.0.0.0 0.0.0.0 0 0

you are not implementing NAT at all,

nat (inside) 1 0.0.0.0 0.0.0.0 0 0
is more appropriate, then define a global statement, i.e.
global (outside) 1 interface

that may help
 
I made it,but the result is same. still present same problem.


Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password lOkyEYAclKI9EQQq encrypted
passwd lOkyEYAclKI9EQQq encrypted
hostname idrak
domain-name idrak.local
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 inside_outbound_nat0_acl permit ip 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.128
access-list inside_outbound_nat0_acl permit ip 10.10.10.0 255.255.255.0 172.16.1.0 255.255.255.0
access-list outside_cryptomap_dyn_20 permit ip any 10.10.10.0 255.255.255.128
access-list inside_access_in permit tcp 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.128
access-list inside_access_in permit icmp 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.128
access-list inside_access_in permit ip 172.16.1.0 255.255.255.0 10.10.10.0 255.255.255.128
access-list inside_access_in permit tcp any 172.16.1.0 255.255.255.0
access-list inside_access_in permit icmp any 172.16.1.0 255.255.255.0
access-list inside_access_in permit ip any 172.16.1.0 255.255.255.0
access-list outside_access_in permit tcp 10.10.10.0 255.255.255.128 172.16.1.0 255.255.255.0
access-list outside_access_in permit icmp 10.10.10.0 255.255.255.128 172.16.1.0 255.255.255.0
access-list outside_access_in permit ip 10.10.10.0 255.255.255.128 172.16.1.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 213.172.91.61 255.255.255.248
ip address inside 172.16.1.240 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpn 10.10.10.1-10.10.10.100
pdm location 172.16.1.4 255.255.255.255 inside
pdm location 172.16.1.0 255.255.255.0 outside
pdm location 10.10.10.0 255.255.255.0 inside
pdm history enable
arp timeout 14400
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 213.172.91.57 1
timeout xlate 3:00: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+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 0.0.0.0 0.0.0.0 outside
http 172.16.1.4 255.255.255.255 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 ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication LOCAL
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup idrak address-pool vpn
vpngroup idrak dns-server 172.16.1.1
vpngroup idrak default-domain idrak.local
vpngroup idrak split-tunnel inside_outbound_nat0_acl
vpngroup idrak idle-time 1800
vpngroup idrak password ********
telnet 172.16.1.4 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
username namik password WU712Qw3lg7mFjEr encrypted privilege 3
terminal width 80
Cryptochecksum:8644178c81193342ea9e870222894273
: end
[OK]

 
Here is my working config. Just edit it out to your specification.

PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password Of3dxO64dl0.NQSr encrypted
passwd Of3dxO64dl0.NQSr encrypted
hostname pix
domain-name cisco.com
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 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
fixup protocol tftp 69
names
object-group network INSIDE-LAN
network-object 10.164.117.0 255.255.255.0
object-group network VPNCLIENTB
network-object 10.10.10.0 255.255.255.0
access-list 101 permit icmp any any traceroute
access-list 101 permit icmp any any echo-reply
access-list 101 permit icmp any any unreachable
access-list 101 permit icmp any any time-exceeded
access-list 101 permit ip host 1.2.3.4 any
access-list NONAT permit ip 10.164.117.0 255.255.255.0 object-group VPNCLIENTB
access-list VPN_NONAT permit ip 10.164.117.0 255.255.255.0 10.10.10.0 255.255.255.0
access-list DUMP permit icmp any any
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 10.164.117.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNCLIENTB 10.10.10.1-10.10.10.10
pdm location 10.164.117.6 255.255.255.255 inside
pdm location 172.16.8.0 255.255.255.0 outside
pdm location 1.2.3.4 255.255.255.255 outside
pdm location 10.164.117.0 255.255.255.0 inside
pdm group INSIDE-LAN inside
pdm group VPNCLIENT outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list VPN_NONAT
nat (inside) 1 10.164.117.0 255.255.255.0 0 0
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 3389 10.164.117.6 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface telnet 10.164.117.6 telnet netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 8080 10.164.117.2 8080 netmask 255.255.255.255 0 0
access-group 101 in interface outside
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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
aaa authentication ssh console LOCAL
http server enable
http 1.2.3.4 255.255.255.255 outside
http 10.164.117.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 VPN3DES esp-3des esp-sha-hmac
crypto dynamic-map CLIENT 1 set transform-set VPN3DES
crypto map VPN 80 ipsec-isakmp dynamic CLIENT
crypto map VPN client authentication LOCAL
crypto map VPN interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup WAYNVPN address-pool VPNCLIENTB
vpngroup WAYNVPN split-tunnel VPN_NONAT
vpngroup WAYNVPN idle-time 1800
vpngroup WAYNVPN password ********
telnet 10.164.117.2 255.255.255.255 inside
telnet 10.164.117.6 255.255.255.255 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 10.164.117.0 255.255.255.0 inside
ssh timeout 60
console timeout 0
dhcpd address 10.164.117.2-10.164.117.6 inside
dhcpd dns 4.2.2.1 4.2.2.2
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
username test password qYX9nlCkUx69vx0O encrypted privilege 15
username ****** password 9reCdzQiHs8gZy/P encrypted privilege 10
terminal width 80
Cryptochecksum:3dc9b5c245c74ca52781b70917cebffe
: end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top