Link to home
Start Free TrialLog in
Avatar of Pyromanci
PyromanciFlag for United States of America

asked on

Configuring a Pix 501

Hello,

I have spent many hours reading and trying to figure this out. I recently picked up a Pix 501 to replace my Linksys BEFVP41 so I could access my works network from home through a vpn with a little more reliable connection.

 I have a PPPoE internet connection. Now after spending all this time working on the proper configurations for the pix. I put in place to see if it would work. I just flat out failed to initilize the PPPoE.

Here is my configuration for the pix. What am i doing wrong? If i have the PPPoE part wrong I think i may have the vpn client part wrong too maybe.
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname ovcpix
domain-name company.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
fixup protocol sip udp 5060
names
access-list 101 permit ip any 192.168.0.0 255.255.255.0
no pager
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside pppoe setroute
ip address inside 192.168.2.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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 RADIUS protocol radius
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto map mymap 10 ipsec-isakmp
crypto map mymap 10 match address 101
crypto map mymap 10 set peer XXX.XXX.XXX.XXX
crypto map mymap 10 set transform-set myset
crypto map mymap interface outside
isakmp enable outside
isakmp key mypresharekey address XXX.XXX.XXX.XXX netmask 255.255.255.255
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
telnet 192.168.0.0 255.255.0.0 inside
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh 192.168.0.0 255.255.0.0 inside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 5
vpdn group pppoex request dialout pppoe
vpdn group pppoex localname xxxxx@xxxx.net
vpdn group pppoex ppp authentication pap
vpdn username xxxxx@xxxx.net password *********
terminal width 80

Open in new window

SOLUTION
Avatar of Voltz-dk
Voltz-dk
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok, for PPPoE use this doc:
http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00801055dd.shtml

vpdn group pppoex request dialout pppoe


!--- Associate the username that the ISP assigns to the VPDN group.

vpdn group pppoex localname cisco


!--- Define authentication protocol.

vpdn group pppoex ppp authentication pap


!--- Create a username and password pair for the PPPoE
!--- connection (which your ISP provides).

vpdn username cisco password *********


Do you have the PDM loaded? If you have web browser access, I'd use the wizard for a VPN client..
Avatar of Pyromanci

ASKER

Well PDM is installed on the device. Problem is I am having a hard time figuring out which Java Version i need in order to access it. PDM on the device is version 3.0(2)
try Java version 6 release 7, however I am running the new ADSM for version 7, yours might need release 5..
just keep removing each release until you have the working version..

At least on this Workstation, it had them all incrementally installed..
PDM is quite old, and you may experience alot of problems with java.  I suggest you actually disable Sun java in your iExplorer, and just run with the native one - that'll work.
debuggerau: I found it was version 5 release 5

Voltz-dk: what native one? I have disabled all my java plugins and it just kicks back to me saying i need java. Or were you talking about the cli?

I have finally got the PPOE to work. But now there is a new problem. None of my communication from the lan make it to the wan.

I have this nat setupup, but it doesn't seem to work:
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial