<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Expedition 1.2.42 Hotfix Information in Expedition Release Notes</title>
    <link>https://live.paloaltonetworks.com/t5/expedition-release-notes/expedition-1-2-42-hotfix-information/ta-p/520626</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;Version 1.2.42&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="4"&gt;(&lt;/FONT&gt;&lt;FONT size="4"&gt;Date Nov 8, 2022)&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3 id="toc-hId-1484239880"&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;PACKAGE DOWNLOAD&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;TABLE id="release" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD height="31px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD height="31px"&gt;&lt;STRONG&gt;INFORMATION&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="30px"&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Link&lt;/FONT&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD height="30px"&gt;&lt;FONT size="3"&gt;&lt;A href="https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.42.all.deb" target="_blank" rel="nofollow noopener noreferrer"&gt;https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.42.all.deb&lt;/A&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="57px"&gt;
&lt;P&gt;&lt;FONT size="3"&gt;sha1sum&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD height="57px"&gt;
&lt;P&gt;a2a74efc375a0533378c2aef995a2d1ab0d45173&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="30px"&gt;&lt;FONT size="3"&gt;apt update&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD height="30px"&gt;&lt;FONT size="3"&gt;sudo apt-get update; sudo apt-get install expedition-beta&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="81px"&gt;&lt;FONT size="3"&gt;manual update&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD height="81px"&gt;&lt;FONT size="3"&gt;cd /tmp;&lt;BR /&gt;wget &amp;nbsp;&lt;A href="https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.42.all.deb" target="_blank" rel="nofollow noopener noreferrer"&gt;https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.42.all.deb&lt;/A&gt;;&lt;BR /&gt;sudo dpkg -i expedition_1.2.42.all.deb;&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId--1067917081"&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;CHANGELOG&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H4 id="toc-hId-921366204"&gt;Improvements&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;MT-2504 - FORTINET - Expedition was expecting policies to be defined on the section "config firewall policy" but new Fortinet version contains policies ALSO in the section "config firewall security-policy". Added support to read both "sections" as Fortinet could have policies defined on both of them.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4 id="toc-hId-921366204"&gt;Bug&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;MT-2501 - STONESOFT - Reading address objects domain_name twice. Expedition is creating duplicated entries for address object typed as domain_name. Resulting on having duplicated address objects by name.&lt;/LI&gt;
&lt;LI&gt;MT-2500/MT-2493/MT-2502:&amp;nbsp;CISCO NAT issues:&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;A NAT rule with an address group as original source and a single address as translated source could not be defined as static-ip, instead the NAT rule is defined as dynamic-ip-and-port.&lt;BR /&gt;Example: nat (in, out) source static Network-Group Network-address destination static Network-Destination Network-Destination&lt;/LI&gt;
&lt;LI&gt;A NAT rule containing address groups as source, destination, translated source or translated destination named DM_INLINE* are replaced by its address members.&lt;/LI&gt;
&lt;LI&gt;A NAT rule with an address group as original source and an address group as translated source having different names BUT with the same members is considered a no source NAT.&lt;BR /&gt;Example: &lt;BR /&gt;object-group network DM_INLINE_NETWORK_1&lt;BR /&gt;network-object object 1.2.2.2&lt;BR /&gt;network-object object 1.1.1.1&lt;BR /&gt;object-group network DM_INLINE_NETWORK_2&lt;BR /&gt;network-object object 1.2.2.2&lt;BR /&gt;network-object object 1.1.1.1&lt;BR /&gt;nat (in, out) source static DM_INLINE_NETWORK_1 DM_INLINE_NETWORK_2 destination static Network-Destination Network-Destination&lt;/LI&gt;
&lt;LI&gt;A NAT rule with the same original and translated destination (without port translation) is not considered as DNAT rule, also translated destination is set to none.&lt;BR /&gt;Example: nat (in, out) source static Original-Source TP-Source destination static Network-Destination Network-Destination&lt;/LI&gt;
&lt;LI&gt;A NAT rule with a bidirectional source translation and a destination translation (original and translated destination are NOT the same) is created as a NAT rule in Expedition with a Monitor log and the bidirectional flag disabled.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 08 Nov 2022 09:17:23 GMT</pubDate>
    <dc:creator>dpuigdomenec</dc:creator>
    <dc:date>2022-11-08T09:17:23Z</dc:date>
    <item>
      <title>Expedition 1.2.42 Hotfix Information</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-release-notes/expedition-1-2-42-hotfix-information/ta-p/520626</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;Version 1.2.42&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT size="4"&gt;(&lt;/FONT&gt;&lt;FONT size="4"&gt;Date Nov 8, 2022)&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3 id="toc-hId-1484239880"&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;PACKAGE DOWNLOAD&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;TABLE id="release" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD height="31px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD height="31px"&gt;&lt;STRONG&gt;INFORMATION&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="30px"&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Link&lt;/FONT&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD height="30px"&gt;&lt;FONT size="3"&gt;&lt;A href="https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.42.all.deb" target="_blank" rel="nofollow noopener noreferrer"&gt;https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.42.all.deb&lt;/A&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="57px"&gt;
