ubuntu16.04 amd64 
 (ok under i7pc, fail under i7tp 
| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 
 | sudo -sapt-get install pppoeconf traceroute curl wget
 pppoeconf
 poff
 pon dsl-provider
 plog
 ifconfig
 
 
 route add default dev ppp0
 curl ipinfo.io
 ifconfig ppp0 && poff && pon dsl-provider && ifconfig ppp0
 
 |