This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting_started:18_install_ubuntu_coovachilli [2019/12/23 05:03] – [Are you getting an IP address] admin | getting_started:18_install_ubuntu_coovachilli [2019/12/23 12:27] (current) – [Installing CoovaChilli] admin | ||
---|---|---|---|
Line 25: | Line 25: | ||
<code bash> | <code bash> | ||
+ | # If you downloaded with wget | ||
tar -xzvf 1.5.tar.gz | tar -xzvf 1.5.tar.gz | ||
+ | # If you downloaded with the browser | ||
+ | tar -xzvf coova-chilli-1.5.tar.gz | ||
cd coova-chilli-1.5/ | cd coova-chilli-1.5/ | ||
Line 263: | Line 266: | ||
</ | </ | ||
* You can read more about the **chilli_query** command here: [[https:// | * You can read more about the **chilli_query** command here: [[https:// | ||
- | * After consulting the documentations | + | * After consulting the documentation |
* This means that they ' | * This means that they ' | ||
- | * If you are not redirected to a login page we can try the following procedure | + | * If you are not redirected to a login page we can try the following procedure |
* The routing between the LAN and WAN is not working correct. | * The routing between the LAN and WAN is not working correct. | ||
* The DNS on the setup is not working correct. | * The DNS on the setup is not working correct. | ||
Line 288: | Line 291: | ||
08-00-27-8C-D3-32 10.1.0.2 dnat 157706713900000001 0 08-00-27-8C-D3-32 0/0 0/0 0/0 0/0 0 0 0/0 0/0 - | 08-00-27-8C-D3-32 10.1.0.2 dnat 157706713900000001 0 08-00-27-8C-D3-32 0/0 0/0 0/0 0/0 0 0 0/0 0/0 - | ||
</ | </ | ||
- | * On the client you can now try to go to an IP Address that is reachable on the WAN side. I tried to get to the IP Address of my DSL router (192.168.1.1) and could reach it. This means that the traffic flow between the LAN of my captive portal to the LAN of the captive portal is flowing | + | * On the client you can now try to go to an IP Address that is reachable on the WAN side. I tried to get to the IP Address of my DSL router (192.168.1.1) and could reach it. This means that the traffic flow between the LAN of my captive portal to the LAN of the captive portal is fine. |
* I can now again log this client off using the chilli_query command | * I can now again log this client off using the chilli_query command | ||
<code bash> | <code bash> | ||
Line 302: | Line 305: | ||
* DNS traffic has to flow regardless of a client being authurised (pass) or not (dnat). | * DNS traffic has to flow regardless of a client being authurised (pass) or not (dnat). | ||
* In order for the client to magically pop up the login page, DNS has also to work correct. | * In order for the client to magically pop up the login page, DNS has also to work correct. | ||
- | * A common problem is that sometimes the client has their own DNS servers specified and then (depending on the configuration settings of CoovaChilli it might not allow the DNS traffic to those server through. (Leaving things broken). | + | * A common problem is that sometimes the client has their own DNS servers specified and then (depending on the configuration settings of CoovaChilli) it might not allow the DNS traffic to those server through. (Leaving things broken). |
* After you confirmed that the client does not have any hard defined DNS servers you can try a ping test. | * After you confirmed that the client does not have any hard defined DNS servers you can try a ping test. | ||
* With a ping test you just want to test and confirm that the DNS is working correct on the client. | * With a ping test you just want to test and confirm that the DNS is working correct on the client. |