I have a 3g dongle modem on the system and there is a software called sakis3g to connect to internet. I want system to connect to internet automatically every time it starts. It takes about 30-40 seconds to get connected. copied sakis3g to /sbin folder. This command has to be run as root:
sakis3g connect parameters blah blah blah
I tried to put it in the /etc/rc.local and rebooted system, but no luck.
I tried to put it in the crontab as:
@reboot sakis3g connect parameters blah blah blah
but it does not connect me on every boot
What am I missing here?