• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Yamakazi
    3. Posts
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Yamakazi

    • RE: Problems multicasting fog on different vlans

      @Sebastian-Roth

      Thank you. I’m going to try to get my hands on a sever and a few routers to try this in a real environment and not a virtual one. I think this is giving me issues.

      But i’m still not sure on what address fog multicasts? Is this a fixed address? or based on your current subnet? can i find it anywhere in the config files? I know the trunk version let’s you chose the multicast address but i’m having other troubles with that version + a friend of mine got this version perfectly working in his business environment so i want to atleast try to get this working.

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Quazz

      Don’t seem to have that option.

      0_1464692640768_105.PNG

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Quazz

      Where could i change the multicast adress? Haven’t seen it anywhere in the options.

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      Is it possible to change the multicast adress of fog somewhere? to something different then 224.0.0.1 ?

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Yamakazi

      Alright it seems it has something to do with multicasting groups not properly reporting to eachother.

      When fog starts a multicast session it send to 224.0.0.1 but it stops there and doesn’t get forwarded to other clients in different subnets
      *
      0_1464690241700_60.PNG

      When in the same subnet, It manges to request to join that specific multicast group get the data en then again leaves the mcast group.
      Though it’s doing this directly with the fog server and not trough the general 224.0.0.1 which normally request host to join or leave a group.
      *
      0_1464690262811_61.PNG

      I know this is maybe not that fog related anymore, but we came this far already 🙂

      Hosts in a different vlan listen to 224.0.0.1 to report their status. For example
      *
      0_1464690465185_63.PNG

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Sebastian-Roth

      UDP running
      *
      0_1464687805317_55.PNG

      This is to different vlan. Is it normal it broadcasts to 224.0.0.1? Because i see in wireshark it doesn’t get further than the first router it encounters on 224.0.0.1 (see pic a few posts back)
      *
      0_1464687818559_56.PNG

      To the same subnet multicast is working properly.
      *
      0_1464687920463_57.PNG

      Was also able to clear mysql database but to no avail.
      0_1464687946996_58.PNG

      I already tested the setup in the same subnet and that works. I’m just don’t seems to get it to work on different subnets.

      How does fog multicast? to which multicast address? Does it make a multicast address and lets clients join it? or is it a set multicast address? Because it’s sending to 224.0.0.1 atm, which seems a bit weird.

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      From one of the wiki pages of fog it makes you check these files.

      “Check the MySQL details in “/opt/fog/service/etc/config.php” are correct.
      If not, correct them (they should be the same as in /var/www/fog/commons/config.php) and restart the service”

      0_1464637923863_11.PNG
      *
      0_1464637968878_12.PNG

      this can’t be right. There is not much in the first config.php file and the 2nd under commons doesn’t even exist.

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      I Made a new very basic setup with just the fog server a router and a host. I configured the router to allow multicast.

      I get the same result, everything is working: dhcp, unicast etc. Just not multicast. So i think fog is causing the problems. I’m just really lost what is wrong. FOGMulticastmanger is active and working, the multicast settings in the webinterface are all correct. Dhcp and the image are working fine. Mysql still remains a mystery to me though. I’ve got no experiecne with it on linux so.

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Quazz
      0_1464634235818_foggg.PNG
      hmmm it keeps giving these syntax errors

      i also tried troubleshooting by sending an udp packet as explained in link text

      And i the same subnet it is working. When i try it with a client in a different subent i get this

      0_1464633615348_udp.PNG
      The udp packet seems to stop there.

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Wayne-Workman

      I did a fresh install and managed to get multicast working in the same subnet but not in different vlans.
      This is what i get when i’m in the database excuting those commands.

      0_1464628730218_Knipsel.PNG

      The .fogsettings file seems to be empty?
      Config file is below
      0_1464630238071_100.PNG
      0_1464630243183_101.PNG
      0_1464630247635_103.PNG

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Wayne-Workman

      I also tried as root user. Check the image 🙂

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Wayne-Workman
      0_1464545636089_upload-cb30d58d-d8df-4b3e-89b1-bdf77da2dca7

      I know when you install fog it asks for a mysql password, but i’ve left that blank.

      Can i upgrade to the newer version? or do i need to do a fresh install?

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Wayne-Workman

      Just tested it and multicasting is also not working in the same subnet /vlan. This means i somehow didn’t properly setup fog.

      I’ve been through those websites a bunch of times already.

      Maybe i should go for a complete reinstall 😞

      any particular things i should focus on when setting fog up for multicasting?

      posted in Linux Problems
      Y
      Yamakazi
    • RE: Problems multicasting fog on different vlans

      @Sebastian-Roth

      The iperf multicast is from the fog server (cloud1) to vlan 11 (host7) and seems to be working. So i’m thinking my setup is alright…
      Dhcp is reaching my hosts, i can unicast images to them so that all seems to be working properly.

      “incomming interface: Null” where exactly are you seeing this?

      My cisco knowledge is better then my fog knowledge, so i’m thinking i might not have properly setup fog?
      OSPF is working fine and shouldn’t give any problems in this case. The TCP dub ACKs are indeed troublesome, but i’m not sure what they mean in this case.

      what you mean with the full pcap file? where is it located? i’ll upload it right after.

      @Wayne-Workman

      Image is present and unicast is working. Could it have anything to do with permissions?
      0_1464535994342_2.PNG

      posted in Linux Problems
      Y
      Yamakazi
    • Problems multicasting fog on different vlans

      Hi guys,

      I made a setup with a FOG server to distribute multicast images.
      Just made a big post on the gns3 forums, but maybe it’s not gns3 thats not properly working but fog. So hence i’m posting here aswell.

      My setup (and problem) can be viewed at the gns3 forum which have a lot of images
      https://www.gns3.com/qa/fog-won-t-multicast-in-vlan-setu

      I recently discovered some other problems

      Multicast seems to be working if i test it.
      0_1464532658218_1.png
      0_1464532668477_2.png

      Altough Fog is not multicasting properly
      0_1464532674845_3.png
      0_1464532682454_4.png

      Do i need a storage node for each different vlan? i would like to avoid that though. Unicast is working fine, so not sure why multicast can’t find the image.

      Any help or tips are appreciated. If you need more information, just ask and i’ll upload it!

      Greets,
      Bert

      posted in Linux Problems
      Y
      Yamakazi
    • 1 / 1