Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Status: Gateway Groups

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    5 Posts 4 Posters 2.1k Views
    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.
    • M
      Michael Sh.
      last edited by

      Hi.
      Status: Gateway Groups – show uncorrect status of gateways.
      I think it was so… :)
      /etc/inc/gwlb.inc:

      function lookup_gateway_monitor_ip_by_name($name) {
      
              $gateways_arr = return_gateways_array();
              if (!empty($gateways_arr[$name])) {
                      $gateway = $gateways_arr[$name];
                      if(!is_ipaddr($gateway['monitor']))
                              return $gateway['gateway'];
      
                      return ($gateway['monitor']); //  old string - return ($monitorip);
              }
      
              return (false);
      }
      
      1 Reply Last reply Reply Quote 0
      • T
        townsenk
        last edited by

        There is quite a few outstanding issues with the gateways and groups. I've reported the status issue at least twice. The devs tell us that they're aware of them. I've seen little if any work done with these issues this past week but I'm sure we can expect them addressed in due time.

        1 Reply Last reply Reply Quote 0
        • M
          Michael Sh.
          last edited by

          I think not working static routes associated on dynamic gateways is more big problem for Router. This problem is present at least last year. :)

          1 Reply Last reply Reply Quote 0
          • G
            gnhb
            last edited by

            Thanks for catching the monitorip problem. I've added it into my work in progress on the gateways. I'm reviewing and updating all the code around core gateway handling and hopefully resolving lots of long standing and recent issues (including the static routes for dynamic interfaces.)

            Thanks,
            GB

            1 Reply Last reply Reply Quote 0
            • I
              ivanmar
              last edited by

              If it means anything, I have working version of status gateway group. It is cosmetic thing because some major problems still exists.
              end of page - http://redmine.pfsense.org/issues/876

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.