Dean Hamstead wrote:
> Isc's Dhcpd (which comes with every linux dist) will allow you to have
> different subnet ranges on a per interface basis.
>
> Do that, let the cameras get all different IP's. Then enable routing on
> the linux machine so all the cameras can get to the box as the one ip
> address.
Good, this will solve the problem with individual cameras. But it
doesn't solve the multicast problem. Anyhow, I might survive for now
without actually sending multicasts if I can receive them, which leaves
me with two options:
1) Configure DHCP to serve different subnets to different interfaces.
Forget about sending multicasts.
2) Configure Linux to bridge eth{0,2,3,4,5} and use the bridged
interface for cameras.
Both options are something I didn't know of. Time to learn something new :)
Thanks,
Topi