I have a machine that needs all time connection to 3G network. I'm able to connect and stay online, but ISP closes connection like every 24h, for that I need a persist connection. I´ve set the option persist on pppd, but it will not bring up the connection up again automatically.
When a pppd session is disconnected it triggers some udev script to ifdown the ppp link which kills pppd and stopping a reconnection.
It is said that the script that do that is /etc/udev/rules.d/85-ifupdown.rules But I dont have this 85-ifupdown.rules on my ubuntu
Any help to solve this not presist connection is welcome
Regards