<?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: changing gateway settings in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70923#M16552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the gateway, we're also looking to change the netmask.&amp;nbsp;&amp;nbsp; Would I just edit the /etc/rc file with all changes including the gateway and netmask, and then run source /etc/rc to avoid reboots?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what command do I use to see the "running" subnet mask info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2011 23:02:43 GMT</pubDate>
    <dc:creator>daniel_kaiser</dc:creator>
    <dc:date>2011-05-12T23:02:43Z</dc:date>
    <item>
      <title>changing gateway settings</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70902#M16547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone provide me with a step by step process for changing the default gateway on a 3140HA cluster running 7.3.2.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:56:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70902#M16547</guid>
      <dc:creator>daniel_kaiser</dc:creator>
      <dc:date>2025-06-05T06:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: changing gateway settings</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70904#M16548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL start="1"&gt;&lt;LI&gt;SSH to controller 1.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Type 'rdfile /etc/rc'&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Copy the contents of the /etc/rc output to notepad.&amp;nbsp; (Might want to save this to a file for safe keeping)&lt;BR /&gt;&lt;OL start="1"&gt;&lt;LI&gt;Example&lt;BR /&gt;&lt;OL start="1"&gt;&lt;LI&gt;hostname bob&lt;BR /&gt;ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 partner e0a&lt;BR /&gt;ifconfig e0b `hostname`-e0b mediatype auto flowcontrol full partner e0b&lt;BR /&gt;ifconfig e0c `hostname`-e0c mediatype auto flowcontrol full partner e0c&lt;BR /&gt;route add default 1.1.1.1 1&lt;BR /&gt;routed on&lt;BR /&gt;options dns.domainname bob.local&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Change the notepad contents for the default route statement.&lt;BR /&gt;&lt;OL start="1"&gt;&lt;LI&gt;Example&lt;BR /&gt;&lt;OL start="1"&gt;&lt;LI&gt;hostname bob&lt;BR /&gt;ifconfig e0a `hostname`-e0a mediatype auto flowcontrol full netmask 255.255.255.0 partner e0a&lt;BR /&gt;ifconfig e0b `hostname`-e0b mediatype auto flowcontrol full partner e0b&lt;BR /&gt;ifconfig e0c `hostname`-e0c mediatype auto flowcontrol full partner e0c&lt;BR /&gt;route add default 2.2.2.2 1&lt;BR /&gt;routed on&lt;BR /&gt;options dns.domainname bob.local&lt;BR /&gt;options dns.enable on&lt;BR /&gt;options nis.enable off&lt;BR /&gt;savecore&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Make sure you get this right or your system won't boot. Copy the contents of the modified file to your clipboard.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;In the SSH session type 'wrfile /etc/rc'&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Paste the contents of your buffer into the SSH session.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Press Ctrl+C to quit the editor.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Verify, type 'rdfile /etc/rc' and make sure there are no extra line breaks or truncations.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Type 'route delete default'&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Type 'route add default 2.2.2.2 1'&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;SSH to controller 2.&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Repeat steps abvove&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 18:02:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70904#M16548</guid>
      <dc:creator>spence</dc:creator>
      <dc:date>2011-04-14T18:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: changing gateway settings</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70912#M16549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Spence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible from a Windows machine to copy the RC file, make the changes and then copy it back to the filer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, any reboots involved or do the changes take effect immediately. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 18:13:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70912#M16549</guid>
      <dc:creator>daniel_kaiser</dc:creator>
      <dc:date>2011-04-14T18:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: changing gateway settings</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70914#M16550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above procedure is without reboot and is immediate.&amp;nbsp; I had you change the /etc/rc file so your changes would be in effect on subsequent reboots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access the /etc/rc go to &lt;A target="_blank"&gt;\\filer\c$&lt;/A&gt; from a windows machine. When connected if you AD account is not in the administrators group then use the filer\administrator account. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 19:33:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70914#M16550</guid>
      <dc:creator>spence</dc:creator>
      <dc:date>2011-04-14T19:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: changing gateway settings</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70919#M16551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;source /etc/rc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = to avoid any reboots &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/4.0.8/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 19:38:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70919#M16551</guid>
      <dc:creator>baijulal</dc:creator>
      <dc:date>2011-04-14T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: changing gateway settings</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70923#M16552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the gateway, we're also looking to change the netmask.&amp;nbsp;&amp;nbsp; Would I just edit the /etc/rc file with all changes including the gateway and netmask, and then run source /etc/rc to avoid reboots?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what command do I use to see the "running" subnet mask info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 23:02:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70923#M16552</guid>
      <dc:creator>daniel_kaiser</dc:creator>
      <dc:date>2011-05-12T23:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: changing gateway settings</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70930#M16553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are going to get much more out of your systems if you take a moment to read the system documentation.&amp;nbsp; Set up a NOW account and read the manpages (manual pages) here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://now.netapp.com/NOW/knowledge/docs/ontap/rel7351/html/ontap/cmdref/index.htm" target="_blank"&gt;http://now.netapp.com/NOW/knowledge/docs/ontap/rel7351/html/ontap/cmdref/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use the CLI and type 'man ifconfig'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 23:09:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/changing-gateway-settings/m-p/70930#M16553</guid>
      <dc:creator>shaunjurr</dc:creator>
      <dc:date>2011-05-12T23:09:24Z</dc:date>
    </item>
  </channel>
</rss>

