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

    Yamakazi

    @Yamakazi

    0
    Reputation
    520
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Yamakazi Unfollow Follow

    Latest 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