Extending Router Hotspot Network with TAP100: Difference between revisions
Extending Router Hotspot Network with TAP100 (view source)
Revision as of 13:41, 23 October 2023
, 23 October 2023no edit summary
No edit summary |
No edit summary |
||
Line 72: | Line 72: | ||
==Access router through hotspot== | ==Access router through hotspot== | ||
With | With the current configuration, clients have access to the TAP100 WebUI but cannot reach the router's WebUI. This section outlines additional steps to enable hotspot clients to access the router's WebUI. | ||
To achieve this, we only need to create one firewall rule on the router. Here's how to do it: | |||
Once there, we need to | To do this, navigate on router WebUI to '''Network -> Firewall -> Traffic Rules'''. | ||
Once there, we need to create new rule with the following details : | |||
<ol> | <ol> | ||
<li> | <li> Type : Add new forward rule</li> | ||
<li> | <li> Name : Enter any desired name for this rule </li> | ||
<li> | <li> Source Zone : hotspot </li> | ||
<li> | <li> Destination Zone : lan (we will modify this later) </li> | ||
<li> Press "ADD" button </li> | <li> Press "ADD" button </li> | ||
</ol> | </ol> | ||
[[File:firewallrule1.png|border|class=tlt-border]] | [[File:firewallrule1.png|border|class=tlt-border]] | ||
After these steps, | After completing these steps, a pop-up window will appear, where you need to enter the following details: | ||
<ol> | <ol> | ||
<li> | <li> Protocol: TCP </li> | ||
<li> | <li> Destination Zone : Device (input) </li> | ||
<li> | <li> Destination Port : HTTP (80), HTTPS(443) </li> | ||
<li> Don't forget to enable and save</li> | <li> Don't forget to enable and save it </li> | ||
</ol> | </ol> | ||
[[File:Firewallrule2.png|border|class=tlt-border]] | [[File:Firewallrule2.png|border|class=tlt-border]] | ||
With this firewall rule in | With this firewall rule in place, all clients connected to the hotspot will have access to the router's WebUI using the router LAN address (in our case, 192.168.5.1) and can reach the TAP100 WebUI via the tap100.rutos.net address. |