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

    No routing after upgrade

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    7 Posts 5 Posters 2.0k 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.
    • T Offline
      thoule
      last edited by

      HI - I updated to the latest release (from a release about a day or two ago) and I've lost routing.  I can get to the server from externally, but it wont talk to my local network.

      There's an alert on the top :
      filter_load There were errors loading the rules /tmp/rules.debug
      syntax erropfctl  Syntax error in config file: pf rules not loaded.  The line in question reads:
      pass in quick on $LAN proto from 192.168.1.0/24 to any keep state label "USER_RULE: Default LAN to any rule"
      state label USER_RULE Default LAN to any allow

      What's the syntax problem with that line so I can get this up again?
        thanks
        Todd

      1 Reply Last reply Reply Quote 0
      • T Offline
        thoule
        last edited by

        I got it - after I removed the Firewall Autoblock rule (only had 5 IPs from China), I could got to LAN from outside.  But LAN couldn't get out.  Turns out it was DNS that couldn't get out - I got web by IP address ok.  I changed LAN Allow All rule to be UDP/TCP from TCP and its all working now.

        1 Reply Last reply Reply Quote 0
        • J Offline
          JaY_III
          last edited by

          i had an routing issues too.
          and spent way to long getting it to work properly.

          End result, i did a fresh install and now everything is silky smooth performing great

          1 Reply Last reply Reply Quote 0
          • L Offline
            lp
            last edited by

            Ok, happy to see I'm not alone there ;)

            I've just reported the issue here:
            http://redmine.pfsense.org/issues/1323

            It's a rule generation issue, iow, a bug in some PHP file.

            1 Reply Last reply Reply Quote 0
            • L Offline
              lp
              last edited by

              I provided a fix for the build of today…

              /etc/inc/filter.inc, change line 1763 from
              if(isset($rule['protocol'])) {
              into =>
              if(isset($rule['protocol']) && !empty($rule['protocol'])) {

              1 Reply Last reply Reply Quote 0
              • jimpJ Offline
                jimp Rebel Alliance Developer Netgate
                last edited by

                To easily pull in the fix, you can also use gitsync (http://forum.pfsense.org/index.php/topic,33909.msg176091.html#msg176091). It's been committed and new snapshots are building now. Should be up in a couple hours.

                Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                Need help fast? Netgate Global Support!

                Do not Chat/PM for help!

                1 Reply Last reply Reply Quote 0
                • T Offline
                  Tikimotel
                  last edited by

                  I don't know if it is related to this fix, but with today's (5th of march) snapshot I have issues with multicast and upnp detection and NAT.

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