<?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>topic Re: change of wan ip through cli in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251092#M49128</link>
    <description>&lt;P&gt;Relevant documentation:&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/SMB_R81.10.X/CLI/EN/Content/Topics/set-interface-wan.htm?tocpath=Configuring%20Interfaces%7CConfiguring%20the%20WAN%20Interface%7C_____3" target="_blank"&gt;https://sc1.checkpoint.com/documents/SMB_R81.10.X/CLI/EN/Content/Topics/set-interface-wan.htm?tocpath=Configuring%20Interfaces%7CConfiguring%20the%20WAN%20Interface%7C_____3&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Please provide the exact commands you tried with the exact results received.&lt;BR /&gt;Please also provide the firmware version/build you are using.&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jun 2025 22:16:25 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2025-06-11T22:16:25Z</dc:date>
    <item>
      <title>change of wan ip through cli</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251090#M49127</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I manage a 1575 gateway and feel abit lost when it comes to the cli.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to change the ip of the wan interface also mapped/bound to internet.&lt;/P&gt;&lt;P&gt;how do I do this from the cli?&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the gaia gui I am allowed to simply replace the ip(fortunately the new ip is still in the same Subnet as the old)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply doing a set cmd isnt working. So I assume there is more to be done and I am clueless.. deleting doesnt work either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 21:18:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251090#M49127</guid>
      <dc:creator>johanswe</dc:creator>
      <dc:date>2025-06-11T21:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: change of wan ip through cli</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251092#M49128</link>
      <description>&lt;P&gt;Relevant documentation:&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/SMB_R81.10.X/CLI/EN/Content/Topics/set-interface-wan.htm?tocpath=Configuring%20Interfaces%7CConfiguring%20the%20WAN%20Interface%7C_____3" target="_blank"&gt;https://sc1.checkpoint.com/documents/SMB_R81.10.X/CLI/EN/Content/Topics/set-interface-wan.htm?tocpath=Configuring%20Interfaces%7CConfiguring%20the%20WAN%20Interface%7C_____3&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Please provide the exact commands you tried with the exact results received.&lt;BR /&gt;Please also provide the firmware version/build you are using.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 22:16:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251092#M49128</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-06-11T22:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: change of wan ip through cli</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251094#M49129</link>
      <description>&lt;P&gt;clish -&amp;gt; set interface WAN (or whatever name it is) ipv4-address x.x.x.x mask-length xx default-gw y.y.y.y&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2025 22:34:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251094#M49129</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-06-11T22:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: change of wan ip through cli</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251192#M49170</link>
      <description>&lt;P&gt;my-fw1&amp;gt; set interface-type WAN ipv4-address 10.2.3.38 subnet-mask 255.255.255.240 default-gw 10.2.3.33&lt;BR /&gt;That one worked!! Thank you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Not sure why the WAN is of an "interface-type", but sure I can read up on the differences &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now another firewall(my lab) has the "internet" set to DMZ port of the firewall but then it does not work to change into something within the same subnet.(changing ip from 10.2.3.37)&lt;BR /&gt;set interface-type DMZ ipv4-address 10.2.3.38 subnet-mask 255.255.255.240 default-gw 10.2.3.33&lt;BR /&gt;Could not set internet-connection ipv4-address: IP address is in the subnet of an existing network&lt;/P&gt;&lt;P&gt;So DMZ and WAN is not same type of connection that I am aware of, but fail to understand the logic to why I cannot to the same change?&lt;/P&gt;&lt;P&gt;What started all this was that I wanted to write a script that falls back into configuring the old ip if not ... criteria is set or working. Also everytime I have to resort into the cli I just get confused being used to other cli's.&lt;/P&gt;&lt;P&gt;So I posted the question from the phone in pure desperation &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Thanks Guys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 20:59:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251192#M49170</guid>
      <dc:creator>johanswe</dc:creator>
      <dc:date>2025-06-12T20:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: change of wan ip through cli</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251193#M49171</link>
      <description>&lt;P&gt;Glad we can help!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 21:45:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/change-of-wan-ip-through-cli/m-p/251193#M49171</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-06-12T21:45:42Z</dc:date>
    </item>
  </channel>
</rss>