&lt;P&gt;&lt;FONT size="3"&gt;sha1sum&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD height="57px"&gt;
&lt;P&gt;a2a74efc375a0533378c2aef995a2d1ab0d45173&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="30px"&gt;&lt;FONT size="3"&gt;apt update&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD height="30px"&gt;&lt;FONT size="3"&gt;sudo apt-get update; sudo apt-get install expedition-beta&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="81px"&gt;&lt;FONT size="3"&gt;manual update&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD height="81px"&gt;&lt;FONT size="3"&gt;cd /tmp;&lt;BR /&gt;wget &amp;nbsp;&lt;A href="https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.42.all.deb" target="_blank" rel="nofollow noopener noreferrer"&gt;https://conversionupdates.paloaltonetworks.com/expedition-updates/expedition_1.2.42.all.deb&lt;/A&gt;;&lt;BR /&gt;sudo dpkg -i expedition_1.2.42.all.deb;&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId--1067917081"&gt;&lt;STRONG&gt;&lt;FONT size="4"&gt;CHANGELOG&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H2&gt;
&lt;H4 id="toc-hId-921366204"&gt;Improvements&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;MT-2504 - FORTINET - Expedition was expecting policies to be defined on the section "config firewall policy" but new Fortinet version contains policies ALSO in the section "config firewall security-policy". Added support to read both "sections" as Fortinet could have policies defined on both of them.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4 id="toc-hId-921366204"&gt;Bug&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;MT-2501 - STONESOFT - Reading address objects domain_name twice. Expedition is creating duplicated entries for address object typed as domain_name. Resulting on having duplicated address objects by name.&lt;/LI&gt;
&lt;LI&gt;MT-2500/MT-2493/MT-2502:&amp;nbsp;CISCO NAT issues:&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL&gt;
&lt;LI&gt;A NAT rule with an address group as original source and a single address as translated source could not be defined as static-ip, instead the NAT rule is defined as dynamic-ip-and-port.&lt;BR /&gt;Example: nat (in, out) source static Network-Group Network-address destination static Network-Destination Network-Destination&lt;/LI&gt;
&lt;LI&gt;A NAT rule containing address groups as source, destination, translated source or translated destination named DM_INLINE* are replaced by its address members.&lt;/LI&gt;
&lt;LI&gt;A NAT rule with an address group as original source and an address group as translated source having different names BUT with the same members is considered a no source NAT.&lt;BR /&gt;Example: &lt;BR /&gt;object-group network DM_INLINE_NETWORK_1&lt;BR /&gt;network-object object 1.2.2.2&lt;BR /&gt;network-object object 1.1.1.1&lt;BR /&gt;object-group network DM_INLINE_NETWORK_2&lt;BR /&gt;network-object object 1.2.2.2&lt;BR /&gt;network-object object 1.1.1.1&lt;BR /&gt;nat (in, out) source static DM_INLINE_NETWORK_1 DM_INLINE_NETWORK_2 destination static Network-Destination Network-Destination&lt;/LI&gt;
&lt;LI&gt;A NAT rule with the same original and translated destination (without port translation) is not considered as DNAT rule, also translated destination is set to none.&lt;BR /&gt;Example: nat (in, out) source static Original-Source TP-Source destination static Network-Destination Network-Destination&lt;/LI&gt;
&lt;LI&gt;A NAT rule with a bidirectional source translation and a destination translation (original and translated destination are NOT the same) is created as a NAT rule in Expedition with a Monitor log and the bidirectional flag disabled.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Nov 2022 09:17:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-release-notes/expedition-1-2-42-hotfix-information/ta-p/520626</guid>
      <dc:creator>dpuigdomenec</dc:creator>
      <dc:date>2022-11-08T09:17:23Z</dc:date>
    </item>
  </channel>
</rss>

