Unifi USG Zwangstrennung
Der Beitrag bezieht sich auf folgenden Forum eintrag.
Ubiquiti-Community
1. ssh to USG -> admin password
bash -> Enter
2. generate the file "/etc/cron.d/pppoe-reconnect"
sudo touch /etc/cron.d/pppoe-reconnect
3. edit the file with vi:
sudo vi /etc/cron.d/pppoe-reconnect
4. Press "I" and insert the following line (thanks to @UBNT-cmb):
0 3 * * * root /usr/bin/killall -HUP pppd
5. Press "ESC" and ":wq" to save and quit