cancel
Showing results for 
Search instead for 
Did you mean: 

Cisco ASA5505 TG582n Config

eckythump
Dabbler
Posts: 11
Thanks: 3
Registered: ‎20-09-2014

Cisco ASA5505 TG582n Config

Just managed to get my Cisco ASA5505 working with Technicolor  TG582n and thought this might be useful to others.
After a lot of ****ing around using some configs from other posst that almost had it working I finally got my config working very easily.
1. Downloaded the following config http://support.zen.co.uk/...Technicolor-TG582n-router and restored it to my router.
2. Cisco config to use PPPoE below.
!
interface Vlan99
nameif outside
security-level 0
pppoe client vpdn group PLUSNET
ip address pppoe setroute
!
vpdn group PLUSNET request dialout pppoe
vpdn group PLUSNET localname <username>r@plusdsl.net
vpdn group PLUSNET ppp authentication chap
vpdn username <username>@plusdsl.net password ********
!
… and you should be good to go  Smiley
Hope this saves someone some time.
2 REPLIES 2
RYP
Newbie
Posts: 3
Registered: ‎22-07-2014

Re: Cisco ASA5505 TG582n Config

Hi, Did you add the route line on your ASA?
route outside 0 0 0 0 0 0 0 0 0 x.x.x.x 1 ? Undecided
RYP
Newbie
Posts: 3
Registered: ‎22-07-2014

Re: Cisco ASA5505 TG582n Config

I assume you turned nat and firewall off on the router?