HS_WANIF=eno1 # WAN Interface toward the Internet
HS_LANIF=wlo1 # Subscriber Interface for client devices
HS_NETWORK=10.1.0.0 # HotSpot Network (must include HS_UAMLISTEN)
HS_NETMASK=255.255.255.0 # HotSpot Network Netmask
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)
HS_DNS1=8.8.8.8
HS_DNS2=8.8.8.8
I have started all the services and when I tried to connect the network 10.1.0.0 (my captive portal network) through my phone. Coova-chilli dhcpd offered an IP to my phone that's good but when I am searching for anything on the internet it is not redirecting to portal page(issue 1)
and when I tried to open 10.1.0.1:4990 it redirected me to portal login page asked me for validating the user, I have login with the credentials which I have stored in freeradius DB it accepted it and I got the success message, but still am I unable to connect to the internet(Issue2). can anyone help me in getting out these 2 issues?
Thanks
surya
Hi, I have installed the coova-chili and its respective dependency packages on plane centos7. I have followed the below reference link https://www.howtoforge.com/tutorial/how-to-install-a-wireless-hotspot-with-captive-page-in-linux-using-coovachilli/ I have configured the network in the/etc/chilli/config file as below
HS_WANIF=eno1 # WAN Interface toward the Internet HS_LANIF=wlo1 # Subscriber Interface for client devices HS_NETWORK=10.1.0.0 # HotSpot Network (must include HS_UAMLISTEN) HS_NETMASK=255.255.255.0 # HotSpot Network Netmask 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)
HS_DNS1=8.8.8.8 HS_DNS2=8.8.8.8
I have started all the services and when I tried to connect the network 10.1.0.0 (my captive portal network) through my phone. Coova-chilli dhcpd offered an IP to my phone that's good but when I am searching for anything on the internet it is not redirecting to portal page(issue 1) and when I tried to open 10.1.0.1:4990 it redirected me to portal login page asked me for validating the user, I have login with the credentials which I have stored in freeradius DB it accepted it and I got the success message, but still am I unable to connect to the internet(Issue2). can anyone help me in getting out these 2 issues? Thanks surya