<?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: FAS2020 default gateway in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18353#M4338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks andrc, it worked. Unfortunately I can't reboote the storage but I hope it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 06:19:51 GMT</pubDate>
    <dc:creator>DRIVECHIP</dc:creator>
    <dc:date>2011-08-19T06:19:51Z</dc:date>
    <item>
      <title>FAS2020 default gateway</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18324#M4332</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;I’ve a strange problem with the default gateway entry of a FAS2020. It is likely, that I’m doing some essential things wrong. The problem is, that the default gateway entry is lost with every reboot of the storage.&lt;/P&gt;&lt;P class="Code"&gt;Adding a gateway is easy:&lt;BR /&gt;# route add 0.0.0.0 10.1.1.1 1&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P&gt;How is it made persistent?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:47:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18324#M4332</guid>
      <dc:creator>DRIVECHIP</dc:creator>
      <dc:date>2025-06-05T06:47:46Z</dc:date>
    </item>
    <item>
      <title>FAS2020 default gateway</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18329#M4334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;update /etc/rc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post its content if you would like to have it verified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 16:28:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18329#M4334</guid>
      <dc:creator>baijulal</dc:creator>
      <dc:date>2011-08-18T16:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2020 default gateway</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18337#M4336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I just add the route add command to the file? The current content of the file is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; rdfile /etc/rc&lt;/P&gt;&lt;P&gt;#Regenerated by registry Fri Jul 08 18:33:53 GMT+02:00 2011&lt;/P&gt;&lt;P&gt;#Auto-generated by Setup Wizard Thu Mar 03 14:12:27 GMT 2011&lt;/P&gt;&lt;P&gt;vif create multi vif01 -b ip e0a e0b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifconfig vif01 `hostname`-vif01 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;ifconfig e0a `hostname`-e0a netmask 255.255.255.0 mtusize 1500 trusted wins mediatype 1000t-fd-cfg_down flowcontrol full up&lt;/P&gt;&lt;P&gt;ifconfig vif01 alias x.x.x.x netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;lt;lot of these for each vFIler&amp;gt;&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;P&gt;options dns.enable on&lt;/P&gt;&lt;P&gt;options nis.enable off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command: wrfile -a /etc/rc route add 0.0.0.0 10.1.1.1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 05:37:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18337#M4336</guid>
      <dc:creator>DRIVECHIP</dc:creator>
      <dc:date>2011-08-19T05:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2020 default gateway</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18345#M4337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The route is normally added right after the ifconfig commands like so:&lt;/P&gt;&lt;P&gt;ifconfig blah blah blah blah&lt;/P&gt;&lt;P&gt;ifconfig blah blah blah blah&lt;/P&gt;&lt;P&gt;route add default 10.1.1.1 1&lt;/P&gt;&lt;P&gt;route add host/net 1.2.3.4 1&lt;/P&gt;&lt;P&gt;routed on&lt;/P&gt;&lt;P&gt;savecore&lt;/P&gt;&lt;P&gt;etc etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rdfile /etc/rc&lt;/P&gt;&lt;P&gt;Copy contents into text editor and edit to include the extra commands. Select all contents and copy&lt;/P&gt;&lt;P&gt;wrfile /etc/rc&lt;/P&gt;&lt;P&gt;Paste&lt;/P&gt;&lt;P&gt;Hit enter twice followed by ctrl/c and you should see "read: error reading standard input: Interrupted system call"&lt;/P&gt;&lt;P&gt;Confirm with rdfile /etc/rc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 06:01:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18345#M4337</guid>
      <dc:creator>andrc</dc:creator>
      <dc:date>2011-08-19T06:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2020 default gateway</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18353#M4338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks andrc, it worked. Unfortunately I can't reboote the storage but I hope it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 06:19:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18353#M4338</guid>
      <dc:creator>DRIVECHIP</dc:creator>
      <dc:date>2011-08-19T06:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: FAS2020 default gateway</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18358#M4339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it works when you run it manually then it should work in /etc/rc during boot &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/4.5.5/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 06:26:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/FAS2020-default-gateway/m-p/18358#M4339</guid>
      <dc:creator>andrc</dc:creator>
      <dc:date>2011-08-19T06:26:13Z</dc:date>
    </item>
  </channel>
</rss>

