<?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 Getting different broadcast ip in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302180#M34378</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;When i config eth port, it's getting different broadcast ip. Pl see below output-&lt;BR /&gt;&lt;BR /&gt;# ifconfig eth1 10.232.168.111 netmask 255.255.255.0 up&lt;BR /&gt; &lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:04:5A:46:99:51&lt;BR /&gt;          inet addr:10.232.168.111  Bcast:10.255.255.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::204:5aff:fe46:9951/64 Scope:Link&lt;BR /&gt;          UP BROADCAST MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:31 dropped:0 overruns:0 carrier:62&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Interrupt:11 Base address:0x8000&lt;BR /&gt; &lt;BR /&gt;Broadcast ip should be 10.232.168.255&lt;BR /&gt;&lt;BR /&gt;kernel version is 2.6.10&lt;BR /&gt;&lt;BR /&gt;Please comment on this. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-MKS</description>
    <pubDate>Fri, 07 Nov 2008 06:38:36 GMT</pubDate>
    <dc:creator>monu_1</dc:creator>
    <dc:date>2008-11-07T06:38:36Z</dc:date>
    <item>
      <title>Getting different broadcast ip</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302180#M34378</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;When i config eth port, it's getting different broadcast ip. Pl see below output-&lt;BR /&gt;&lt;BR /&gt;# ifconfig eth1 10.232.168.111 netmask 255.255.255.0 up&lt;BR /&gt; &lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:04:5A:46:99:51&lt;BR /&gt;          inet addr:10.232.168.111  Bcast:10.255.255.255  Mask:255.255.255.0&lt;BR /&gt;          inet6 addr: fe80::204:5aff:fe46:9951/64 Scope:Link&lt;BR /&gt;          UP BROADCAST MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:0 errors:31 dropped:0 overruns:0 carrier:62&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;          Interrupt:11 Base address:0x8000&lt;BR /&gt; &lt;BR /&gt;Broadcast ip should be 10.232.168.255&lt;BR /&gt;&lt;BR /&gt;kernel version is 2.6.10&lt;BR /&gt;&lt;BR /&gt;Please comment on this. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-MKS</description>
      <pubDate>Fri, 07 Nov 2008 06:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302180#M34378</guid>
      <dc:creator>monu_1</dc:creator>
      <dc:date>2008-11-07T06:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting different broadcast ip</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302181#M34379</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Please edit this file add entry for your broadcast ip&lt;BR /&gt;&lt;BR /&gt;vi /etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;&lt;BR /&gt;Example:-&lt;BR /&gt;==========&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;BROADCAST=10.8.48.255  --&amp;gt; you can change Broadcast ip address&lt;BR /&gt;HWADDR=00:09:6B:B5:36:DA&lt;BR /&gt;IPADDR=10.232.168.111&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=10.8.4.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;GATEWAY=10.232.168.0&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;after that stop and start "&lt;BR /&gt;&lt;BR /&gt;/etc/rc.d/init.d/network restart&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Wed, 12 Nov 2008 08:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302181#M34379</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-12T08:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting different broadcast ip</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302182#M34380</link>
      <description>I just tested on a Linux kernel 2.6.18-92.el5.&lt;BR /&gt;&lt;BR /&gt;# ifconfig eth0:1 10.232.168.111 netmask 255.255.255.0 up&lt;BR /&gt;# ifconfig eth0:1&lt;BR /&gt;eth0:1    Link encap:Ethernet  HWaddr 00:0C:29:8A:24:2A&lt;BR /&gt;          inet addr:10.232.168.111  Bcast:10.232.168.255  Mask:255.255.255.0&lt;BR /&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          Interrupt:177 Base address:0x1400&lt;BR /&gt;&lt;BR /&gt;The result is correct.</description>
      <pubDate>Wed, 12 Nov 2008 12:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302182#M34380</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-11-12T12:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting different broadcast ip</title>
      <link>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302183#M34381</link>
      <description># ifconfig eth1 10.232.168.111 netmask 255.255.255.0 broadcast 10.232.168.255&lt;BR /&gt;&lt;BR /&gt;This will do the job, but if you want it to stick after next reboot i'd suggest the above method :)&lt;BR /&gt;&lt;BR /&gt;ps. the "up" at the end is not needed when you're setting an address, the interface will be automagically up'd when you set an IP ds.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Fredrik Eriksson</description>
      <pubDate>Thu, 13 Nov 2008 08:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/getting-different-broadcast-ip/m-p/4302183#M34381</guid>
      <dc:creator>Fredrik.eriksson</dc:creator>
      <dc:date>2008-11-13T08:23:50Z</dc:date>
    </item>
  </channel>
</rss>

