Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cron job, init.d and ppp start, where and when ?
Message
General information
Forum:
Linux
Category:
Networking, Installation and Administration issues
Miscellaneous
Thread ID:
00442396
Message ID:
00442446
Views:
13
> I still looking to automate these commands :
>ifconfig eth0 up
>/etc/init.d/ppp start
>/usr/src/ddupcron.sh --host www.dummyweb.ca

vi /usr/local/bin/netstart.sh


#!/bin/bash

/usr/sbin/ifconfig eth0 up
/etc/init.d/ppp start
/usr/src/ddupcron.sh --host www.dummyweb.ca



vi /etc/rc.d/rc.local

:G (to go to the end of the file)

/usr/local/bin/netstart.sh
Jason Bradley Nance
jbnance@tresgeek.net

Got root?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform