<?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: Broadcast address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803954#M82565</link>
    <description>Hi,&lt;BR /&gt;sorry Iam wrong in my previous post. If you&lt;BR /&gt;don't set any broadcast address. example for&lt;BR /&gt;ip address 90.0.0.1 and mask 255.0.0.0 by &lt;BR /&gt;default 90.255.255.255 is taken as broadcast&lt;BR /&gt;address.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Wed, 11 Sep 2002 09:24:42 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-09-11T09:24:42Z</dc:date>
    <item>
      <title>Broadcast address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803950#M82561</link>
      <description>Have just migrated to a new network for all of our HP9000 servers(mostly HP-UX 10.20).&lt;BR /&gt;What is the effect of the fact that the broadcast address still using an IP from the old network and how can I change the broadcast address?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help</description>
      <pubDate>Wed, 11 Sep 2002 08:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803950#M82561</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-09-11T08:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803951#M82562</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If all your systems are on NIS/DNS then broadcast matters otherwise doesn't.&lt;BR /&gt;However if u change the IP then you need to modify the same in /etc/hosts and /etc/rc.config.d/netconf file</description>
      <pubDate>Wed, 11 Sep 2002 08:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803951#M82562</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-11T08:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803952#M82563</link>
      <description>&lt;BR /&gt;Thanks for your reply&lt;BR /&gt;&lt;BR /&gt;I don't use DNS or NIS as I only have a couple of servers. Does the broadcast address have any effect on the server?</description>
      <pubDate>Wed, 11 Sep 2002 09:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803952#M82563</guid>
      <dc:creator>Andrew Crowe_2</dc:creator>
      <dc:date>2002-09-11T09:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803953#M82564</link>
      <description>Hi,&lt;BR /&gt;It is advised to set the broadcast address for&lt;BR /&gt;the networks . Otherwise it will take 255.255.255.255 as the default broadcast address and will cause weird problems in some&lt;BR /&gt;networking servers like samba etc.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 11 Sep 2002 09:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803953#M82564</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-11T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803954#M82565</link>
      <description>Hi,&lt;BR /&gt;sorry Iam wrong in my previous post. If you&lt;BR /&gt;don't set any broadcast address. example for&lt;BR /&gt;ip address 90.0.0.1 and mask 255.0.0.0 by &lt;BR /&gt;default 90.255.255.255 is taken as broadcast&lt;BR /&gt;address.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 11 Sep 2002 09:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803954#M82565</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-11T09:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcast address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803955#M82566</link>
      <description>To my knowlegge if you are changing to your new network ip,the broadcast address should be different.&lt;BR /&gt;Broadcast address is a communication from one point on the lan to all other points i.e. one machine broadcasting to other machines on the same LAN.&lt;BR /&gt;&lt;BR /&gt;I is useful in the address resolution protocol (arp) where a system gets a broadcast from a point and makes an entry that is x.x.x.x ip has the ethernet address as 00:3c:4b:...&lt;BR /&gt;You can change the broadcast address in your /etc/rc.config.d/netconf file.&lt;BR /&gt;But whenever you configure your machine with a ip-address and the subnet mask the system automatically assigns a broadcast address by&lt;BR /&gt;&lt;BR /&gt;doing a AND on the network ID and the subnet mask of the machine.&lt;BR /&gt;&lt;BR /&gt;Though this is done by the system you can check your /etc/rc.config.d/netconf file for the correct values for the parameter &lt;BR /&gt;BROADCAST_ADDRESS&lt;BR /&gt;&lt;BR /&gt;However the implications are&lt;BR /&gt;if a wrong broadcast address is assigned to a machine the machine may do a broadcast storm and this might cripple your network.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 11 Sep 2002 09:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/broadcast-address/m-p/2803955#M82566</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-09-11T09:29:46Z</dc:date>
    </item>
  </channel>
</rss>

