Extending Router Hotspot Network with TAP100: Difference between revisions
No edit summary |
|||
(42 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<p style="color:red">The information in this page is updated in accordance with [https://wiki.teltonika-networks.com/view/FW_%26_SDK_Downloads'''00.07.08'''] firmware version. .</p> | |||
<p style="color:red">The information in this page is updated in accordance with [https://wiki.teltonika-networks.com/view/FW_%26_SDK_Downloads'''00.07. | |||
==Introduction== | ==Introduction== | ||
Line 7: | Line 6: | ||
==Configuration overview and prerequisites== | ==Configuration overview and prerequisites== | ||
Before we begin, let's take a look at the configuration that we are attempting to achieve and the prerequisites that make it possible. For this setup we are going to use Teltonika router RUT956 | Before we begin, let's take a look at the configuration that we are attempting to achieve and the prerequisites that make it possible. For this setup we are going to use Teltonika router RUT956 and access point TAP100. | ||
[[File: | [[File:615930_TAP100.png|border|class=tlt-border |1000x1000px]] | ||
'''Prerequisites:''' | '''Prerequisites:''' | ||
Line 15: | Line 14: | ||
<li> Teltonika Networks router with WiFi capabilities </li> | <li> Teltonika Networks router with WiFi capabilities </li> | ||
<li> Teltonika Networks wireless AP TAP100 connected to the LAN port of the Router </li> | <li> Teltonika Networks wireless AP TAP100 connected to the LAN port of the Router </li> | ||
<li> | <li> Preferably two end devices (PC, Laptop, Smartphone) </li> | ||
<li> RMS account (useful to have) </li> | <li> RMS account (useful to have) </li> | ||
</ul> | </ul> | ||
Line 23: | Line 22: | ||
==Router configuration== | ==Router configuration== | ||
=== | ===Creating new VLANs on Router=== | ||
---- | ---- | ||
Firstly, we are going to configure VLANs for port that we are going to use to connect our TAP100. In this example, TAP100 will be connected to RUT956 LAN Port 3. To do this, navigate on router Webui and go to '''Network -> VLAN -> Port based''' and do the following steps: | |||
<ol> | <ol> | ||
<li> | <li>Press ADD button two times. This will add two new VLAN interfaces</li> | ||
<li> | <li>On LAN3 ( we are going to connect TAP to RUT956 LAN3 port) choose off on VLAN ID1 </li> | ||
<li>On newly created vlan ( default VLAN ID will be 3) change the default VLAN ID to 50 and choose "Tagged" option on LAN3 port</li> | |||
<li>On second newly created vlan ( default VLAN ID will be 4) change the default VLAN ID to 150 and choose "Tagged" option on LAN3 </li> | |||
<li>Press Save & Apply button </li> | |||
</ol> | </ol> | ||
[[File: | [[File:VLAN HOTSPOT CONFIGURATION SOL2.png|border|class=tlt-border|1000px]] | ||
=== | |||
===Creating Management Firewall Zone=== | |||
---- | |||
<ol> | <ol> | ||
<li> | <li>Open '''WebUI -> Network -> Firewall -> General Settings -> Zones''', Add new zone</li> | ||
</ol> | </ol> | ||
[[File: | [[File:fw_zone_1.png|border|center|1000x274px]] | ||
====Zone Management==== | |||
---- | |||
=====General Settings===== | |||
---- | |||
Make following changes in the new zone: | |||
<ol> | <ol> | ||
<li> | <li>Enter Name: '''Management'''</li> | ||
<li> | <li>Selec Input: '''Accept'''</li> | ||
<li> | <li>Select Allow forward to destination zones: '''lan'''</li> | ||
</ol> | |||
[[File: | [[File:fw_zone_2.png|border|center|1000x638px]] | ||
====Management VLAN interface configuration==== | |||
---- | |||
After adding the new VLANs, the next step is to configure the interfaces that will be associated with these VLANs. In this example, we will begin by configuring the "Management" interface, which is intended for device management. To do this, navigate on router WebUI to '''Network -> LAN'''. While there, add new interface. To do this, simply just write management or any other name that you prefer for this interface and press add. In pop-up window you need to do the following steps : | |||
<ol> | <ol> | ||
<li> | <li>Enable interface</li> | ||
<li> | <li>Choose "Static" protocol</li> | ||
<li> | <li>Choose your preferred IP address. We are going to use 192.168.150.1 for management purposes </li> | ||
<li> | <li>Choose netmask of 255.255.255.0 or any other that you prefer</li> | ||
[[File:Management | <li>Enable DHCP server</li> | ||
[[File:Hotspot_1_lan.png|border|class=tlt-border|1000px]] | |||
<li> Next, we need to navigate to Physical Settings of the same interface and choose eth0.150 interface </li> | |||
[[File:Hotspot_2_lan.png|border|class=tlt-border|1000px]] | |||
<li> Lastly, we need to navigate to Firewall settings of the same interface and add custom "Management" zone </li> | |||
[[File:Hotspot_3_lan.png|border|class=tlt-border|1000px]] | |||
</ol> | </ol> | ||
====Hotspot VLAN interface configuration==== | |||
Now that we have established the management VLAN interface, we can proceed to configure the hotspot VLAN interface. To do this, as before, please navigate on router WebUI to '''Network -> LAN'''. While there, add new interface. To do this, simply just write hotspot or any other name that you prefer for this interface and press add. In pop-up window you need to do the following steps : | |||
<ol> | |||
<li>Enable the interface</li> | |||
<li>Enter interface name as "Hotspot"</li> | |||
<li>Protocol should be set as "None"</li> | |||
[[File:Hotspot_4_lan.png|border|class=tlt-border|1000px]] | |||
<li>Next, In physical settings turn on "Bridge Interfaces"</li> | |||
<li>Additionally select eth0.50 interface</li> | |||
[[File:Hotspot_5_lan.png|border|class=tlt-border|1000px]] | |||
<li>Lastly, In firewall settings, choose LAN zone</li> | |||
[[File:Hotspot_6_lan.png|border|class=tlt-border|1000px]] | |||
<li>Dont forget to press Save & Apply</li> | |||
</ol> | </ol> | ||
===Router Hotspot configuration=== | ===Router Hotspot configuration=== | ||
Line 72: | Line 93: | ||
To set up a hotspot instance on the RUT956 router, we firstly must download the hotspot package from the device's package manager. You can access the package manager by navigating to the router's WebUI interface to '''System -> Package Manager -> Packages'''. | To set up a hotspot instance on the RUT956 router, we firstly must download the hotspot package from the device's package manager. You can access the package manager by navigating to the router's WebUI interface to '''System -> Package Manager -> Packages'''. | ||
After you have successfully installed the hotspot package, the next step is to access hotspot configuration settings. | After you have successfully installed the hotspot package, the next step is to access hotspot configuration settings. Please navigate to '''Services -> Hotspot -> Local users''' as we will be configuring local user authentication for our Hotspot instance. While in this section, please follow these steps : | ||
<ol> | <ol> | ||
<li>Enter username | <li>Enter your preferred username </li> | ||
<li>Enter password | <li>Enter your preferred password </li> | ||
<li>Press add button | <li>Press add button </li> | ||
</ol> | </ol> | ||
It's crucial to remember and securely store these credentials, as they will be used by users to authenticate themselves on the hotspot network successfully. | It's crucial to remember and securely store these credentials, as they will be used by users to authenticate themselves on the hotspot network successfully. | ||
[[File: | [[File:Hotspot_7_lan.png|border|class=tlt-border|1000px]] | ||
====Hotspot interface configuration==== | ====Hotspot interface configuration==== | ||
---- | ---- | ||
Now that we've successfully created a hotspot local user, the next step is to configure the hotspot interface. To achieve this, let's navigate to the router's WebUI and access '''Services -> Hotspot -> General'''. Once there, please follow these steps: | Now that we've successfully created a hotspot local user, the next step is to configure the hotspot interface. To achieve this, let's navigate to the router's WebUI and access '''Services -> Hotspot -> General'''. Once there, please follow these steps: | ||
<ol> | <ol> | ||
<li> Choose | <li> Choose Hotspot interface</li> | ||
<li> Press "ADD" button | <li> Press "ADD" button </li> | ||
</ol> | </ol> | ||
[[File: | [[File:Hotspot_8_lan.png|border|class=tlt-border|1000px]] | ||
Next, in the pop-up window, please click the "Enable" button. You can choose to either leave all other settings at their default values or make adjustments as per your preferences. For the purpose of this configuration, we'll maintain the default settings. | Next, in the pop-up window, please click the "Enable" button. You can choose to either leave all other settings at their default values or make adjustments as per your preferences. For the purpose of this configuration, we'll maintain the default settings. | ||
[[File:Hotspot_9_lan.png|border|class=tlt-border|1000px]] | |||
[[File: | |||
==Access point (TAP100) configuration== | ==Access point (TAP100) configuration== | ||
Line 104: | Line 120: | ||
To begin, we'll have to access TAP100's WebUI. Instructions on how to access the TAP100 WebUI can be found in another article on our Wiki [https://wiki.teltonika-networks.com/view/QSG_TAP100#Login_to_device here] | To begin, we'll have to access TAP100's WebUI. Instructions on how to access the TAP100 WebUI can be found in another article on our Wiki [https://wiki.teltonika-networks.com/view/QSG_TAP100#Login_to_device here] | ||
After successfully establishing a connection to the TAP100 WebUI, the next step is to navigate to '''Network -> | After successfully establishing a connection to the TAP100 WebUI, the next step is to navigate to '''Network -> Wireless SSIDs'''. Within this section, press edit button on SSID and in pop-up window on VLAN ID option choose custom and enter 50. | ||
[[File:Hotspot_10_lan.png|border|class=tlt-border|1000px]] | |||
[[File: | |||
After this, navigate to '''Network -> IP Settings''' and under Management VLAN option choose custom and enter 150. Also, make sure that Mode is set to Static + DHCP. | |||
[[File:Hotspot_11_lan.png|border|class=tlt-border|1000px]] | |||
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 LAN3 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== | ==Optional configurations== | ||
With the current configuration, clients have access to | ===Access router through hotspot=== | ||
With the current configuration, clients doesn't have have access to the router 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: | To achieve this, we only need to create one firewall rule on the router. Here's how to do it: | ||
Line 126: | Line 144: | ||
<li> Press "ADD" button </li> | <li> Press "ADD" button </li> | ||
</ol> | </ol> | ||
[[File: | [[File:Hotspot_12_lan.png|border|class=tlt-border|1000px]] | ||
<br> | |||
After completing these steps, a pop-up window will appear, where you need to enter the following details: | After completing these steps, a pop-up window will appear, where you need to enter the following details: | ||
Line 136: | Line 154: | ||
<li> Don't forget to enable and save it </li> | <li> Don't forget to enable and save it </li> | ||
</ol> | </ol> | ||
[[File: | [[File:Hotspot_13_lan.png|border|class=tlt-border|1000px]] | ||
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. | |||
==Isolating hotspot clients communication== | ===Isolating hotspot clients communication=== | ||
In our default setup, hotspot clients have the ability to communicate with each other. To restrict this communication, we'll need to make an adjustment on both your TAP100 device and your router. | In our default setup, hotspot clients have the ability to communicate with each other. To restrict this communication, we'll need to make an adjustment on both : your TAP100 device and your router. | ||
<ol> | <ol> | ||
<li> Access your TAP100 WebUI | <li> Access your TAP100 WebUI </li> | ||
<li> Navigate to '''Network -> Wireless''' and click on the "Edit" button for your interface | <li> Navigate to '''Network -> Wireless''' and click on the "Edit" button for your interface </li> | ||
<li> In the configuration window, go to the | <li> In the configuration window, go to the Additional Settings section and enable the "Isolate Clients" option by clicking the "ON" button </li> | ||
</ol> | </ol> | ||
[[File: | [[File:Hotspot_14_lan.png|border|class=tlt-border|1000px]] | ||
To further ensure that clients connected to the router's Wi-Fi interface cannot communicate with hotspot clients, I recommend enabling the "Isolate Clients" option on your router wi-fi interface as well. | To further ensure that clients connected to the router's Wi-Fi interface cannot communicate with hotspot clients, I recommend enabling the "Isolate Clients" option on your router wi-fi interface as well. | ||
By implementing these adjustments, you'll effectively prevent communication between all hotspot clients regardless of whether they are connected to the Routers Hotspot Network directly or through TAP 100 AP. | By implementing these adjustments, you'll effectively prevent communication between all hotspot clients regardless of whether they are connected to the Routers Hotspot Network directly or through TAP 100 AP. | ||
==Testing== | ==Testing== | ||
===Authenticating to the Hotspot network=== | ===Authenticating to the Hotspot network=== | ||
After client connects to hotspot network, the authentication page should automatically open up on your default browser. | After client connects to hotspot network, the authentication page should automatically open up on your default browser. | ||
[[File:Login_page_hotspot.png|border|class=tlt-border]] | [[File:Login_page_hotspot.png|border|class=tlt-border|1050px]] | ||
After entering the required details, clients will have internet connection. The credentials you need to use are the ones you specified when creating the local user earlier. | After entering the required details, clients will have internet connection. The credentials you need to use are the ones you specified when creating the local user earlier. | ||
=== | ===DHCP assigned IP address for TAP100 === | ||
You can find what kind of IP address was assigned to TAP100 by navigating on router WebUI to '''Status -> Network -> LAN'''. There you will see TAP100 entry with it's mac address, lease time and assigned IP address. You can access TAP100 WebUI with this IP address. | |||
[[File:Dhcp leases management vlan.png|border|class=tlt-border|1050px]] |
Latest revision as of 10:52, 6 August 2024
The information in this page is updated in accordance with 00.07.08 firmware version. .
Introduction
This article provides instructions on how to expand the hotspot network of the RUT956 router using the TAP100 access point. It's important to clarify that TAP100 cannot function as an independent hotspot network - it serves as an access point. The network management and control will be handled by the RUT device, with the TAP100 extending the coverage area.
Configuration overview and prerequisites
Before we begin, let's take a look at the configuration that we are attempting to achieve and the prerequisites that make it possible. For this setup we are going to use Teltonika router RUT956 and access point TAP100.
Prerequisites:
- Teltonika Networks router with WiFi capabilities
- Teltonika Networks wireless AP TAP100 connected to the LAN port of the Router
- Preferably two end devices (PC, Laptop, Smartphone)
- RMS account (useful to have)
If you're having trouble finding any page or some of the parameters described here on your device's WebUI, you should turn on "Advanced WebUI" mode. You can do that by clicking the "Advanced" button, which is located at the top-right corner of the WebUI.
Router configuration
Creating new VLANs on Router
Firstly, we are going to configure VLANs for port that we are going to use to connect our TAP100. In this example, TAP100 will be connected to RUT956 LAN Port 3. To do this, navigate on router Webui and go to Network -> VLAN -> Port based and do the following steps:
- Press ADD button two times. This will add two new VLAN interfaces
- On LAN3 ( we are going to connect TAP to RUT956 LAN3 port) choose off on VLAN ID1
- On newly created vlan ( default VLAN ID will be 3) change the default VLAN ID to 50 and choose "Tagged" option on LAN3 port
- On second newly created vlan ( default VLAN ID will be 4) change the default VLAN ID to 150 and choose "Tagged" option on LAN3
- Press Save & Apply button
Creating Management Firewall Zone
- Open WebUI -> Network -> Firewall -> General Settings -> Zones, Add new zone
Zone Management
General Settings
Make following changes in the new zone:
- Enter Name: Management
- Selec Input: Accept
- Select Allow forward to destination zones: lan
Management VLAN interface configuration
After adding the new VLANs, the next step is to configure the interfaces that will be associated with these VLANs. In this example, we will begin by configuring the "Management" interface, which is intended for device management. To do this, navigate on router WebUI to Network -> LAN. While there, add new interface. To do this, simply just write management or any other name that you prefer for this interface and press add. In pop-up window you need to do the following steps :
- Enable interface
- Choose "Static" protocol
- Choose your preferred IP address. We are going to use 192.168.150.1 for management purposes
- Choose netmask of 255.255.255.0 or any other that you prefer
- Enable DHCP server
- Next, we need to navigate to Physical Settings of the same interface and choose eth0.150 interface
- Lastly, we need to navigate to Firewall settings of the same interface and add custom "Management" zone
Hotspot VLAN interface configuration
Now that we have established the management VLAN interface, we can proceed to configure the hotspot VLAN interface. To do this, as before, please navigate on router WebUI to Network -> LAN. While there, add new interface. To do this, simply just write hotspot or any other name that you prefer for this interface and press add. In pop-up window you need to do the following steps :
- Enable the interface
- Enter interface name as "Hotspot"
- Protocol should be set as "None"
- Next, In physical settings turn on "Bridge Interfaces"
- Additionally select eth0.50 interface
- Lastly, In firewall settings, choose LAN zone
- Dont forget to press Save & Apply
Router Hotspot configuration
Creating hotspot local user
To set up a hotspot instance on the RUT956 router, we firstly must download the hotspot package from the device's package manager. You can access the package manager by navigating to the router's WebUI interface to System -> Package Manager -> Packages.
After you have successfully installed the hotspot package, the next step is to access hotspot configuration settings. Please navigate to Services -> Hotspot -> Local users as we will be configuring local user authentication for our Hotspot instance. While in this section, please follow these steps :
- Enter your preferred username
- Enter your preferred password
- Press add button
It's crucial to remember and securely store these credentials, as they will be used by users to authenticate themselves on the hotspot network successfully.
Hotspot interface configuration
Now that we've successfully created a hotspot local user, the next step is to configure the hotspot interface. To achieve this, let's navigate to the router's WebUI and access Services -> Hotspot -> General. Once there, please follow these steps:
- Choose Hotspot interface
- Press "ADD" button
Next, in the pop-up window, please click the "Enable" button. You can choose to either leave all other settings at their default values or make adjustments as per your preferences. For the purpose of this configuration, we'll maintain the default settings.
Access point (TAP100) configuration
From the router's perspective, we've successfully configured all the necessary settings. Now, let's proceed to configure the TAP100.
To begin, we'll have to access TAP100's WebUI. Instructions on how to access the TAP100 WebUI can be found in another article on our Wiki here
After successfully establishing a connection to the TAP100 WebUI, the next step is to navigate to Network -> Wireless SSIDs. Within this section, press edit button on SSID and in pop-up window on VLAN ID option choose custom and enter 50.
After this, navigate to Network -> IP Settings and under Management VLAN option choose custom and enter 150. Also, make sure that Mode is set to Static + DHCP.
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 LAN3 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 here
Optional configurations
Access router through hotspot
With the current configuration, clients doesn't have have access to the router 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:
To do this, navigate on router WebUI to Network -> Firewall -> Traffic Rules.
Once there, we need to create new rule with the following details :
- Type : Add new forward rule
- Name : Enter any desired name for this rule
- Source Zone : hotspot
- Destination Zone : lan (we will modify this later)
- Press "ADD" button
After completing these steps, a pop-up window will appear, where you need to enter the following details:
- Protocol: TCP
- Destination Zone : Device (input)
- Destination Port : HTTP (80), HTTPS(443)
- Don't forget to enable and save it
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.
Isolating hotspot clients communication
In our default setup, hotspot clients have the ability to communicate with each other. To restrict this communication, we'll need to make an adjustment on both : your TAP100 device and your router.
- Access your TAP100 WebUI
- Navigate to Network -> Wireless and click on the "Edit" button for your interface
- In the configuration window, go to the Additional Settings section and enable the "Isolate Clients" option by clicking the "ON" button
To further ensure that clients connected to the router's Wi-Fi interface cannot communicate with hotspot clients, I recommend enabling the "Isolate Clients" option on your router wi-fi interface as well.
By implementing these adjustments, you'll effectively prevent communication between all hotspot clients regardless of whether they are connected to the Routers Hotspot Network directly or through TAP 100 AP.
Testing
Authenticating to the Hotspot network
After client connects to hotspot network, the authentication page should automatically open up on your default browser.
After entering the required details, clients will have internet connection. The credentials you need to use are the ones you specified when creating the local user earlier.
DHCP assigned IP address for TAP100
You can find what kind of IP address was assigned to TAP100 by navigating on router WebUI to Status -> Network -> LAN. There you will see TAP100 entry with it's mac address, lease time and assigned IP address. You can access TAP100 WebUI with this IP address.