<?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: netmask/Gateway changed itself in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959490#M550202</link>
    <description>May be some one tried to change the setting by command line with ifconfig or /etc/rc.config.d/netconf file is changed.&lt;BR /&gt;&lt;BR /&gt;Are you using DHCP? If so your interface ip-address, gateway and netmask is changed too.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Feb 2006 01:48:59 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2006-02-14T01:48:59Z</dc:date>
    <item>
      <title>netmask/Gateway changed itself</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959489#M550201</link>
      <description>Hello there,&lt;BR /&gt; Some of our Unix servers have access problem &lt;BR /&gt;suddenly, found that route table have been changed. Question, What would be the possible &lt;BR /&gt;cause ? Would the route table changed itself when encountered problem ?&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 14 Feb 2006 01:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959489#M550201</guid>
      <dc:creator>ckchan</dc:creator>
      <dc:date>2006-02-14T01:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: netmask/Gateway changed itself</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959490#M550202</link>
      <description>May be some one tried to change the setting by command line with ifconfig or /etc/rc.config.d/netconf file is changed.&lt;BR /&gt;&lt;BR /&gt;Are you using DHCP? If so your interface ip-address, gateway and netmask is changed too.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Feb 2006 01:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959490#M550202</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T01:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: netmask/Gateway changed itself</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959491#M550203</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Did you look into log files ? syslog.log and dmesg? &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 01:54:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959491#M550203</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T01:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: netmask/Gateway changed itself</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959492#M550204</link>
      <description>Hi &lt;BR /&gt;  Nothing particular in dmesg and syslog. The server is not using DHCP,&lt;BR /&gt;   One of the server, netmask has been changed, the other, the default gateway has been changed to the host ip address. &lt;BR /&gt;    Would the server reread the setting in  /etc/rc.config.d/netconf without rebooting the server? &lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Tue, 14 Feb 2006 02:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959492#M550204</guid>
      <dc:creator>ckchan</dc:creator>
      <dc:date>2006-02-14T02:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: netmask/Gateway changed itself</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959493#M550205</link>
      <description>It is possible when you are doing as,&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net stop&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;it will do it. Check history files for ifconfig or route command usage.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Feb 2006 03:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959493#M550205</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-14T03:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: netmask/Gateway changed itself</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959494#M550206</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can do with # /sbin/init.d/net &lt;BR /&gt;USAGE: /sbin/init.d/net {start_msg | stop_msg | start | stop}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 14 Feb 2006 03:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959494#M550206</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-14T03:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: netmask/Gateway changed itself</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959495#M550207</link>
      <description>Thank  you !</description>
      <pubDate>Tue, 14 Feb 2006 19:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/netmask-gateway-changed-itself/m-p/4959495#M550207</guid>
      <dc:creator>ckchan</dc:creator>
      <dc:date>2006-02-14T19:37:48Z</dc:date>
    </item>
  </channel>
</rss>

