<!DOCTYPE html
SYSTEM "about:legacy-compat">
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="copyright" content="(C) Copyright 2023"><meta name="DC.rights.owner" content="(C) Copyright 2023"><meta name="DC.type" content="topic"><meta name="prodname" content="All Mediatrix units"><meta name="version" content="DGW 49.12.28842941"><meta name="platform" content="all"><meta name="DC.date.modified" content="2023-0308-2809"><meta name="DC.date.issued" content="2023-0308-2809"><meta name="DC.date.available" content="2023-0308-2809"><meta name="ChapterNumbering" content="no"><meta name="DC.format" content="HTML5"><meta name="DC.identifier" content="topic_title_Basic_Concepts_d1e15"><link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"><link rel="stylesheet" type="text/css" href="https://documentation.media5corp.com/download/attachments/62825785/commonltr.css"><link rel="stylesheet" type="text/css" href="https://documentation.media5corp.com/download/attachments/62825785/custom.css"><title>Network Address Translation (NAT)</title></head><body class="nobody"><header role="banner"><div class="topicmeta title">Network Address Translation (NAT)</div><div class="topicmeta date">2023-0308-28<09</div><div class="topicmeta product">All Mediatrix units</div><div class="topicmeta version">DGW 49.12.2884<2941</div><div class="topicmeta pdf"><a href="https://documentation.media5corp.com/download/attachments/62825785/Network%20Address%20Translation.pdf" rel="nofollow">Download PDF Document</a></div><hr><span style="float: inline-end;"></span></header><nav role="toc"><ul><li><a href="#topic_title_Basic_Concepts_d1e15">Basic Concepts</a><ul><li><a href="#concept_qjy_ryp_vhb">Network Address Translation (NAT)</a></li><li><a href="#concept_k4l_cgp_xhb">Understanding Network Address Translation Rules</a></li><li><a href="#concept_jv4_xgp_xhb">NAT Rule Order - Important</a></li><li><a href="#reference_bkk_shp_xhb">Destination or Source IP Address Format</a></li><li><a href="#reference_wsk_plp_xhb">Source or Destination Port Format</a></li><li><a href="#concept_zgw_dmp_xhb">Interaction of NAT rules with the Firewall Service</a></li></ul></li><li><a href="#topic_title_Basic_Tasks_d1e22">Basic Tasks</a><ul><li><a href="#task_r3h_tyc_gr">Starting/Stopping/Restarting the NAT Service Using the DGW Web Page</a></li><li><a href="#task_bn5_rs5_ngb">Enabling IPv4 Forwarding</a></li><li><a href="#task_jvz_c1q_vhb">Creating a Source NAT Rule</a></li><li><a href="#unique_21423547482011061932">Creating a Destination NAT Rule</a></li></ul></li><li><a href="#topic_title_NAT_Rule_Examples_d1e27">NAT Rule Examples</a><ul><li><a href="#task_orj_n3j_4gb">Creating a Source NAT Rule to Forward the Lan to the Uplink Network Interface</a></li></ul></li><li><a href="#reference_j4g_nbv_gfb">Online Help</a></li><li><a href="#concept_v4k_q3h_1r">DGW Documentation</a></li><li><a href="#concept_fqm_rv4_k4">Copyright Notice</a></li></ul></nav><main role="main"><article role="article" aria-labelledby="ariaid-title1"><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="nested0" aria-labelledby="ariaid-title1" id="topic_title_Basic_Concepts_d1e15">
<h1 class="title topictitle1" id="ariaid-title1">Basic Concepts</h1>
<article class="topic concept nested1" aria-labelledby="ariaid-title2" id="concept_qjy_ryp_vhb">
<h2 class="title topictitle2" id="ariaid-title2">Network Address Translation (NAT)</h2>
<div class="body conbody"><p class="shortdesc">Network Address Translation (NAT, also known as network masquerading or IP masquerading)
rewrites the source and/or destination addresses/ports of IP packets as they pass through a router
or firewall. It is most commonly used to connect multiple computers to the Internet (or any other
IP network) by using one IP address. This allows home users and small businesses to cheaply and
efficiently connect their network to the Internet. </p>
<p class="p">The basic purpose of NAT is to multiplex traffic from the internal network and present it to
the Internet as if it was coming from a single computer having only one IP address. The Mediatrix
unit’s NAT service allows the dynamic creation and configuration of network address translation
rules. Depending on some criteria, the packet matching the rule may see its source or destination
address modified. </p>
<div class="p">There are two types of NAT rules:<ul class="ul" id="concept_qjy_ryp_vhb__ul_cmd_bzp_vhb">
<li class="li"> Source rules: They are applied on the source address of outgoing packets. </li>
<li class="li">Destination rules: They are applied on the destination address of incoming packets. </li>
</ul> A rule's priority is determined by its index in the Source NAT or Destination NAT tables
(Network/NAT). If the NAT service is stopped, this tab is greyed out and the parameters are not
displayed. </div>
<div class="p">The maximum number of rules allowed in the configuration is 10 of each Source NAT and
Destination NAT. <div class="note note note_note"><span class="note__title">Note:</span> Adding source or destination NAT rules has an impact on the Mediatrix
unit’s overall performance as the NAT requires additional processing. The more rules are
enabled, the more overall performance is affected. Furthermore, Media5 recommends to use a 30 ms
packetization time when the NAT is enabled (instead of a 20 ms ptime, for instance) in order to
simultaneously use all the channels available on the unit.</div><div class="note note note_note"><span class="note__title">Note:</span> The Mediatrix unit NAT
service does not support IPv6</div></div>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested1" aria-labelledby="ariaid-title3" id="concept_k4l_cgp_xhb">
<h2 class="title topictitle2" id="ariaid-title3">Understanding Network Address Translation Rules</h2>
<div class="body conbody"><p class="shortdesc">A NAT rule specifies a set of matching conditions for network packets.</p>
<div class="p"> Each rule can use one or more of the following criteria:<ul class="ul" id="concept_k4l_cgp_xhb__ul_m5r_kgp_xhb">
<li class="li">Source Address</li>
<li class="li">Destination Address</li>
<li class="li">Protocol (All, TCP, UDP or ICMP).</li>
</ul>If the protocol is set to TCP or UDP, the following criteria can also be used:<ul class="ul" id="concept_k4l_cgp_xhb__ul_wfk_4gp_xhb">
<li class="li">Source Port</li>
<li class="li">Destination Port</li>
</ul>When all the criteria of a rule match, the NAT will modify the packet to use the
<span class="keyword wintitle">New Address</span> field, either for
the<span class="keyword wintitle">Source Address</span> or the <span class="keyword wintitle">Destination Address</span>, according to the type of
NAT for which the rule is applied.</div>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested1" aria-labelledby="ariaid-title4" id="concept_jv4_xgp_xhb">
<h2 class="title topictitle2" id="ariaid-title4">NAT Rule Order - Important</h2>
<div class="body conbody"><p class="shortdesc">The NAT rules are applied on a first match basis, in the order they appear in the
configuration.</p>
<p class="p">Because the first match is applied, you must ensure that specific rules come before more
general rules, or the specific rules might not be applied as desired.</p>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested1" aria-labelledby="ariaid-title5" id="reference_bkk_shp_xhb">
<h2 class="title topictitle2" id="ariaid-title5">Destination or Source IP Address Format</h2>
<div class="body refbody"><p class="shortdesc"></p>
<section class="section">
<div class="p">IP Addresses can take the form of: <ul class="ul" id="reference_bkk_shp_xhb__ul_bdq_xhp_xhb">
<li class="li">An empty string, meaning that the rule will match any IP address</li>
<li class="li">An IP address, for example 192.168.0.11</li>
<li class="li">A network address, for example 192.168.1.0/24, which corresponds to all IP addresses
in the range 192.168.1.0 to 192.168.1.255</li>
</ul></div>
<div class="p">It is also possible to use the name of a network interface to represent either the current
IP address or network of that interface.<ul class="ul" id="reference_bkk_shp_xhb__ul_xps_13p_xhb">
<li class="li">Specifying the interface name without a trailing slash represents the IP address</li>
<li class="li">The same name with the trailing slash represents the network.<div class="note note note_note"><span class="note__title">Note:</span> This is case
sensitive (the first letter must be uppercase)</div></li>
</ul></div>
<div class="p">For example, if your lan interface is configured as 192.168.0.10/24<ul class="ul" id="reference_bkk_shp_xhb__ul_r1c_f3p_xhb">
<li class="li"><span class="keyword wintitle">Lan1</span> will be replaced by the
current IP address of the lan interface, 192.168.0.10</li>
<li class="li"><span class="keyword wintitle">Lan1/</span> will be replaced
with the network of the lan interface, /24, meaning the range from 192.168.0.0 to
192.168.0.255.</li>
</ul></div>
<p class="p">If the specified interface is disabled or removed, the rule is automatically disabled thus
removed from the NAT. When the network interface is enabled or added back, the rule is
automatically enabled and applied in the NAT.</p>
</section>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested1" aria-labelledby="ariaid-title6" id="reference_wsk_plp_xhb">
<h2 class="title topictitle2" id="ariaid-title6">Source or Destination Port Format</h2>
<div class="body refbody">
<section class="section">Ports can take the form of either:<ul class="ul" id="reference_wsk_plp_xhb__ul_w1k_slp_xhb">
<li class="li">An empty string, meaning that the rule will match any port</li>
<li class="li">Single port, for example for a web server: 80</li>
<li class="li">A range of ports, for example to forward RTP: 5004-5099</li>
</ul></section>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested1" aria-labelledby="ariaid-title7" id="concept_zgw_dmp_xhb">
<h2 class="title topictitle2" id="ariaid-title7">Interaction of NAT rules with the Firewall Service</h2>
<div class="body conbody"><p class="shortdesc">When using the Network Firewall service, it is important to configure it with respect to
the Destination NAT rules because: </p>
<div class="p">
<ul class="ul" id="concept_zgw_dmp_xhb__ul_s24_nmp_xhb">
<li class="li">Source NAT (SNAT) rules are executed after the routing decision, before the packet leaves
the unit.</li>
<li class="li">Destination NAT (DNAT) rules are executed before the routing decision, as the packet enters
the unit. </li>
</ul>
</div>
<p class="p">An example of this would be port forwarding where the DNAT changes the routed address of a
packet to a new IP address/port. The Network Firewall must also accept connection to this IP/port
in order for the port forwarding to work.</p>
</div>
</article></article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic nested0 nobody" aria-labelledby="ariaid-title8" id="topic_title_Basic_Tasks_d1e22">
<h1 class="title topictitle1" id="ariaid-title8">Basic Tasks</h1>
<article class="topic task nested1" aria-labelledby="ariaid-title9" id="task_r3h_tyc_gr">
<h2 class="title topictitle2" id="ariaid-title9">Starting/Stopping/Restarting the NAT Service Using the DGW Web Page</h2>
<div class="body taskbody">
<section id="task_r3h_tyc_gr__steps_vbz_tyc_gr"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="task_r3h_tyc_gr__steps_vbz_tyc_gr"><li class="li step stepexpand">
<span class="ph cmd">Go to <span class="keyword wintitle">System</span>/<span class="keyword wintitle">Services</span>.</span>
</li><li class="li step stepexpand">
<span class="ph cmd">In the <span class="keyword wintitle">User Service</span>
table, on the line of the NAT service set the <span class="keyword wintitle">Startup Type</span> selection list
to <span class="keyword wintitle">Auto</span>. </span>
</li><li class="li step stepexpand">
<span class="ph cmd">Then,</span>
<ul class="ul choices" id="task_r3h_tyc_gr__choices_lxs_zrk_4gb">
<li class="li choice">click <img class="image" id="task_r3h_tyc_gr__image_ex1_4dh_sgb" src="https://documentation.media5corp.com/download/attachments/62825785/fleche.jpg" width="15"> if you wish to start the service, or </li>
<li class="li choice">click <img class="image" id="task_r3h_tyc_gr__image_edb_rdh_sgb" src="https://documentation.media5corp.com/download/attachments/62825785/Restart.png"> to restart the service.</li>
<li class="li choice">click <img class="image" id="task_r3h_tyc_gr__image_k54_tdh_sgb" src="https://documentation.media5corp.com/download/attachments/62825785/StopService.jpg" width="15"> to stop the service.</li>
</ul>
<div class="itemgroup info">
<div class="note note note_note"><span class="note__title">Note:</span> When stopping or restarting a service, some interruptions might occur,
such as dropped calls, virtual machine shutdown or loss of network
connectivity, depending on the affected services and/or its
dependencies.</div>
</div>
</li><li class="li step stepexpand">
<span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
</li></ol></section>
<section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>The status of the service (in the <span class="keyword wintitle">Status</span> column) changes following the
executed service command.<ul class="ul" id="task_r3h_tyc_gr__ul_lq2_wdh_sgb">
<li class="li">If you clicked <img class="image" id="task_r3h_tyc_gr__image_tlv_ydh_sgb" src="https://documentation.media5corp.com/download/attachments/62825785/StopService.jpg" width="15">, the tab from which you can access the
service from the Web pages are greyed out </li>
<li class="li">If you clicked <img class="image" id="task_r3h_tyc_gr__image_csx_b2h_sgb" src="https://documentation.media5corp.com/download/attachments/62825785/fleche.jpg" width="15">, the tab from which you can access the service from
the Web pages are no longer greyed out.</li>
</ul>
</section>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title10" id="task_bn5_rs5_ngb">
<h2 class="title topictitle2" id="ariaid-title10">Enabling IPv4 Forwarding</h2>
<div class="body taskbody">
<section id="task_bn5_rs5_ngb__steps_vpr_vs5_ngb"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="task_bn5_rs5_ngb__steps_vpr_vs5_ngb"><li class="li step">
<span class="ph cmd">Go to <span class="keyword wintitle">Network</span>/<span class="keyword wintitle">IP Routing</span>.</span>
</li><li class="li step">
<span class="ph cmd">In the <span class="keyword wintitle">IP Routing configuration</span>
table, select <span class="keyword wintitle">Enable</span>.</span>
</li><li class="li step">
<span class="ph cmd">Click <span class="keyword wintitle">Save</span>.</span>
</li></ol></section>
<section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>If IP Forwarding is disabled, the <span class="keyword wintitle">Advanced IP Routes</span> table is greyed
out. <br><img class="image" id="task_bn5_rs5_ngb__image_qxg_1z5_ngb" src="https://documentation.media5corp.com/download/attachments/62825785/IPRoutingConfiguration.png" width="800"><br></section>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title11" id="task_jvz_c1q_vhb">
<h2 class="title topictitle2" id="ariaid-title11">Creating a Source NAT Rule</h2>
<div class="body taskbody">
<section class="section prereq"><div class="tasklabel"><strong class="sectiontitle tasklabel">Before you begin</strong></div>IPv4 forwarding must be enabled under <span class="keyword wintitle">Network</span>/<span class="keyword wintitle">IP Routing</span>.</section>
<section id="task_jvz_c1q_vhb__steps_z4m_g1q_vhb"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="task_jvz_c1q_vhb__steps_z4m_g1q_vhb"><li class="li step stepexpand">
<span class="ph cmd">Go to <span class="keyword wintitle">Network</span>/<span class="keyword wintitle">NAT</span>.</span>
</li><li class="li step stepexpand">
<span class="ph cmd">In the <span class="keyword wintitle">Source Network Address Translation Rules</span>, click <img class="image" id="task_jvz_c1q_vhb__image_izr_t1q_vhb" src="https://documentation.media5corp.com/download/attachments/62825785/Plusbleu.jpg" width="15">
</span>
<div class="itemgroup info">
<div class="note note note_note"><span class="note__title">Note:</span> To add a rule before an existing entry, locate the proper row in the table
and click the <img class="image" id="task_jvz_c1q_vhb__image_wtk_z1q_vhb" src="https://documentation.media5corp.com/download/attachments/62825785/Plusbleu.jpg" width="15"> button of this row. To add a rule at the end of
the existing rows, click the <img class="image" id="task_jvz_c1q_vhb__image_i3b_1bq_vhb" src="https://documentation.media5corp.com/download/attachments/62825785/Plusbleu.jpg" width="15"> button at the bottom right of the
section.</div>
</div>
<div class="itemgroup info">
<div class="note note note_note"><span class="note__title">Note:</span> The yellow Yes in the Config Modified section at the top of the window
indicates that the configuration has been modified but not applied (i.e.,
the Network Address Translation section of the Status page differs from the
NAT page). </div>
</div>
</li><li class="li step stepexpand">
<span class="ph cmd">Complete the fields as required.</span>
</li><li class="li step stepexpand">
<span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
</li></ol></section>
<section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>The applied enabled rules are displayed in the <span class="keyword wintitle">Network</span>/<span class="keyword wintitle">Status</span>/<span class="keyword wintitle">Network Address Translation</span> section,
which contains the active configuration in the NAT. The yellow Config Modified Yes flag
is cleared.</section>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic task nested1" aria-labelledby="ariaid-title12" id="unique_21423547482011061932">
<h2 class="title topictitle2" id="ariaid-title12">Creating a Destination NAT Rule</h2>
<div class="body taskbody">
<section id="unique_21423547482011061932__steps_z4m_g1q_vhb"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="unique_21423547482011061932__steps_z4m_g1q_vhb"><li class="li step stepexpand">
<span class="ph cmd">Go to <span class="keyword wintitle">Network</span>/<span class="keyword wintitle">NAT</span>.</span>
</li><li class="li step stepexpand">
<span class="ph cmd">In the <span class="keyword wintitle">Destination Network
Address Translation Rules</span>, click <img class="image" id="unique_21423547482011061932__image_izr_t1q_vhb" src="https://documentation.media5corp.com/download/attachments/62825785/Plusbleu.jpg" width="15">
</span>
<div class="itemgroup info">
<div class="note note note_note"><span class="note__title">Note:</span> To add a rule before an existing entry, locate the proper row in the table
and click the <img class="image" id="unique_21423547482011061932__image_wtk_z1q_vhb" src="https://documentation.media5corp.com/download/attachments/62825785/Plusbleu.jpg" width="15"> button of this row. To add a rule at the end of
the existing rows, click the <img class="image" id="unique_21423547482011061932__image_i3b_1bq_vhb" src="https://documentation.media5corp.com/download/attachments/62825785/Plusbleu.jpg" width="15"> button at the bottom right of the
section.</div>
</div>
<div class="itemgroup info">
<div class="note note note_note"><span class="note__title">Note:</span> The yellow Yes in the Config Modified section at the top of the window
indicates that the configuration has been modified but not applied (i.e.,
the Network Address Translation section of the Status page differs from the
NAT page). </div>
</div>
</li><li class="li step stepexpand">
<span class="ph cmd">Complete the fields as required.</span>
</li><li class="li step stepexpand">
<span class="ph cmd">Click <span class="keyword wintitle">Apply</span>.</span>
</li></ol></section>
<section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>The applied enabled rules are displayed in the <span class="keyword wintitle">Network</span>/<span class="keyword wintitle">Status</span>/<span class="keyword wintitle">Network Address Translation</span> section,
which contains the active configuration in the NAT. The yellow Config Modified Yes flag
is cleared.</section>
</div>
</article></article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic nested0 nobody" aria-labelledby="ariaid-title13" id="topic_title_NAT_Rule_Examples_d1e27">
<h1 class="title topictitle1" id="ariaid-title13">NAT Rule Examples</h1>
<article class="topic task nested1" aria-labelledby="ariaid-title14" id="task_orj_n3j_4gb">
<h2 class="title topictitle2" id="ariaid-title14">Creating a Source NAT Rule to Forward the Lan to the Uplink Network Interface</h2>
<div class="body taskbody">
<section id="task_orj_n3j_4gb__steps_cmf_z3j_4gb"><div class="tasklabel"><strong class="sectiontitle tasklabel">Steps</strong></div><ol class="ol steps" id="task_orj_n3j_4gb__steps_cmf_z3j_4gb"><li class="li step">
<span class="ph cmd">Go to <span class="keyword wintitle">Network</span>/<span class="keyword wintitle">NAT</span>.</span>
</li><li class="li step">
<span class="ph cmd">In the <span class="keyword wintitle">Source Network Address Translation Rules</span>, click <img class="image" id="task_orj_n3j_4gb__image_ctc_qqp_xhb" src="https://documentation.media5corp.com/download/attachments/62825785/Plusbleu.jpg" width="15">.</span>
</li><li class="li step">
<span class="ph cmd">From the <span class="keyword wintitle">Activation</span>
selection list, click <span class="keyword wintitle">Enable</span>. </span>
</li><li class="li step">
<span class="ph cmd">In the <span class="keyword wintitle">Source Address</span>
field, enter <span class="keyword wintitle">Lan1/</span>.</span>
</li><li class="li step">
<span class="ph cmd">From the <span class="keyword wintitle">Protocol</span>
selection list, choose <span class="keyword wintitle">All</span>.</span>
</li><li class="li step">
<span class="ph cmd">In the <span class="keyword wintitle">New Address</span>
field, enter <span class="keyword wintitle">Uplink</span>.
</span>
</li><li class="li step">
<span class="ph cmd">Click <span class="keyword wintitle">Save & Apply</span>.</span>
</li></ol></section>
<section class="section result"><div class="tasklabel"><strong class="sectiontitle tasklabel">Result</strong></div>
<br><img class="image" id="task_orj_n3j_4gb__image_tlx_typ_xhb" src="https://documentation.media5corp.com/download/attachments/62825785/sourceNetworkAddressTrasnlationRule_Lan1toUplink.PNG" width="800"><br>
</section>
</div>
</article></article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested0" aria-labelledby="ariaid-title15" id="reference_j4g_nbv_gfb">
<h1 class="title topictitle1" id="ariaid-title15">Online Help</h1>
<p class="shortdesc"><span class="ph">If you are not familiar with the meaning of the fields and
buttons, click <span class="keyword wintitle">Show Help</span>, located at the upper right corner of
the Web page. When activated, the fields and buttons that offer online help will
change to green and if you hover over them, the description will bedisplayed.</span></p>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested0" aria-labelledby="ariaid-title16" id="concept_v4k_q3h_1r">
<h1 class="title topictitle1" id="ariaid-title16">DGW Documentation</h1>
<div class="body conbody"><p class="shortdesc">Mediatrix devices are supplied with an exhaustive set of documentation. </p>
<p class="p">Mediatrix user documentation is available on the <a class="xref" href="http://documentation.media5corp.com" target="_blank">Media5 Documentation
Portal</a>.</p>
<div class="p">Several types of documents were created to clearly present the information you are looking for.
Our documentation includes:<ul class="ul" id="concept_v4k_q3h_1r__ul_bqy_cjh_1r">
<li class="li"><strong class="ph b">Release notes</strong>: Generated at each GA release, this document includes the known and
solved issues of the software. It also outlines the changes and the new features the release
includes.</li>
<li class="li"><strong class="ph b">Configuration notes</strong>: These documents are created to facilitate the configuration of a
specific use case. They address a configuration aspect we consider that most users will need to
perform. However, in some cases, a configuration note is created after receiving a question
from a customer. They provide standard step-by-step procedures detailing the values of the
parameters to use. They provide a means of validation and present some conceptual information.
The configuration notes are specifically created to guide the user through an aspect of the
configuration. </li>
<li class="li"><strong class="ph b">Technical bulletins</strong>: These documents are created to facilitate the configuration of a
specific technical action, such as performing a firmware upgrade.</li>
<li class="li"><strong class="ph b">Hardware installation guide</strong>: They provide the detailed procedure on how to safely and
adequately install the unit. It provides information on card installation, cable connections,
and how to access for the first time the Management interface.</li>
<li class="li"><strong class="ph b">User guide</strong>: The user guide explains how to customise to your needs the configuration
of the unit. Although this document is task oriented, it provides conceptual information to
help the user understand the purpose and impact of each task. The User Guide will provide
information such as where and how TR-069 can be configured in the Management Interface, how to
set firewalls, or how to use the CLI to configure parameters that are not available in the
Management Interface.</li>
<li class="li"><strong class="ph b">Reference guide</strong>: This exhaustive document has been created for advanced users. It
includes a description of all the parameters used by all the services of the Mediatrix units.
You will find, for example, scripts to configure a specific parameter, notification messages
sent by a service, or an action description used to create Rulesets. This document includes
reference information such as a dictionary, and it does not include any step-by-step
procedures. </li>
</ul></div>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested0" aria-labelledby="ariaid-title17" id="concept_fqm_rv4_k4">
<h1 class="title topictitle1" id="ariaid-title17">Copyright Notice</h1>
<div class="body conbody"><p class="shortdesc">Copyright © 2023 Media5 Corporation.</p>
<p class="p">This document contains information that is proprietary to Media5 Corporation.</p>
<p class="p">Media5 Corporation reserves all rights to this document as well as to the Intellectual Property
of the document and the technology and know-how that it includes and represents.</p>
<p class="p">This publication cannot be reproduced, neither in whole nor in part, in any form whatsoever,
without written prior approval by Media5 Corporation.</p>
<p class="p">Media5 Corporation reserves the right to revise this publication and make changes at any time
and without the obligation to notify any person and/or entity of such revisions and/or
changes.</p>
</div>
</article></article></main></body></html> |