Operating System - HP-UX
1832645 Members
2842 Online
110043 Solutions
New Discussion

Internet Broadcast Address

 
SOLVED
Go to solution
Brien M Patrick_2
Occasional Advisor

Internet Broadcast Address

What is the Internet Broadcast Address used for on a nic card in my HP-UX 11i server. The hardware is a RP5430. Is it possible to disable this if possible. What night be the ramifications if this is possible and how might it be done. I've looked on the web-site and inquired with others but I can't seem to get an answer. Thanks, excuse my ignorance.
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: Internet Broadcast Address

Broadcast address is used to test network connectivity. It is actually quite useful to make sure all NIC cards on a given segment are able to connect to each other.

You can with the aid of ipfilter fireall disable ping response on one or all of your NIC cards. That means it will probably not respond to broadcasts.

If you want to use the ipfilter firewall for this purpose it will work.

I recommend against any change to actual network configuration in /etc/rc.config.d/netconf

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
David de Beer
Valued Contributor

Re: Internet Broadcast Address


Brien,

Why do you want to disable your broadcast address? Are you recieving strange errors, can ping some hosts in your network, not others?

You can check the following page to verify that your settings are correct.

http://www.subnetmask.info/

David de Beer.
Brien M Patrick_2
Occasional Advisor

Re: Internet Broadcast Address

Thank you both for your answers. It cleared up what I didn't understand