2011-11-02 - Re: [GRASE-Hotspot] automatic start up
Header Data
From: Tim White <ti***8@gmail.com>
Message Hash: 87580f1d4245c58a3141ac4b3795085597dcf28a1c9aa97ad81911807f64238f
Message ID: <4EB1C25C.7020509@gmail.com>
Reply To: <1320050299.75816.YahooMailNeo@web112012.mail.gq1.yahoo.com>
UTC Datetime: 2011-11-02 15:21:16 UTC
Raw Date: Thu, 03 Nov 2011 08:21:16 +1000
Raw message
It's possible that something hasn't started up in the right order.
My guess is that you have some network hardware that takes some time to
initialise.
Edit /etc/chilli/config and find the following 2 lines
#HS_LANIF=eth1 # Subscriber Interface for client devices
HS_LANIF=$(cat /proc/net/dev|grep -o eth.|grep -v $(route -n|grep
'^0.0.0.0'|head -n1|awk '{print $8}') | sort| head -n1) #
Dynamically get unused network interface for LAN side
Uncomment the first one (and set it to your network interface the
hotspot is on), and comment out the second.
See if that works for you. I'm going to make it possible to specify the
lan interface from the web interface soon, so when that happens you'll
just need to set it in the web interface.
Tim
On 31/10/11 18:38, Nazanin TB wrote:
> Hello everyone :
>
> when I reboot my server, both on hardware and software, my grase
> doesnt run on startup. I have to run the script "/etc/init.d/chilli
> restart" to make it run . is this the same for you ? if not, can
> someone tell me what I should do ?
>
> many thanks
> naz
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World™ now supports Android™ Apps
> for the BlackBerry® PlayBook™. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
>
>
> _______________________________________________
> Grase-hotspot mailing list
> Gr***t@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/grase-hotspot
Thread
- Return to October 2011
-
Return to November 2011
- Return to “Muhammad Syafiq <cr***8@gmail.com>”
- Return to “Nazanin TB <na***0@yahoo.com>”
-
Return to “Tim White <ti***8@gmail.com>”
- 2011-10-31 (Mon, 31 Oct 2011 01:38:19 -0700) - [GRASE-Hotspot] automatic start up - Nazanin TB <na***0@yahoo.com>
- 2011-10-31 (Mon, 31 Oct 2011 22:46:44 +0800) - Re: [GRASE-Hotspot] automatic start up - Muhammad Syafiq <cr***8@gmail.com>
- 2011-11-02 (Thu, 03 Nov 2011 08:21:16 +1000) - Re: [GRASE-Hotspot] automatic start up - Tim White <ti***8@gmail.com>