http://10.1.0.1/grase/radmin throw NOT FOUND!

530 views
Skip to first unread message

Arniel Go

unread,
Sep 26, 2014, 7:05:01 AM9/26/14
to grase-...@grasehotspot.org
Hi!

I tried to install several times, but it doesn't seem to work .

I followed as per step by step instruction right here:   http://grasehotspot.org/documentation/installation/

After the installation, Apache seems to work but unable to access http://10.1.0.1/grase/radmin

See if fix on reboot but after I've reboot the system DHCP on LAN side is not working. 

Any fix on this.? 


Thanks,

AG

Dražen Žuvela

unread,
Sep 26, 2014, 8:07:28 AM9/26/14
to grase-...@grasehotspot.org
Have you install Ubuntu server 12.04 LTS?
Do you accessing from right interface  eth0/eth1?  By standard installation eth1 is 10.1.0.1. eth0 getting IP from your router.
Type at console "ifconfig" to see if all cards are up and which address is at WAN card. Then try connection from that side.
Try to twist connection cables wan/lan. Sometimes cards are rotated by installation
--
This mailing list is for the Grase Hotspot Project http://grasehotspot.org
---
You received this message because you are subscribed to the Google Groups "Grase Hotspot" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grase-hotspo...@grasehotspot.org.
To post to this group, send email to grase-...@grasehotspot.org.
Visit this group at http://groups.google.com/a/grasehotspot.org/group/grase-hotspot/.
To view this discussion on the web visit https://groups.google.com/a/grasehotspot.org/d/msgid/grase-hotspot/033bcc31-5bc4-4019-b2c4-2266df8e6130%40grasehotspot.org.


Arniel Go

unread,
Sep 26, 2014, 8:41:22 AM9/26/14
to grase-...@grasehotspot.org
Have you install Ubuntu server 12.04 LTS?
 

Yes


Do you accessing from right interface  eth0/eth1?  By standard installation eth1 is 10.1.0.1. eth0 getting IP from your router.

Yes, infact right after the installation I tried to connect LAN side eth1  to a switch  then connect my laptop  http://10.1.0.1  ,   apache is confirming to work. but  grase/radmin  is not accessible. I tried to reboot but still no luck.  LAN DHCP is not working after reboot. 


 

bartosz

unread,
Sep 26, 2014, 3:52:17 PM9/26/14
to grase-...@grasehotspot.org
ive had similar problem, but then i went over logs from installation of grase, and found it has problem to find my network card, so what i did is:

go to file and edit /etc/chilli/config


and in:
###
#   Local Network Configurations
#

