• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Multicast doesn't start

Scheduled Pinned Locked Moved Unsolved
FOG Problems
4
12
1.8k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    amadrigal @Wayne Workman
    last edited by Mar 21, 2018, 7:37 PM

    @wayne-workman 1.5

    1 Reply Last reply Reply Quote 0
    • S
      Sebastian Roth Moderator
      last edited by Sebastian Roth Mar 22, 2018, 4:52 PM Mar 22, 2018, 10:50 PM

      @amadrigal It’s been a while since I last used OpenVZ but I do remember it being a bit tricky at times. How is network being setup for this machine?! Possibly OpenVZ just cannot handle multicast properly?!?

      https://forum.openvz.org/index.php?t=msg&goto=26430&

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      A 1 Reply Last reply Mar 24, 2018, 8:22 PM Reply Quote 0
      • A
        amadrigal @Sebastian Roth
        last edited by Mar 24, 2018, 8:22 PM

        @sebastian-roth thanks for the help. I have been looking at the thread you told me and put a multicast route in my proxmox , but it doesnt work.
        The network is this way: I have several physical interfaces, but only two of them are implied.
        The first one is physically plugged to a fiber route, and is the one used to get to the internal apache servers. Now in proxmox is eth2, bridged by vmbr1, ip 192.168.0.150, gateway 192.168.0.1 which is the fiber router.
        The second one, is the one that gets to the internal network with about 40 different vlans. it is eth1 uses bridge vmbr2.
        The fog server has an ip for each vlan.
        This picture is from de proxmox server, is the multicast route right?
        0_1521922893242_7bb9caca-cf72-435f-adcd-17de360bccee-image.png

        1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by Mar 25, 2018, 1:28 PM

          @amadrigal Several different VLANs/subnets, aha. Well that addr a lot more complexity and traps. Where exactly are the clients located in that network?

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          A 1 Reply Last reply Mar 26, 2018, 11:14 AM Reply Quote 0
          • A
            amadrigal @Sebastian Roth
            last edited by Mar 26, 2018, 11:14 AM

            @sebastian-roth The clients are in vmbr2

            1 Reply Last reply Reply Quote 0
            • G
              george1421 Moderator
              last edited by Mar 26, 2018, 12:28 PM

              I’ve been loosely following this thread.

              I can tell you a few things.

              1. Routers by default do not forward ip class D (igmp) packets by default. You must specifically allow this on your firewall/router. Even if you have the screening rules in place some routers will not forward igmp messages.

              2. Some routers require a igmp proxy service running. This service will function much like the dhcp-relay/dhcp-helper service. The igmp proxy service will listen on its upstream interface (the interface connected to the same subnet/vlan as the FOG server) and then rebroadcast the igmp stream to any device connected to its listening interfaces. The igmp proxy service will only forward igmp traffic if it has an upstream igmp channel and then a subscriber on its listing interface.

              3. If you have an extended network (multiple routers between the fog server and target computers), you will need this igmp helper service on each router, with the defined upstream interface set towards the subnet where your FOG server is.

              4. The igmp imaging process uses 3 igmp ports. 224.0.0.1 for control, 239.0.0.2 and 224.0.0.252 (I think ??) as the data channel.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

              A 1 Reply Last reply Mar 28, 2018, 11:13 AM Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Sebastian Roth Mar 26, 2018, 12:54 PM Mar 26, 2018, 6:51 PM

                @amadrigal said in Multicast doesn't start:

                The clients are in vmbr2

                But the 224.0.0.0 is set for vmbr1 in the screenshot?!

                FOG is made to be setup/installed with one single network interface to do all the things like web ui, NFS upload and multicast deploy. From what I read between the lines you want to split that into two different network segments. Might be possible to do by manual configuration but it can cause trouble as we see. Take a look at the FOG settings in the web UI and play with the multicast interface settings. Be aware this is a special setup.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • A
                  amadrigal @george1421
                  last edited by Mar 28, 2018, 11:13 AM

                  @george1421 thanks for the help. I think the problem is something related to this igmp proxy. I am now trying to clone by multicast two virtual machines that receive an 192.168.1.x ip from the dhcp in a pfsense box. The fog server is a container in proxmox. The error says something about ip 192.168.0.50 , and that is the pfsense interface, so I installed igmp proxy in pfsense , I have the 2.3 version., but it is still failing. This is the configuration just for the lan, if it works, i’ll put the rest of the vlans later ¿there is something wrong with it?
                  0_1522235409614_57ccc382-bd7f-44c9-a51d-216043fff4c6-image.png

                  G 1 Reply Last reply Mar 28, 2018, 11:50 AM Reply Quote 0
                  • G
                    george1421 Moderator @amadrigal
                    last edited by Mar 28, 2018, 11:50 AM

                    @amadrigal I reread your thread again to make sure I did not mention this since I see you have pfsense. I did a proof of concept tutorial about using pfsense as igmp proxy here: https://forums.fogproject.org/topic/10117/fog-casting-across-vlans-subnets

                    On my task list for today is to setup my sandbox servers to test a few things with FOG 1.5.0, pxe booting, and multicasting. I will run through my tutorial on fog casting to ensure its still accurate. I’ll let you know if I run into any problems. I’m going to use centos 7, fog 1.5.0, pfsense 2.4.2.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by Mar 28, 2018, 6:42 PM

                      @amadrigal Just want to bring up my initial thought about maybe OpenVZ not being able to properly handle multicast in the first place. Can you try setting up another test FOG server as KVM instance just to rule out that possible issue!?

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      1 / 1
                      • First post
                        12/12
                        Last post

                      190

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project