<?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: Network Setup ???? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379688#M566587</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You don't need to worry about BROADCAST_ADDRESS. Just leave it blank there. System will automatically configure the interface with the correct broadcast. In case if you are interested, it will come to 155.90.17.127&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY will be 155.90.17.97. Use the same netmask.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 15 Sep 2004 12:50:28 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-09-15T12:50:28Z</dc:date>
    <item>
      <title>Network Setup ????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379684#M566583</link>
      <description>&lt;BR /&gt;I've been given the following info for a new server, and am getting confused as to what I've been given by ur network people and what to plug into the netconf file...&lt;BR /&gt;&lt;BR /&gt;Been given:&lt;BR /&gt;  IP: 155.90.17.101&lt;BR /&gt;  Subnet: 155.90.17.96&lt;BR /&gt;  Netmask: 255.255.255.224&lt;BR /&gt;  Gateway: 155.90.17.97&lt;BR /&gt;&lt;BR /&gt;How does this relate to:&lt;BR /&gt;  BROADCAST_ADDRESS ??    &lt;BR /&gt;  ROUTE_GATEWAY ??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 12:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379684#M566583</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-09-15T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Network Setup ????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379685#M566584</link>
      <description>Your /etc/rc.config.d/netconf can have the following entries.&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=155.90.17.101&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.224&lt;BR /&gt;# BROADCAST_ADDRESS=""&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;You dont have to define BROADCAST_ADDRESS. It will be automatically be calculated.&lt;BR /&gt;&lt;BR /&gt;I believe 155.90.17.97 is the default gateway for your new server&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=155.90.17.97&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]="</description>
      <pubDate>Wed, 15 Sep 2004 12:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379685#M566584</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-15T12:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Network Setup ????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379686#M566585</link>
      <description>Hi Mike,&lt;BR /&gt;&lt;BR /&gt;You might want to either use SAM-&amp;gt;Networking-&amp;gt;Network Interfaces or use "set_parms ip_address" to configure the network.&lt;BR /&gt;&lt;BR /&gt;Either of these tools will prompt you for the information you've been given and make the appropriate changes to the netconf file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 15 Sep 2004 12:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379686#M566585</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-15T12:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Network Setup ????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379687#M566586</link>
      <description>You dont need a broadcast address on a typical DNS configured host.&lt;BR /&gt;&lt;BR /&gt;My broadcast is blank....&lt;BR /&gt;&lt;BR /&gt;You will most likely need the ROUTE_GATEWAY... it will be the name of the gateway for your host's domain...</description>
      <pubDate>Wed, 15 Sep 2004 12:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379687#M566586</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-09-15T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Network Setup ????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379688#M566587</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You don't need to worry about BROADCAST_ADDRESS. Just leave it blank there. System will automatically configure the interface with the correct broadcast. In case if you are interested, it will come to 155.90.17.127&lt;BR /&gt;&lt;BR /&gt;ROUTE_GATEWAY will be 155.90.17.97. Use the same netmask.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 15 Sep 2004 12:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379688#M566587</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-15T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Network Setup ????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379689#M566588</link>
      <description>&lt;BR /&gt;It should be noted that IF your host is the Gateway your ROUTE_COUNT will = 0, if you have an external gateway, ROUTE_COUNT=1</description>
      <pubDate>Wed, 15 Sep 2004 12:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379689#M566588</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-09-15T12:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Network Setup ????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379690#M566589</link>
      <description>If you are not familiar with networking, try to use a shell script /etc/set_parms&lt;BR /&gt;&lt;BR /&gt;/etc/set_parms ip_address&lt;BR /&gt;&lt;BR /&gt;/etc/set_parms addl_netwrk&lt;BR /&gt;&lt;BR /&gt;BTW. You don't need to set broadcast address.&lt;BR /&gt;It will be automatically set to default value. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Zygmunt</description>
      <pubDate>Wed, 15 Sep 2004 12:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-setup/m-p/3379690#M566589</guid>
      <dc:creator>Zygmunt Krawczyk</dc:creator>
      <dc:date>2004-09-15T12:51:43Z</dc:date>
    </item>
  </channel>
</rss>

