<?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: ip configuration problem!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658869#M554357</link>
    <description>You have IP_ADDRESS[?] lines on the bottom lines of the file near the routing definitions delete these lines or change them accordingly.&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[0]=10.1.32.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]="net 10.1.60.0"&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;IP_ADDRESS[0]=10.1.32.12&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.240&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[1]=10.80.241.3&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_DESTINATION[1]=default&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;IP_ADDRESS[1]=10.80.241.12&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.224&lt;BR /&gt;&lt;BR /&gt;Since these lines comes after the previous lines they are accepted.&lt;BR /&gt;&lt;BR /&gt;hth</description>
    <pubDate>Thu, 27 Oct 2005 03:35:45 GMT</pubDate>
    <dc:creator>Orhan Biyiklioglu</dc:creator>
    <dc:date>2005-10-27T03:35:45Z</dc:date>
    <item>
      <title>ip configuration problem!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658868#M554356</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a K class box with HPUX 11.00 and 3 NIC's:&lt;BR /&gt;lan0 - driver btlan1&lt;BR /&gt;lan1 - driver lan2&lt;BR /&gt;lan2 - driver btlan1&lt;BR /&gt;&lt;BR /&gt;I have changed the ip configuration in the netconf (see below) and rebooted the box. Before changing lan0 was 10.1.32.12 and lan1 was 10.80.241.12, the problem was that lan1 is built-in lan and the NIC can only 10M and on the box is running an apache server which is listening on 10.80.241.12 so I wanted to change to 100M FullDuplex. But after the reboot the lan0 is again 10.1.32.12 and lan1 10.80.241.12 - where is the problem????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=10.80.241.12&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.240&lt;BR /&gt;BROADCAST_ADDRESS[0]=10.80.241.15&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;IP_ADDRESS[1]=10.1.32.12&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.224&lt;BR /&gt;BROADCAST_ADDRESS[1]=10.1.32.31&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[2]=lan2&lt;BR /&gt;IP_ADDRESS[2]=62.180.105.41&lt;BR /&gt;SUBNET_MASK[2]=255.255.255.240&lt;BR /&gt;BROADCAST_ADDRESS[2]=62.180.105.47&lt;BR /&gt;INTERFACE_STATE[2]=up&lt;BR /&gt;DHCP_ENABLE[2]=0&lt;BR /&gt;&lt;BR /&gt;# Internet routing configuration.  See route(1m), routing(7)&lt;BR /&gt;#&lt;BR /&gt;# ROUTE_DESTINATION:  Destination hostname (in /etc/hosts) or host or network&lt;BR /&gt;#                     IP address in decimal-dot notation, preceded by the word&lt;BR /&gt;#                     "host" or "net"; or simply the word "default".&lt;BR /&gt;#&lt;BR /&gt;# ROUTE_MASK:         Subnetwork mask in decimal-dot notation, or C language&lt;BR /&gt;#                     hexadecimal notation.  This is an optional field.&lt;BR /&gt;#                     A IP address, subnet mask pair uniquely identifies&lt;BR /&gt;#                     a subnet to be reached. If a subnet mask is not given,&lt;BR /&gt;#                     then the system will assign the longest subnet mask&lt;BR /&gt;#                     of the configured network interfaces to this route.&lt;BR /&gt;#                     If there is no matching subnet mask, then the system&lt;BR /&gt;#                     will assign the default network mask as the route's&lt;BR /&gt;#                     subnet mask.&lt;BR /&gt;#&lt;BR /&gt;# ROUTE_GATEWAY:      Gateway hostname (in /etc/hosts) or IP address in&lt;BR /&gt;#                     decimal-dot notation.  If local interface, must use the&lt;BR /&gt;#                     same form as used for IP_ADDRESS above (hostname or&lt;BR /&gt;#                     decimal-dot notation). If loopback interface, i.e.,&lt;BR /&gt;#                     127.0.0.1, the ROUTE_COUNT must be set to zero.&lt;BR /&gt;#&lt;BR /&gt;# ROUTE_COUNT:        An integer that indicates whether the gateway is a&lt;BR /&gt;#                     remote interface (one) or the local interface (zero)&lt;BR /&gt;#                     or loopback interface (e.g., 127.*).&lt;BR /&gt;#&lt;BR /&gt;# ROUTE_ARGS:         Route command arguments and options.  This variable&lt;BR /&gt;#                     may contain a combination of the following arguments:&lt;BR /&gt;#                     "-f", "-n" and "-p pmtu".&lt;BR /&gt;#&lt;BR /&gt;# For each additional route, add a set of variable assignments like the ones&lt;BR /&gt;# below, changing the index to "[1]", "[2]" et cetera.&lt;BR /&gt;#&lt;BR /&gt;# IMPORTANT:  for 9.x-to-10.0 transition, do not put blank lines between&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;# ROUTE_DESTINATION[0]=default&lt;BR /&gt;# ROUTE_MASK[0]=""&lt;BR /&gt;# ROUTE_GATEWAY[0]=""&lt;BR /&gt;# ROUTE_COUNT[0]=""&lt;BR /&gt;# ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;# Dynamic routing daemon configuration.  See gated(1m)&lt;BR /&gt;#&lt;BR /&gt;# GATED:        Set to 1 to start gated daemon.&lt;BR /&gt;# GATED_ARGS:   Arguments to the gated daemon.&lt;BR /&gt;&lt;BR /&gt;GATED=0&lt;BR /&gt;GATED_ARGS=""&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Router Discover Protocol daemon configuration.  See rdpd(1m)&lt;BR /&gt;#&lt;BR /&gt;# RDPD:         Set to 1 to start rdpd daemon&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;RDPD=0&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Reverse ARP daemon configuration.  See rarpd(1m)&lt;BR /&gt;#&lt;BR /&gt;# RARP:         Set to 1 to start rarpd daemon&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;RARP=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[0]=10.1.32.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]="net 10.1.60.0"&lt;BR /&gt;IP_ADDRESS[0]=10.1.32.12&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.240&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[1]=10.80.241.3&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_DESTINATION[1]=default&lt;BR /&gt;IP_ADDRESS[1]=10.80.241.12&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.224&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[2]=10.1.32.1&lt;BR /&gt;ROUTE_COUNT[2]=1&lt;BR /&gt;ROUTE_DESTINATION[2]="host 172.16.1.2"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 03:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658868#M554356</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2005-10-27T03:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: ip configuration problem!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658869#M554357</link>
      <description>You have IP_ADDRESS[?] lines on the bottom lines of the file near the routing definitions delete these lines or change them accordingly.&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[0]=10.1.32.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]="net 10.1.60.0"&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;IP_ADDRESS[0]=10.1.32.12&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.240&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[1]=10.80.241.3&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_DESTINATION[1]=default&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;IP_ADDRESS[1]=10.80.241.12&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.224&lt;BR /&gt;&lt;BR /&gt;Since these lines comes after the previous lines they are accepted.&lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Thu, 27 Oct 2005 03:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658869#M554357</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-10-27T03:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: ip configuration problem!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658870#M554358</link>
      <description>Did you perhaps make a backup of th enetconf file prior to making these changes? &lt;BR /&gt;e.g. netconf.old&lt;BR /&gt;&lt;BR /&gt;If so, this may be causing the problem.&lt;BR /&gt;ALL files in the rc.config.d get sourced at start time, and as netconf.old appears after netconf, it may be that it is reading in the old values.&lt;BR /&gt;If so, it is not recommended to do this, rather create a backup directory in rc.config.d and create backup copies in there.&lt;BR /&gt;&lt;BR /&gt;Having said that, I notice at the bottome of your netconf file you have:&lt;BR /&gt;ROUTE_GATEWAY[0]=10.1.32.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]="net 10.1.60.0"&lt;BR /&gt;IP_ADDRESS[0]=10.1.32.12        &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; BAD&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.240  &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; BAD&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[1]=10.80.241.3&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_DESTINATION[1]=default&lt;BR /&gt;IP_ADDRESS[1]=10.80.241.12     &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; BAD&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.224 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; BAD&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY[2]=10.1.32.1&lt;BR /&gt;ROUTE_COUNT[2]=1&lt;BR /&gt;ROUTE_DESTINATION[2]="host 172.16.1.2"&lt;BR /&gt;&lt;BR /&gt;Comment out or remove the above matrked 4 lines</description>
      <pubDate>Thu, 27 Oct 2005 03:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658870#M554358</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-10-27T03:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: ip configuration problem!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658871#M554359</link>
      <description>thank you Melvin,&lt;BR /&gt;&lt;BR /&gt;the fact is I have a lot of netconf.xxxx in /etc/rc.config.d directory and never had a problem until now. I thought is maybe a problem that the system IP address (set_parms) is set to 10.80.241.12 and the lan1 being the built-in lan - so the default - this lan1 will get the system ip address. Is that?</description>
      <pubDate>Thu, 27 Oct 2005 03:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658871#M554359</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2005-10-27T03:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: ip configuration problem!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658872#M554360</link>
      <description>configure ur netconf file in proper sequence and check ur /etc/hosts file for previous entries.&lt;BR /&gt;&lt;BR /&gt;Awadhesh</description>
      <pubDate>Thu, 27 Oct 2005 03:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658872#M554360</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2005-10-27T03:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: ip configuration problem!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658873#M554361</link>
      <description>Removing the following lines&lt;BR /&gt;&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.240&lt;BR /&gt;BROADCAST_ADDRESS[0]=10.80.241.15&lt;BR /&gt;&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.224&lt;BR /&gt;BROADCAST_ADDRESS[1]=10.1.32.31&lt;BR /&gt;&lt;BR /&gt;and running /sbin/init.d/net start should resolve your problem.</description>
      <pubDate>Thu, 27 Oct 2005 03:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-configuration-problem/m-p/3658873#M554361</guid>
      <dc:creator>Orhan Biyiklioglu</dc:creator>
      <dc:date>2005-10-27T03:47:32Z</dc:date>
    </item>
  </channel>
</rss>

