Firestarter Auto running on startup
sudo visudo
Add at end
username ALL=NOPASSWD :/usr/sbin/firestarter
save and exit. (Where ‘username’ is your username)
Go to System->Preferences->Startup Applications
Add item:
Name = Firestarter
Command: sudo /usr/sbin/firestarter –start-hidden
Reboot system.
Fix Failed at startup
gksudo gedit /etc/firestarter/firestarter.sh
Search:
if [ "$MASK" = "" -a "$1" != "stop" ]; then echo "External network device $IF is not ready. Aborting.." exit 2 fi
And change to:
#if [ "$MASK" = "" -a "$1" != "stop" ]; then #echo "External network device $IF is not ready. Aborting.." #exit 2 #fi
Save & reboot.