Re: [Omuscd-general] [Omuscd-devel] Network address multicast issues - HELP! :)
Status: Beta
Brought to you by:
g_remlin
|
From: g4sra <g4...@ya...> - 2007-06-18 01:00:26
|
Wes Wagner wrote: > Thanks, I was having a problem with an interface driver, however, I am > still confused as to how I am supposed to get all my nodes listening > to multicast address 239.192.0.1:1334 <http://239.192.0.1:1334> since > it is quasi-hard coded. I can't assign the nodes addresses to the > subnet, and the nodes consider the address unreachable (and for > seemingly good cause... there is no way to route to it legally). > > Sincerely, > Wes Wagner > Hi Wes, after reading your emails all together, I fear you may have changed the hard-coded IP in omuscd. To do so will definitely break it, and multicast will fail. It is the IP range itself that has special meaning to the kernel network layer. The way to route it legally is to create a default route, OR tell omuscd which network device to use (it will then tell the kernel). The omuscd daemon is virtually plug'n'pray you need change nothing in the source. |