summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-edge-getting-started/doc/net_config_options.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book-enea-edge-getting-started/doc/net_config_options.xml')
-rw-r--r--doc/book-enea-edge-getting-started/doc/net_config_options.xml68
1 files changed, 51 insertions, 17 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/net_config_options.xml b/doc/book-enea-edge-getting-started/doc/net_config_options.xml
index ff513c9..a9faf0a 100644
--- a/doc/book-enea-edge-getting-started/doc/net_config_options.xml
+++ b/doc/book-enea-edge-getting-started/doc/net_config_options.xml
@@ -1,4 +1,4 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="ISO-8859-1"?>
2<chapter id="net_config_operations"> 2<chapter id="net_config_operations">
3 <title>Network Configuration Options</title> 3 <title>Network Configuration Options</title>
4 4
@@ -218,9 +218,9 @@
218 218
219 <listitem> 219 <listitem>
220 <para>In order to edit an already configured interface, (as in the 220 <para>In order to edit an already configured interface, (as in the
221 example popup shown below, a WAN interface) double click on the 221 example pop-up shown below, a WAN interface) double click on the
222 desired one and a popup will appear. A different popup appears for 222 desired one and a pop-up will appear. A different pop-up appears
223 each type of interface. From the <emphasis role="bold">Host 223 for each type of interface. From the <emphasis role="bold">Host
224 Interface</emphasis> window, a user can change the networking type 224 Interface</emphasis> window, a user can change the networking type
225 and the IP address assignment:</para> 225 and the IP address assignment:</para>
226 226
@@ -240,9 +240,10 @@
240 <note> 240 <note>
241 <para>When changing the <literal>address-assignment</literal> from 241 <para>When changing the <literal>address-assignment</literal> from
242 static to DHCP, if any of the <literal>ip-address</literal>, 242 static to DHCP, if any of the <literal>ip-address</literal>,
243 <literal>netmask</literal> or <literal>gateway</literal> fields have 243 <literal>netmask</literal>, <literal>gateway</literal> or
244 invalid values a validation error will be triggered. These fields 244 <literal>dns-servers</literal> fields have invalid values a
245 must be empty or have the valid values for their respective address 245 validation error will be triggered. These fields must be empty or
246 have the valid values for their respective address
246 assignment.</para> 247 assignment.</para>
247 </note> 248 </note>
248 </section> 249 </section>
@@ -270,7 +271,7 @@
270 271
271 <listitem> 272 <listitem>
272 <para>In order to edit an already configured interface, (as in the 273 <para>In order to edit an already configured interface, (as in the
273 example popup shown below, a WAP interface) double click on the 274 example pop-up shown below, a WAP interface) double click on the
274 desired one and a pop-up will appear. A different pop-up appears 275 desired one and a pop-up will appear. A different pop-up appears
275 for each type of interface. From the <literal>Host 276 for each type of interface. From the <literal>Host
276 Interface</literal> window, the following parameters are 277 Interface</literal> window, the following parameters are
@@ -385,7 +386,7 @@
385 </note> 386 </note>
386 387
387 <para>There are three types of bridges which can be created, each one 388 <para>There are three types of bridges which can be created, each one
388 fulfiling a different role.</para> 389 fulfilling a different role.</para>
389 390
390 <section id="inband_mg_bridge"> 391 <section id="inband_mg_bridge">
391 <title>uCPE In-band Management bridge</title> 392 <title>uCPE In-band Management bridge</title>
@@ -580,9 +581,9 @@
580 581
581 <listitem> 582 <listitem>
582 <para>DeviceVersion: <xi:include 583 <para>DeviceVersion: <xi:include
583 href="../../s_doceneacommon/doc/eltf_params_updated.xml" 584 href="../../eltf_params_updated.xml"
584 xmlns:xi="http://www.w3.org/2001/XInclude" 585 xmlns:xi="http://www.w3.org/2001/XInclude"
585 xpointer="element(EneaLinux_REL_VER/1)" /></para> 586 xpointer="element(EneaEdge_REL_VER/1)" /></para>
586 </listitem> 587 </listitem>
587 588
588 <listitem> 589 <listitem>
@@ -651,10 +652,15 @@
651 <title>Custom Scripts for Custom Networking Configurations</title> 652 <title>Custom Scripts for Custom Networking Configurations</title>
652 653
653 <para>The custom scripts feature allows users to execute user-defined 654 <para>The custom scripts feature allows users to execute user-defined
654 scripts on the uCPE device at various times.This allows for more flexible 655 scripts on the uCPE device at various times. This allows for more flexible
655 and advanced configurations such as a LTE modem configuration, advanced 656 and advanced configurations such as a LTE modem configuration, advanced
656 network configurations or OVS flow rule programming at any time.</para> 657 network configurations or OVS flow rule programming at any time.</para>
657 658
659 <note>
660 <para>In the current Enea Edge Management application version custom
661 scripts are not supported as part of the offline config.</para>
662 </note>
663
658 <section id="upload_scripts"> 664 <section id="upload_scripts">
659 <title>Uploading Scripts</title> 665 <title>Uploading Scripts</title>
660 666
@@ -678,8 +684,8 @@
678 </listitem> 684 </listitem>
679 685
680 <listitem> 686 <listitem>
681 <para><literal>Once-after-startup</literal>. The script will always 687 <para><literal>Once-after-startup</literal>. The script will only
682 execute after the system has rebooted, after all device 688 execute once after the system has rebooted, after all device
683 configuration processes have completed.</para> 689 configuration processes have completed.</para>
684 </listitem> 690 </listitem>
685 691
@@ -720,6 +726,16 @@
720 role="bold">Send</emphasis>.</para> 726 role="bold">Send</emphasis>.</para>
721 </listitem> 727 </listitem>
722 </orderedlist> 728 </orderedlist>
729
730 <note>
731 <para>If two scripts are uploaded one at a time, the Enea Edge
732 Management application will delete the first script already added from
733 the device and apply the new one. In order for both scripts to be available on
734 the device, both scripts must be uploaded at once.</para>
735
736 <para>If multiple custom scripts of the same type are uploaded at the
737 same time, they are executed in alphabetical order.</para>
738 </note>
723 </section> 739 </section>
724 740
725 <section id="remove_scripts"> 741 <section id="remove_scripts">
@@ -900,14 +916,32 @@
900 </mediaobject> 916 </mediaobject>
901 </figure> 917 </figure>
902 918
903 <note> 919 <para>Only a single Wireless AP is allowed on a physical interface. The
904 <para>Only a single Wireless AP is allowed on a physical interface. The
905 validation of the <literal>wap-capable</literal> interface is done when 920 validation of the <literal>wap-capable</literal> interface is done when
906 adding the Wireless AP, so, in case of an error, the parameters of the 921 adding the Wireless AP, so, in case of an error, the parameters of the
907 <literal>wap-capable</literal> interface must be rechecked. This can be 922 <literal>wap-capable</literal> interface must be rechecked. This can be
908 done by accessing the <emphasis role="bold">Configuration</emphasis> 923 done by accessing the <emphasis role="bold">Configuration</emphasis>
909 menu and selecting <emphasis role="bold">External 924 menu and selecting <emphasis role="bold">External
910 Interfaces</emphasis>.</para> 925 Interfaces</emphasis>.</para>
926
927 <note>
928 <para>For the 2.4GHz band, the <literal>802.11 g/n</literal> wireless
929 mode will use a 40MHz channel width by default. For regulatory
930 requirements compliance, channels are scanned in order to avoid
931 overlapping with existing networks. If overlaps are detected, primary
932 and secondary Wireless AP channels will be swapped, resulting in an
933 effective channel width of 20MHz instead of 40Mhz being used.
934 To avoid this, select another wireless channel.</para>
935
936 <para>For the 5GHz band, the <literal>802.11 n</literal> and the
937 <literal>802.11 ac/n</literal> wireless modes can be configured
938 explicitly to use a specific channel number, even when Automatic
939 Channel Selection (<literal>ACS</literal>) is available. For regulatory
940 requirements compliance, channels are scanned in order to avoid
941 overlapping with existing networks. If overlaps are detected,
942 <literal>ACS</literal> will try to find another free channel,
943 resulting in a different channel number being used instead of the one
944 explicitly configured. To avoid this, select another wireless channel.</para>
911 </note> 945 </note>
912 </section> 946 </section>
913</chapter> \ No newline at end of file 947</chapter>