Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a HP Proliant server with an NetXtreme BCM 5702 Gigabit Ethernet Adaptor. The machine is running Redhat Linux ES with kernel 2.4.21. On this machine is a program which sends out a broadcast every 20 seconds. For some wierd reason, the data is not getting to the network. I can see it on the local machine but not on any other client. Ethereal couldnt see it. Am i missing something?
It may be your firewall is dropping them. Are you able to use any other
UDP services? DNS usually uses UDP, so if your web is working that's
a yes. You may want to try to add an iptables rule to test if it's your firewall.
There's a variety of rules you could use. You could use a rule specifying
whatever broadcast address your using. This rule assumes its 192.168.0.255
#iptables -I OUTPUT 1 -d 192.168.0.255 -j ACCEPT
Or you could use a rule to allow that program to communicate however it wants.
I don't know the name of your program, but here is an example using traceroute.
If any rules like that allow you to see this traffic elsewhere on the network, or
through ethereal, go ahead and add them to your startup firewall. You may
want to add INPUT rules to allow any needed traffic coming in as well.
iptables,ip6tables,firewall or ipsec are not enabled. all these services are disabled. Moreover, after the program is initialised, Nmap reveals none of the specified ports as open. How could that be!?
Last edited by linuxspartan; 11-07-2004 at 10:23 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.