• Backup/restore feature giving pfsense tag error ?

    4
    1 Votes
    4 Posts
    6k Views
    F

    thanks guys yes you were both right I was using free download manager.  Clicked cancel and then the xml config file popped right back up, its a life saver and now I can try and mess about with the other settings to get my other ports working knowing I can restore at will :)

  • INFO: PFSENSE 2.1 FULL INSTALL ON A CF CARD IN A PC

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Default Interfaces not found – Running Interface assignment option

    2
    0 Votes
    2 Posts
    1k Views
    P

    Details needed:

    What hardware? What pfSense version? What type of install? (LiveCD, memstick, nanoBSD…) Post the console output so we can see what is missing that prevents you from being able to give valid answers for WAN/LAN devices.
  • Adding mod_setenv and mod_status lighttpd modules

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [Solved] pfSense 2.1 Becomes unresponsive

    17
    0 Votes
    17 Posts
    6k Views
    O

    Well its been a record 24hrs without a single loss of the lan side, so I am tempted to call this issue resolved.

    At the end of all of it, I think we can conclude the errors were due to a flaky sk1 (original LAN) port on the pfsense box.  Perhaps there would have been a quicker way to reach that conclusion, though as part of the "adventure" I certainly have a far better understanding of pfsense than I did when I dropped it in as the gatekeeper of my network.

    Thanks all for the help in troubleshooting!  I am going to go ahead and mark this thread as solved for now.  I can always change it back if I am wrong and the error comes back…. but it has survived 24hrs and a stress test without kicking out a single error... so I am going to go with it! :)

  • User Manager Privileges: Captive Portal

    2
    0 Votes
    2 Posts
    1k Views
    N

    Hy,

    are there any news about - I've a similar problem in a lab-environment.

    Want to create "restricted cp admins" but they cant see nothing expect a browser "can't load page" …

    In the Logs I see the following line:

    php: /getstats.php: testadmin@1.1.1.1 attempted to access /getstats.php but does not have access to that page. Redirecting to services_captiveportal.php.

    BR
    n3ro

  • Daloradius in pfSense

    4
    0 Votes
    4 Posts
    3k Views
    H

    tnx dear stephenw10 and muswellhillbilly, :)
    unfortunately i have to do that, run a separate server

  • Want to use VPN service as WAN, can't finish setup

    7
    0 Votes
    7 Posts
    3k Views
    stephenw10S

    If you only add one interface you should be able to get to the webgui on that. There will be a default firewall rule that allows it when you have it setup in 'appliance mode'. However as soon as you add another interface it will go back to being a firewall and blocking everything on WAN so make sure you've set your own rules before that.
    If you've already added and removed another interface I'm not sure what will happen. You can always disable the firewall using:

    pfctl -d

    At the command line.
    After you added a rule to allow yourself to connect re-enable it with:

    pfctl -e

    Router on a stick usually refers to VLANs:
    http://en.wikipedia.org/wiki/One-armed_router

    Steve

  • 0 Votes
    2 Posts
    1k Views
    P

    That whole screen is for the WAN settings. At the top it says "On this screen we will configure the Wide Area Network information".
    For 99.9% of installs MAC Address, MTU and MSS are left blank - you should leave them blank unless you have some really special reason to need a magic value.
    For now, if you are leaving your front-end router/modem in its modem+routing mode, then you can leave Selected Type as "DHCP". It will be given a private address and default gateway from the front-end device that is in "front-end LAN =  pfSense WAN" and use that to get out to the internet. It will be just as if the whole pfSense box, and the "pfSense LAN" behind it are 1 client on the front-end LAN. In this configuration the pfSense LAN will NAT onto front-end LAN, then front-end LAN is NATed out to the real internet.
    At a later stage you can put your modem/router into bridge mode (so it stops doing "router") and passes the real public IP through to pfSense WAN.

  • PfSense lost config after reboot

    7
    0 Votes
    7 Posts
    4k Views
    U

    thank you very much!

  • Pfsense dualboot

    3
    0 Votes
    3 Posts
    1k Views
    U

    Thank you very much!

  • [Solved] Killed Lan side - unable to access pfsense web gui

    3
    0 Votes
    3 Posts
    1k Views
    O

    Wow, that was negative fun…. however this morning I watched it boot then saw the full pfsense menu come up via the console.

    Noticed the option to restore to a previous configuration - did that, and I am at least back to where I was.

  • Slow http requests on WAN

    1
    0 Votes
    1 Posts
    692 Views
    No one has replied
  • Unusual behaviour on secondary networks

    11
    0 Votes
    11 Posts
    2k Views
    D

    I have a couple of inbound NAT rules pointing to other systems on the subnet.  But other than that there is nothing else.  It appears that removing this tick from the VPN connection properties has fixed the issue.  I have had no other negative feedback from our support agents so I have to assume that this change has fixed the issue.

    Still getting to grips with the system.. :)

    Drac

  • 2.1 and recent gitsync

    1
    0 Votes
    1 Posts
    884 Views
    No one has replied
  • System freeze with 2.1-RELEASE

    37
    0 Votes
    37 Posts
    8k Views
    echel0nE

    Updating to the most recent Github 2.1 release branch has solved the problems for me all together.

  • Pfsense 2.1 lan subnets problem

    19
    0 Votes
    19 Posts
    6k Views
    P

    Your screenshots are not the way it was intended to be done. Maybe 2.0 allowed this and somehow it worked, I don't know, it has been so long since I used 2.0. I assume in this example:
    a) The local LAN is not really "/8" - maybe the local LAN subnet is just "10.2.1.254/24"
    b) There are other subnets available behind the router at 10.2.1.2 - that router might be a VLAN switch with L3 routing software also and lots of VLANs, or an ordinary router with lots of NICs or… The router hardware/firmware does not matter.

    For 2.1 (and it should work like this in 2.0 also):

    Change the "Gateway" setting on Interfaces->LAN to none. Leave LANGW defined in System->Routing (and make sure that WANGW is marked as the default) Add Static Routes to the networks behind 10.2.1.2, with gateway=LANGW.

    Make sure that Firewall-Rules-LAN has rules to permit traffic from (source) the subnets behind 10.2.1.2.

    If you get it working like this on 2.0 then it should upgrade to 2.1 with no trouble.

  • [pfSense 2.1] Slow GUI

    11
    0 Votes
    11 Posts
    3k Views
    P

    Fresh install, reload config…. the screeny shows no significant difference when switching from dashboard to RRD (just after going from RRD to dashboard).

    fresh_install_2_1.jpg
    fresh_install_2_1.jpg_thumb

  • Could not contact custom update server.

    3
    0 Votes
    3 Posts
    2k Views
    O

    Had the same issue…. The version dns error was resolved by flipping the following option:

    On the general settings page...

    Check the box that says to not use the dns forwarder for pfsense.

  • SuperServer 1017A-MP as a platform

    9
    0 Votes
    9 Posts
    3k Views
    J

    @stephenw10:

    On an Atom box is that?

    Steve

    Sorry, that would have been useful information…  It's a DN2800MT w/ 4GB of RAM and a quad-port i350.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.