FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
204 views 0 comments
by anonymous
Hello.

My RUTX08 was upgraded to RUTX_R_00.07.01.2 and now the PPPoE PAP/CHAP username & password are not saved, and it won't connect. I have rolled back to a known-good firmware, but I was curious if this is just me having the issue. Is there a workaround to use RUTX_R_00.07.01.2 and store the username & password by another means? Thank you.

1 Answer

+1 vote
by anonymous

Hello,

This is a known bug introduced with firmware version 07.01.2. We're currently working on a fix to patch up the issue. 

If you'd like to continue using this firmware version and make PPPoE work, you may try to set the PPPoE values using "uci" commands via CLI (SSH). Please note, however, that any change to the PPPoE interface in the WebUI will result in username/password values becoming empty again.

The relevant uci PPPoE configuration commands should be the following:

uci set network.<PPPoE_Interface_Name>.username='yougotthisfromyour@isp.com'

uci set network.<PPPoE_Interface_Name>.password='yourpassword'

uci commit network && /etc/init.d/network reload

Make sure to enter the name of the interface without the <> brackets.

Best regards,

Tomas. 

Best answer