Juliustest: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
This article contains instructions on how to extend RUT956 router hotspot network using TAP100 access point. | This article contains instructions on how to extend RUT956 router hotspot network using TAP100 access point. | ||
==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 RUT956 which LAN IP is 192.168.5.1 and TAP100 which LAN IP is 192.168.5.2 | 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 which LAN IP is 192.168.5.1 and access point TAP100 which LAN IP is 192.168.5.2 | ||
[[File:Topology test test.jpg|border|class=tlt-border]] | [[File:Topology test test.jpg|border|class=tlt-border]] | ||
Line 11: | Line 11: | ||
'''Prerequisites:''' | '''Prerequisites:''' | ||
<ul> | <ul> | ||
<li> | <li> Router </li> | ||
<li> TAP100 </li> | <li> TAP100 </li> | ||
<li> End device (PC, Laptop, Smartphone) </li> | <li> End device (PC, Laptop, Smartphone) </li> | ||
Line 24: | Line 24: | ||
Go to '''Network -> LAN''' and press edit button and in pop-up window perform following actions : | Go to '''Network -> LAN''' and press edit button and in pop-up window perform following actions : | ||
<ol> | <ol> | ||
<li> Enter IPv4 address. </li> | <li>Enter IPv4 address. </li> | ||
<li>Disable DHCP server </li> | <li>Disable DHCP server </li> | ||
</ol> | </ol> | ||
Line 33: | Line 33: | ||
====Creating hotspot local user==== | ====Creating hotspot local user==== | ||
---- | ---- | ||
To | 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. 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 | <li>Enter username that you wish. </li> | ||
<li>Enter | <li>Enter passowrd that you wish. </li> | ||
<li>Press add button. </li> | <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. | |||
[[File:Local Users 956 Hotspot.png|border|class=tlt-border]] | [[File:Local Users 956 Hotspot.png|border|class=tlt-border]] | ||
---- | ---- | ||
====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: | |||
Once, | |||
<ol> | <ol> | ||
<li> Choose LAN interface.</li> | <li> Choose LAN interface.</li> | ||
Line 54: | Line 54: | ||
[[File:New Instance Hotspot.png|border|class=tlt-border]] | [[File:New Instance Hotspot.png|border|class=tlt-border]] | ||
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:Hotpost interface enable.png|border|class=tlt-border]] | [[File:Hotpost interface enable.png|border|class=tlt-border]] | ||
Line 60: | Line 60: | ||
==Access point (TAP100) configuration== | ==Access point (TAP100) configuration== | ||
From router | 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 [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 -> IP settings'''. Within this section, update the IPv4 address field to match the LAN network of your router. For instance, if your router's LAN belongs to the network 192.168.5.0/24 with a LAN IP address of 192.168.5.1, then configure your TAP100 with an IP address of 192.168.5.2 and a netmask of 255.255.255.0. This ensures that both devices are on the same network. | |||
[[File:TAP100 IP address.png|border|class=tlt-border]] | |||
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] |
Revision as of 07:46, 23 October 2023
The information in this page is updated in accordance with 00.07.05.0 firmware version. .
Introduction
This article contains instructions on how to extend RUT956 router hotspot network using TAP100 access point.
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 which LAN IP is 192.168.5.1 and access point TAP100 which LAN IP is 192.168.5.2
Prerequisites:
- Router
- TAP100
- End device (PC, Laptop, Smartphone)
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
Configuring router LAN interface
Go to Network -> LAN and press edit button and in pop-up window perform following actions :
- Enter IPv4 address.
- Disable DHCP server
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. 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 username that you wish.
- Enter passowrd that you wish.
- 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 LAN 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 -> IP settings. Within this section, update the IPv4 address field to match the LAN network of your router. For instance, if your router's LAN belongs to the network 192.168.5.0/24 with a LAN IP address of 192.168.5.1, then configure your TAP100 with an IP address of 192.168.5.2 and a netmask of 255.255.255.0. This ensures that both devices are on the same network.
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 here