Management interface settings: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 7: Line 7:
The wireless management interface can operate in two modes:
The wireless management interface can operate in two modes:


* Manage own network: In this mode (default), the Allegro will setup its own Access Point so you can connect a laptop or smartphone directly to the device and access the management interface. In this mode, the web interface can be accessed by entering the URL '''https://allegro/''' into a web browser.
* Manage own network: In this mode (default), the Allegro Network Multimeter will setup its own Access Point so you can connect a laptop or smartphone directly to the device and access the management interface. In this mode, the web interface can be accessed by entering the URL '''https://allegro/''' into a web browser.
* Join existing network: In this mode, the Allegro Network Multimeter will connect to an existing Wi-Fi network. To do so, enter the name (SSID) of the network and the password. The Wi-Fi Access Point or controller should list the IP it has assigned to the Allegro Network Multimeter.
* Join existing network: In this mode, the Allegro Network Multimeter will connect to an existing Wi-Fi network. To do so, enter the name (SSID) of the network and the password. The Wi-Fi Access Point or controller should list the IP it has assigned to the Allegro Network Multimeter.


Line 20: Line 20:
For wired connections there are three operation modes:
For wired connections there are three operation modes:


* Join existing network: in this mode the Allegro obtains an IP address (DHCP) from the network connected to the management port. The Router or DHCP server in the network should list the Allegro Network Multimeter IP address.
* Join existing network: in this mode the Allegro Network Multimeter obtains an IP address (DHCP) from the network connected to the management port. The Router or DHCP server in the network should list the Allegro Network Multimeter IP address.
* Manage own network: In this mode, the Allegro will run a DHCP server on the management port, enabling you to connect another computer via a cable to the system. Be aware that in this mode, the management port should not be connected to the main network, since running multiple DHCP servers will disturb the network. In this mode, the web interface can be accessed by entering the URL '''https://allegro/''' into a web browser.
* Manage own network: In this mode, the Allegro Network Multimeter will run a DHCP server on the management port, enabling you to connect another computer via a cable to the system. Be aware that in this mode, the management port should not be connected to the main network, since running multiple DHCP servers will disturb the network. In this mode, the web interface can be accessed by entering the URL '''https://allegro/''' into a web browser.
* Use static IP: It is also possible to configure a fixed IP address for the wired management port. You can enter any IP address for the port. The IP address must end with a slash followed by the subnet size. Example: /24 stands for a subnet mask of 255.255.255.0. Optionally you can enter the IP address of your gateway computer and the IP address of the DNS server. You can leave them empty if you want to directly connect the device to another computer with no Router involved. In this mode, the web interface can be reached by the static IP address you configured.
* Use static IP: It is also possible to configure a fixed IP address for the wired management port. You can enter any IP address for the port. The IP address must end with a slash followed by the subnet size. Example: /24 stands for a subnet mask of 255.255.255.0. Optionally you can enter the IP address of your gateway computer and the IP address of the DNS server. You can leave them empty if you want to directly connect the device to another computer with no Router involved. In this mode, the web interface can be reached by the static IP address you configured.


Line 46: Line 46:
=== iPerf3 Server Settings ===
=== iPerf3 Server Settings ===


With the release of the Allegro Multimeter Firmware version 3.4 an optional iPerf3-Server was added to the Allegro Multimeter.
With the release of the Allegro Multimeter Firmware version 3.4 an optional iPerf3-Server was added to the Allegro Network Multimeter.
iPerf3 helps measuring the maximum achievable bandwidth between a machine and your Allegro Multimeter.  
iPerf3 helps measuring the maximum achievable bandwidth between a machine and your Allegro Network Multimeter.  
It is turned off by default. You are able to start the server and configure the used port. The Management interface is used as interface.
It is turned off by default. You are able to start the server and configure the used port. The Management interface is used as interface.


The documentation for iPerf3 and the client-download can be found [[https://iperf.fr/ here]].
The documentation for iPerf3 and the client-download can be found [[https://iperf.fr/ here]].


If the ip adress of your Allegro Multimeter is 10.0.1.1 and the configured port is 5201 you can run iperf3 against your Multimeter with:
If the ip adress of your Allegro Network Multimeter is 10.0.1.1 and the configured port is 5201 you can run iperf3 against your Allegro Network Multimeter with:


  iperf3 -c 10.0.1.1 -p 5201
  iperf3 -c 10.0.1.1 -p 5201
Line 58: Line 58:
=== Proxy Server Settings/Updating behind a proxy ===
=== Proxy Server Settings/Updating behind a proxy ===


Since the version 3.4 of the Allegro Multimeter Firmware you are able to configure a Proxy Server to use when checking for firmware.
Since the version 3.4 of the Allegro Network Multimeter Firmware you are able to configure a Proxy Server to use when checking for firmware.
If you are behind a proxy you are able to configure it in the Management Interface Settings.
If you are behind a proxy you are able to configure it in the Management Interface Settings.
60

edits