HS_WANIF=${HS_WANIF:-eth0}            # WAN Interface toward the Internet
HS_LANIF=${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 $
HS_NETWORK=${HS_NETWORK:-10.1.0.0}         # HotSpot Network (must include HS_UAMLISTEN)
HS_NETMASK=${HS_NETMASK:-255.255.255.0}    # HotSpot Network Netmask
HS_UAMLISTEN=${HS_UAMLISTEN:-10.1.0.1}     # HotSpot IP Address (on subscriber network)
HS_UAMPORT=3990            # HotSpot UAM Port (on subscriber network)
HS_UAMUIPORT=4990          # HotSpot UAM "UI" Port (on subscriber network, for embedded portal)


make sure your interfaces are correct, in my case they ware not, so ive changed them manually and it worked after reboot


but DHCP problem... i have it too, and i dont know yet what to do about that

good luck let me know if it worked for you

Arniel Go

unread,
Sep 26, 2014, 11:15:25 PM9/26/14
to grase-...@grasehotspot.org
but DHCP problem... i have it too, and i dont know yet what to do about that

good luck let me know if it worked for you


Thanks  Buddy ! 

My chilli/config is fine but the problem I think is more on DHCP side. After I rebooted the system right after the installation DHCP on LAN side is totally not working.. :(

I also noticed that upon the booting process dnsmasg also throw an error.  I hope someone can reproduced this error and find solution for this. 



Timothy White

unread,
Sep 27, 2014, 2:09:07 AM9/27/14
to grase-...@grasehotspot.org
Can you restart dnsmasq yourself and see if the error comes up. There is a file that both dnsmasq and the coova chilli rely on, so the error may be connected.

Regards

Tim

--
This mailing list is for the Grase Hotspot Project http://grasehotspot.org
---
You received this message because you are subscribed to the Google Groups "Grase Hotspot" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grase-hotspo...@grasehotspot.org.
To post to this group, send email to grase-...@grasehotspot.org.
Visit this group at http://groups.google.com/a/grasehotspot.org/group/grase-hotspot/.

Arniel Go

unread,
Sep 27, 2014, 2:34:25 AM9/27/14
to grase-...@grasehotspot.org
Can you restart dnsmasq yourself and see if the error comes up. There is a file that both dnsmasq and the coova chilli rely on, so the error may be connected.

Regards

Tim


Hi Tim!

I wanna thank you for this wonderful Product, great Support!  

Currently I'm re-installing the whole system from scratch using ubuntu 12.04.05 precise) . See if there's an improvement. If it reproduced the same error again I will try to restart dnsmasq . I'll be back

Thanks

drazen

unread,
Sep 27, 2014, 5:22:33 AM9/27/14
to grase-...@grasehotspot.org
It is essential that both cards are recognised by Ubuntu installation correctly and that they work before Grase installation step.
I learn this experiencing such problems before. Sometimes cards could be malfunctioning or half -functioning. Even one integrated on mother board. (specially when old hardware is in use).
So first line above is a must.
--
This mailing list is for the Grase Hotspot Project http://grasehotspot.org
---
You received this message because you are subscribed to the Google Groups "Grase Hotspot" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grase-hotspo...@grasehotspot.org.
To post to this group, send email to grase-...@grasehotspot.org.
Visit this group at http://groups.google.com/a/grasehotspot.org/group/grase-hotspot/.

Timothy White

unread,
Sep 27, 2014, 6:39:40 AM9/27/14
to grase-...@grasehotspot.org
In theory, if the card didn't work at install, but you can get to the network settings page, and save the settings as displayed, then it should work after a reboot. I intend to make that part more robust in the future. At install it detects your WAN and LAN settings, so if the card isn't there then, that can cause issues.

Tim

drazen

unread,
Sep 27, 2014, 7:17:06 AM9/27/14
to grase-...@grasehotspot.org
Yes that is what I am talking about. When card is not there!
However, Tim, I am curious how do you deal with "PredictableNetworkInterfaceNames" introduced with latest kernel. I don't know if Ubuntu 14 already has that. I guess that this has a quite influence at the Grase installation in the future. Maybe you should let users enter which card will do what at early phase of installation before network setting takes a place.
There is a lot of reactions from community on that novelty which breaks traditional linux naming eth0, eth1,...

Drazen

wiki

unread,
Sep 28, 2014, 10:08:51 PM9/28/14
to grase-...@grasehotspot.org
Hi Guys! 

I reinstalled the system using different ubuntu distros but no luck.. I think the installation procedures must be tested and updated. I can't figure out were it fails. 

Anyway, Tim thank you  very much for this wonderful project. I am looking forward for the updated and working installation procedures. 


Thanks. 

AG

Timothy White

unread,
Sep 29, 2014, 4:03:00 AM9/29/14
to grase-...@grasehotspot.org
Hi Arniel

Can you please verify what your network cards show as. Show us the output of the command "/sbin/ifconfig -a"

Can you please also verify that you are using Ubuntu 12.04?

Lastly, can you please access the web interface from the WAN side, (you'll need to know your WAN ip address) and go to the network settings page, select the correct network cards and hit save. Even if the correct network cards are already displayed, please hit save.
Then reboot.

Tim

--
This mailing list is for the Grase Hotspot Project http://grasehotspot.org
---
You received this message because you are subscribed to the Google Groups "Grase Hotspot" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grase-hotspo...@grasehotspot.org.
To post to this group, send email to grase-...@grasehotspot.org.
Visit this group at http://groups.google.com/a/grasehotspot.org/group/grase-hotspot/.

wiki

unread,
Sep 29, 2014, 8:59:50 PM9/29/14
to grase-...@grasehotspot.org
Hi Tim, 

Thanks for the support I really appreciate it.  I'll get back soon sometime when available. I have very tight schedule.


Nice project Tim! Keep it up! 

Thanks, 

AG
Reply all
Reply to author
Forward
0 new messages