Multicast Sessions not starting
-
Hello,
I have a 21 computer Multicast session. All PCs are joined to the session fine, but they are all sitting on the Partclone blue/gray screen saying:
“Starting to restore image (-) to device (/dev/sda1) note: Storage Location 10.80.50.7:/images/, Image Name Net225-226-Windows10Pro”The FOG server is on a separate VLAN - 10.80.50.0/24 and the workstations are on 10.80.128.0/24.
Two Cisco switches. There should be not known filtering or blocking of multicast traffic, unless I need to change something on the switches. I can provide the switch config if needed. -
I tried grouping them all and then starting the task, but same result.
https://community.spiceworks.com/topic/261521-multicasting-in-fog-how-to-do-it -
I think the easiest solution is to install a node on that vlan and routing between master/node, and configure a dhcp to use that node as bootserver.
-
@TC10284 Multicast across VLANs/subnets needs special configuration in the switches. This is not a FOG issue really.
-
@sebastian-roth @TC10284 Exactly, but like vlans acts as separated networks, the easiest solution is to configure a node on local vlan and open comunications through firewall between node and master using the Location plugin, so you have configured your system working on the two vlans.
-
@tc10284 said in Multicast Sessions not starting:
The FOG server is on a separate VLAN - 10.80.50.0/24 and the workstations are on 10.80.128.0/24.
Two Cisco switches. There should be not known filtering or blocking of multicast traffic, unless I need to change something on the switches. I can provide the switch config if needed.Be aware that unless you have a multicast router in place this will not work. standard IP routers will not forward multicast packets between subnets. you need an mrouter for that. Multicast imaging is really a different kind of bird. You should have igmp snooping enabled on your switches and if your switches support it on the correct vlans too, to avoid flooding your network with multicast packets.
Also only “normal” fog servers can send multicast images. Storage nodes can’t do this in the current release of FOG.