Debug PPPoE connection
Hi guys,
I need to find out why PPPoE on my FG40 is failing connection.
Using:
diag debug enable diag debug application pppoe -1 diag debug application ppp -1
is giving me nothing.
I'm connecting my fiber converter directly to the WAN interface.
The same info is being written to console all the time, but it's not giving me much useable info:
pppd 0 pppoed wan nopersist noipdefault noauth defaultroute default-asyncmap hide-password nodetach mtu 1492 mru 1492 noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp user MY_USERNAME lcp-echo-interval 5 lcp-echo-failure 3 sync plugin /bin/pppoe.so pppoe_retry_time 1 pppoe_padt_time 1 pppoe_srv_name pppoe_ac_name pppoe_hostuniq 1423b4c0 pppoe_sock2parent 12 wan ipunnumbered 0.0.0.0 idle 0 unnumbered-negotiate enable
The WAN connection just says 'Failed'. It would be nice to see a simple error saying 'password incorrect' or something like it.
Any help is much appreciated.