Hi, I got a chance to see the start up sequence and the problem seems to be that the wireless interface can't be found at boot time.
I get /etc/network/if-up.d/50firestarter start exited with error 2 [or something similiar] I think there is some way to start iptables even if the interface is down and have it applied as soon as the i/f comes up, but I don,t know how to do this. I have seen something like this on the forums, auto eth0 iface eth0 inet dhcp pre-up iptables-restore < /etc/iptables.rules post-down iptables-restore < /etc/iptables.rules but will have to experiment a bit. The problem is I can't find those files as I used Firestarter to create the rules? Any help appreciated. JG On Wed, 2008-01-02 at 21:19 -0500, Patrick Prue wrote: > Change the start order for firestarter until everything is up and running > you should be able to do this via changing firestarter to like > S<highest number in the rc>firestart or whatever script is called to > bring it up > > > > On Jan 2, 2008 6:08 AM, Joseph Gregory <[EMAIL PROTECTED]> wrote: > > Hi all and a Happy New Year, > > > > After having much trouble troubleshooting my LTSP set-up I finally got > > it working on the day before Christmas. However, initially this only > > worked with my Firewall off. > > > > After some research, I finally got Firestarter set-up to do what I want > > and could run the clients with the firewall on. But I still have one > > problem which I really need to fix. > > > > I would like to firewall to start on the server during boot up so the > > root user doesn't need to log-in. Ideally it should operate as a > > headless server. > > > > Currently I have to boot-up, log-in, run firestarter and finally the > > command line > > > > "sudo /etc/init.d/networking restart" > > > > I think this has something to do with Firestarter failing because one or > > the other of my interfaces is down (Internet via wireless NIC, LTSP on > > local wired LAN) > > > > Can anyone give me some guidance here? > > > > AMD64 Server running Ubuntu 7.10 & ltsp 5.0 > > > > Thanks > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _____________________________________________________________________ > > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > > For additional LTSP help, try #ltsp channel on irc.freenode.net > > > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
