Comment 18 for bug 42759

Revision history for this message
d selby (kbmaniac) wrote :

Exactly the same problem as ChrisLasher earlier. WIFI not up when firestarter script called - dangerous :(

My solution, edit /etc/firestarter ..

# *** Commented out by me otherwise firestarter wont start due to wifi not started ***
#if [ "$MASK" = "" -a "$1" != "stop" ]; then
# echo "External network device $IF is not ready. Aborting.."
# exit 2
#fi

And now firestarter works every time. OK this is a sincere question - I am no security expert - why does firestarter need to check to see if the eth? port is up before applying the iptable rules ? It appears that when firestarter starts all non defined ports are blocked so if firestarter IS mis configured network issues would alert the user. This has got to be better than silently failing and leaving the user vulnerable.