Changes

no edit summary
Line 69: Line 69:     
That concludes the necessary configuration steps for the TAP100. Now, let's establish the connection between your router and the TAP100. To do this, you can simply connect one end of an Ethernet cable to the router's LAN port and the other end to the TAP100's Ethernet IN port on the PoE injector. For more detailed installation instructions, please refer to the installation guide which can be found [https://wiki.teltonika-networks.com/view/QSG_TAP100#Installation_Guide here]
 
That concludes the necessary configuration steps for the TAP100. Now, let's establish the connection between your router and the TAP100. To do this, you can simply connect one end of an Ethernet cable to the router's LAN port and the other end to the TAP100's Ethernet IN port on the PoE injector. For more detailed installation instructions, please refer to the installation guide which can be found [https://wiki.teltonika-networks.com/view/QSG_TAP100#Installation_Guide here]
 +
 +
 +
==Access router through hotspot==
 +
With this configuration, clients can access only TAP100 WebUI, but can't access router WebUI. This section is about how to make additional configurations so hotspot clients could access router WebUI.
 +
 +
Only thing we need to do to achieve this is to create one firewall rule on router. To do this, navigate on router WebUI to '''Network -> Firewall -> Traffic Rules'''.
 +
 +
Once there, we need to add new instance :
 +
<ol>
 +
<li> For Type choose : Add new forward rule</li>
 +
<li> For Name : enter any desired name for this instance </li>
 +
<li> For Source Zone choose : hotspot </li>
 +
<li> For Destination Zone choose : lan (we are going to change it afterwards)  </li>
 +
<li> Press "ADD" button  </li>
 +
</ol>
 +
[[File:firewallrule1.png|border|class=tlt-border]]
 +
 +
After these steps, you will be prompted to pop-up window, in which you need to following :
 +
<ol>
 +
<li> For protocol choose : TCP </li>
 +
<li> For destination zone choose : Device (input) </li>
 +
<li> For destination port choose : HTTP (80), HTTPS(443)  </li>
 +
<li> Don't forget to enable and save</li>
 +
</ol>
 +
[[File:Firewallrule2.png|border|class=tlt-border]]
 +
With this firewall rule in present, all clients connected to hotspot will be available to reach router WebUI through router LAN address ( 192.168.5.1 in our case ) and reach TAP100 WebUI through tap100.rutos.net address.