<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cam</id>
		<title>FOG Project - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cam"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Special:Contributions/Cam"/>
		<updated>2026-04-30T06:56:51Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Multicast&amp;diff=3485</id>
		<title>Multicast</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Multicast&amp;diff=3485"/>
				<updated>2011-07-05T14:47:41Z</updated>
		
		<summary type="html">&lt;p&gt;Cam: added a link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
To test Multicasting&lt;br /&gt;
&lt;br /&gt;
 Environment:&lt;br /&gt;
 FOG server&lt;br /&gt;
 two or more identical PC&lt;br /&gt;
 Ethernet hub or FastEthernet switch in same VLAN.&lt;br /&gt;
&lt;br /&gt;
 to view Multicat status on server use tty2 or /opt/fog/log/muliticat.log&lt;br /&gt;
&lt;br /&gt;
 overall image time will be slower then unicast on same hardware and same image because unicast is gunzip(unzip) at client level, multicast in gunzip at server level. &lt;br /&gt;
&lt;br /&gt;
 If error persistent in test environment post log in forum.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More Info on Multicasting &lt;br /&gt;
[[Multicasting]]&lt;/div&gt;</summary>
		<author><name>Cam</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=HPMulticast&amp;diff=3444</id>
		<title>HPMulticast</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=HPMulticast&amp;diff=3444"/>
				<updated>2011-06-22T10:21:04Z</updated>
		
		<summary type="html">&lt;p&gt;Cam: collected more data on what happens if IGMP is disabled, causes packet loss to anything that is plugged into the switch during multicast&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==HP Procure Multicast Configuration==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
====Components Used====&lt;br /&gt;
#Fog server running version 0.30&lt;br /&gt;
#HP ProCurve 5406zl (core layer 3 router)&lt;br /&gt;
#HP ProCurve 4108   (building layer 2 Switch)&lt;br /&gt;
#HP ProCurve 2520   (layer 2 Switch on my desk)&lt;br /&gt;
#2 PCs&lt;br /&gt;
&lt;br /&gt;
====Setup====&lt;br /&gt;
#3 Subnets (and VLANs) one for servers and two for students/staff&lt;br /&gt;
#FOG server on vlan 1 with IP address 192.168.19.77 - connected to the 5406zl&lt;br /&gt;
#2 PCs on vlan 4 with IP address lease from DHCP (192.168.18.x) NOT from FOG server - connected to the 2520&lt;br /&gt;
&lt;br /&gt;
====Procuve Router Commands - Layer 3====&lt;br /&gt;
commands here are modified extracts of http://cdn.procurve.com/training/Manuals/3500-5400-6200-6600-8200-MRG-Mar10-K_14_52.pdf page 3-20&lt;br /&gt;
&lt;br /&gt;
connect via telnet to Router (5406zl)&lt;br /&gt;
 ProCurve# config&lt;br /&gt;
 ProCurve(config)# ip routing&lt;br /&gt;
 ProCurve(config)# ip multicast-routing&lt;br /&gt;
 ProCurve(config)# router pim&lt;br /&gt;
 ProCurve(config)# vlan 1      //the 19 subnet&lt;br /&gt;
 ProCurve(vlan-1)# ip igmp&lt;br /&gt;
 ProCurve(vlan-1)# ip pim-dense ip-addr 192.168.19.21   //This is the switches IP in VLAN 1, you may only need this if the switch is multihomed in that subnet&lt;br /&gt;
 ProCurve(vlan-1-pim-dense)# vlan 4&lt;br /&gt;
 ProCurve(vlan-4)# ip igmp&lt;br /&gt;
 ProCurve(vlan-4)# ip pim-dense &lt;br /&gt;
 ProCurve(vlan-4-pim-dense)# vlan 5&lt;br /&gt;
 ProCurve(vlan-5)# ip igmp&lt;br /&gt;
 ProCurve(vlan-5)# ip pim-dense&lt;br /&gt;
 ProCurve(vlan-5-pim-dense)# write mem&lt;br /&gt;
 ProCurve(vlan-5-pim-dense)# exit&lt;br /&gt;
 ProCurve(vlan-5)# exit&lt;br /&gt;
&lt;br /&gt;
switch may need to be rebooted if router PIM was not already enabled&lt;br /&gt;
consult manual for exact details on your switch&lt;br /&gt;
===Procurve Switch Commands - Layer 2===&lt;br /&gt;
&lt;br /&gt;
Commands for the layer 2 switches to enable IGMP routing&lt;br /&gt;
While applying these settings to sub-switches is not required, not enabling IMGP on the switch&lt;br /&gt;
may create excessive traffic to ALL nodes of the switch during a multicast session.&lt;br /&gt;
&lt;br /&gt;
By enabling IGMP allows the switch to send multicast packets to only the computers who have joined the session.&lt;br /&gt;
&lt;br /&gt;
 ProCurve# config&lt;br /&gt;
 ProCurve(config)# ip routing&lt;br /&gt;
 ProCurve(config)# ip multicast-routing&lt;br /&gt;
 ProCurve(config)# vlan 1  &lt;br /&gt;
 ProCurve(vlan-1)# ip igmp&lt;br /&gt;
 ProCurve(vlan-1)# vlan 4  &lt;br /&gt;
 ProCurve(vlan-4)# ip igmp&lt;br /&gt;
 ProCurve(vlan-4)# vlan 5  &lt;br /&gt;
 ProCurve(vlan-5)# ip igmp&lt;br /&gt;
 ProCurve(vlan-5)# write mem&lt;br /&gt;
 ProCurve(vlan-5)# exit&lt;/div&gt;</summary>
		<author><name>Cam</name></author>	</entry>

	</feed>