cancel
Showing results for 
Search instead for 
Did you mean: 

FTTC PPPoE FIrewall

roost78
Grafter
Posts: 56
Registered: ‎19-01-2010

FTTC PPPoE FIrewall

Hi,
I am trying to set up PPPoE on my Juniper SRX210 firewall. I have an FTTC connection and am having no luck. Are there any specific settings I need to know? I have taken the rj45 ethernet cable which comes out (LAN side if you will) of the BT VDSL modem and plugged it into the firewall.  The basic settings I have used are below but I am still getting a CHAP state : Closed.  I believe that the firewall can see the plusnet servers as there is a "Remote MAC address: 00:30:88:00:00:05"

set interfaces fe-0/0/6 unit 0 encapsulation ppp-over-ether
set interfaces pp0 unit 0 ppp-options chap default-chap-secret *******
set interfaces pp0 unit 0 ppp-options chap local-name username@plusdsl.net
set interfaces pp0 unit 0 ppp-options chap passive
set interfaces pp0 unit 0 pppoe-options underlying-interface fe-0/0/6.0
set interfaces pp0 unit 0 pppoe-options idle-timeout 0
set interfaces pp0 unit 0 pppoe-options auto-reconnect 3
set interfaces pp0 unit 0 pppoe-options client
set interfaces pp0 unit 0 family inet mtu 1492
set interfaces pp0 unit 0 family inet negotiate-address
set routing-options static route 0.0.0.0/0 next-hop pp0.0
set security zones security-zone untrust interfaces pp0.0

Any Ideas?
3 REPLIES 3
adamwalker
Plusnet Help Team
Plusnet Help Team
Posts: 16,877
Thanks: 882
Fixes: 221
Registered: ‎27-04-2007

Re: FTTC PPPoE FIrewall

Sorry roost78,
We're not really able to offer any direct advice about that. Hopefully some of our forum regulars may have experience of connecting via a hardware firewall such as yours.
If this post resolved your issue please click the 'This fixed my problem' button
 Adam Walker
 Plusnet Help Team
prichardson
Grafter
Posts: 1,503
Thanks: 1
Registered: ‎05-04-2007

Re: FTTC PPPoE FIrewall

Having a look about does suggest the following as a starting point.
http://kb.juniper.net/InfoCenter/index?page=content&id=KB15736#pppoe_ex1
Does also indicate some toubleshooting which may produce something meaningful.
roost78
Grafter
Posts: 56
Registered: ‎19-01-2010

Re: FTTC PPPoE FIrewall

Top Tip, Thanks