Re: UDP Broadcast

2006-05-23 Thread Michele Della Marina
255.255.255.255 correct? Maybe someone has any for functionality approved command line test program that sends out any text by UDP broadcast so that I can check whether the linux is blocking or my configuration is or my programing is wrong. Any help appricated. Links to FAQs, PDFs appreciated too. Thanks

Re: UDP Broadcast

2006-05-23 Thread Roberto C. Sanchez
by UDP broadcast so that I can check whether the linux is blocking or my configuration is or my programing is wrong. As a way to protect against problems with broadcast flooding, most routers/switches/whatever will not rebroadcast from one subnet to another. If you think about it, it makes sense

UDP Broadcast

2006-05-22 Thread Michael Wüst
? Are there any specific parameters to be set? Are there any special kernel issues that need recompiling? Is the broadcast adress 255.255.255.255 correct? Maybe someone has any for functionality approved command line test program that sends out any text by UDP broadcast so that I can check whether