in reply to udp broadcast: doesn't work in Linux

yes make sure your udp stuff
is set up properly in the kernel

http://www.linuxdocs.org/HOWTOs/Multicast-HOWTO.html
  • Comment on Re: udp broadcast: doesn't work in Linux

Replies are listed 'Best First'.
Re: Re: udp broadcast: doesn't work in Linux
by fjonckers (Novice) on Oct 11, 2001 at 23:25 UTC
    thanks for your reply Ano!
    but I'm using an UDP BROADCAST not a Multicast...
    I want to send a packet to the broadcast address of my local subnet
    network: 192.168.254.0/24 where the broadcast address is 192.168.254.255
    Multicasting is something completely different, broadcast addresses is standard ip stuff...
    Filip