cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
307
Views
0
Helpful
2
Replies

Cisco PIX 501 to Cisco Concentrator 3005 via Remote Access

Hello folks,

I need your help.

We got a Cisco PIX 501 in one location and this pix is configured for pppoe dial out. The pix connects itself to the internet via pppoe client. ping to an offical ip is running well.

So what I want to do is to establish a von tunnel between this pix and a cisco 3005 concentrator.

But I was not successull to establish it.

Here is the pix config. the acl?s are only for testing and will be replaced if it works.

PIX Version 6.3(4)

interface ethernet0 10baset

interface ethernet1 100full

nameif ethernet0 outside security0

nameif ethernet1 inside security100

enable password xxx

passwd xxx

hostname PIX-AU

domain-name araukraine.ua

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

access-list outside permit ip any any

access-list inside_access_in permit ip any any

pager lines 24

logging on

logging monitor warnings

logging buffered warnings

mtu outside 1456

mtu inside 1456

ip address outside pppoe setroute

ip address inside 192.168.x.x 255.255.255.0

ip audit info action alarm

ip audit attack action alarm

pdm location 192.168.x.x 255.255.255.224 inside

pdm logging warnings 500

pdm history enable

arp timeout 14400

global (outside) 1 interface

nat (inside) 1 0.0.0.0 0.0.0.0 0 0

access-group outside in interface outside

access-group inside_access_in in interface inside

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

aaa authentication ssh console LOCAL

http server enable

http 192.168.x.x 255.255.x.x inside

no snmp-server location

no snmp-server contact

snmp-server community public

no snmp-server enable traps

floodguard enable

telnet 192.168.x.x 255.255.x.x inside

telnet timeout 5

ssh 194.39.97.0 255.255.255.0 outside

ssh timeout 5

management-access inside

console timeout 0

vpdn group pppoe_group request dialout pppoe

vpdn group pppoe_group localname test@dsl.test.net

vpdn group pppoe_group ppp authentication pap

vpdn username test@dsl.test.net password *********

encrypted privilege 15

vpnclient server 212.xx.xx.xx

vpnclient mode network-extension-mode

vpnclient vpngroup vpntest password ********

vpnclient username pixtest password ********

terminal width 80

on the concentrator I created a user pixtest, a group vpntest and I?ve created rules for the network e.g. to which server the users behind the pix will be able to access.

And that?s all.

I could not send you the output either of the pix or concentrator because I did not get an error or a message that the tunnel will be established.

What can be wrong ?

Thanks for the replies

2 Accepted Solutions

Accepted Solutions

smalkeric
Level 6
Level 6

This sample configuration demonstrates how to form an IPsec tunnel from a PC that runs the Cisco VPN Client (4.x and later) to a Cisco VPN 3000 Concentrator to enable the user to securely access the network inside the VPN Concentrator.

http://www.cisco.com/en/US/products/hw/vpndevc/ps2284/products_configuration_example09186a008026f96c.shtml

View solution in original post

kaachary
Cisco Employee
Cisco Employee

Hi..

You are missing the command "vpnclient enable" on the PIX.

HTH,

Kanishka

View solution in original post

2 Replies 2

smalkeric
Level 6
Level 6

This sample configuration demonstrates how to form an IPsec tunnel from a PC that runs the Cisco VPN Client (4.x and later) to a Cisco VPN 3000 Concentrator to enable the user to securely access the network inside the VPN Concentrator.

http://www.cisco.com/en/US/products/hw/vpndevc/ps2284/products_configuration_example09186a008026f96c.shtml

kaachary
Cisco Employee
Cisco Employee

Hi..

You are missing the command "vpnclient enable" on the PIX.

HTH,

Kanishka

Review Cisco Networking products for a $25 gift card