cGull wrote: >Hi > >Im getting an "Operation not permitted" type of exception when I try to >broadcast a UDP datagram to my subnets broadcast address (all 1's on the >host portion). > >Is there a flag somewhere in the kernel I can adjust to allow this? > > >
Before you can broadcast , you need to add a route to your kernel routing table.. route add -net 224.0.0.0 netmask 224.0.0.0 ethX where, ethX is your network interface. HTH Manu ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/0XFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/dubailug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
