I have PPPoE problem in this release.

After upgrade from CR8 to CR9 everything worked fine, until next restart.

After restart PPPoE stoped working. I seems pppd don't even try to authorize with only this lines in log:
Code:
Jan  1 01:00:10 pppd[92]: Plugin rp-pppoe.so loaded.
Jan  1 01:00:10 pppd[92]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2
Jan  1 01:00:10 pppd[93]: pppd 2.4.2 started by admin, uid 0
Jan  1 01:00:10 pppd[93]: Using interface ppp0
Jan  1 01:00:10 pppd[93]: local  IP address 10.64.64.64
Jan  1 01:00:10 pppd[93]: remote IP address 10.112.112.112

Get IP address automaticaly was not enabled by default, so I enabled it, reboot with no success.

Next I tried factory reset - PPPoE does not work after performing quick setup or manual config.

Went back to CR8. Here is pppd syslog with correct PPPoE initialization (from CR8)

Code:
Jan  1 01:00:18 pppd[93]: Plugin rp-pppoe.so loaded.
Jan  1 01:00:18 pppd[93]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.2
Jan  1 01:00:19 pppd[95]: pppd 2.4.2 started by admin, uid 0
Jan  1 01:00:19 pppd[95]: PPP session is 1892
Jan  1 01:00:19 pppd[95]: Using interface ppp0
Jan  1 01:00:19 pppd[95]: Connect: ppp0 <--> eth1
Jan  1 01:00:19 pppd[95]: PAP authentication succeeded
Jan  1 01:00:19 pppd[95]: peer from calling number 00:90:1A:A0:01:AA authorized
Jan  1 01:00:19 pppd[95]: local  IP address 85.135.130.109
Jan  1 01:00:19 pppd[95]: remote IP address 212.55.224.33
Jan  1 01:00:19 pppd[95]: primary   DNS address 195.28.64.99
Jan  1 01:00:19 pppd[95]: secondary DNS address 195.80.171.4
Another issue: ftp server freezes after login (success is logged in syslog) on sending directory listing.

Contact me if you need more logs or information.

Anyway thanks for great work on this custom firmware Oleg!