• Dashboard => Widget 'Firewall logs'

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    IE is crap, use FF, Chrome, Safari, Opera. Basically any sane browser works. IE is not sane.

    That said, it's something that has already been fixed. I think it was this commit:
    https://github.com/bsdperimeter/pfsense/commit/6478e71e95c3224cf2b83d7e3e8f715c6a61f31e

  • Lost access to GUI, had to reboot router

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    The way to give it a good swift kick is to do:

    killall -9 php; killall -9 lighttpd; /etc/rc.restart_webgui
  • Dashboard [2.0.1] IPSEC Tunnel status don't report correct status

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M

    Thank you very much !!.

  • MOVED: monitoring proxy server squid pfsense 2.0.1 ? how to

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Export RRD to external webserver?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    K

    Hi! Thanks for the reply! I will try to install Munin. Seems very promising. Are you displaying the Munin graphs from your router or another external webserver?

    Since i'm a FreeBSD newbie, do you have any good site for basic commands in FreeBSD? (Like editing a config file and such)

  • Lock user in home [solved]

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    C

    There is an option with wget without using scp.
    http://doc.pfsense.org/index.php/Remote_Config_Backup

    @namezero111111:

    Afaik, there is a backup package that does exactly that. It needs a subscription however, but I would assume that it is safe.
    A lot of companies (like mine) probably would have a problem though having their firewall configs backed up in a cloud

    It encrypts the config before uploading, so we strictly store encrypted blobs, we have no readable configs. It's as safe as your encryption key is strong, plus requiring another account just to get to your encrypted configs.

  • I want that some user's can read ONLY Proxy report Lightsquid

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Macros or profiles or whatever…

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    C

    With optimal firewall rules, that should be as simple as one click to disable that particular rule. Or if it's more complex than that to the extent you can't pass the traffic easily with a single rule, have a block rule at the top that you enable for maintenance, leave disabled normally.

  • 0 Votes
    4 Posts
    2k Views
    J

    Thanks for the replies.  Now that I understand things a bit better I agree that hiding those tabs for assigned interfaces would not be a good idea.  I commented on Efonne's ticket and added screenshots for a sample configuration that would benefit from the improvement.

  • Dashboard Widget for harddrive SMART status

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    jimpJ

    Made some further optimizations and fixed the license up:

    https://github.com/bsdperimeter/pfsense/commit/c91e242e607c6ff2376350108255dbadcdb039e0

  • Error on user (re)creation from User Manager

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    jimpJ

    Just checked and the deletion case was ok but not rename.

    https://github.com/bsdperimeter/pfsense/commit/bb83746870f64525e477e1ddd14adc56b894b758

    Easy fix.

    Would also fix itself on reboot when the users are cleaned up and resynced. For a quicker fix that doesn't require editing and files, go to Diagnostics > Command and run this in the PHP exec box:

    require_once("auth.inc"); local_sync_accounts();
  • Web traffic is being redirected to webGUI

    Locked
    4
    0 Votes
    4 Posts
    7k Views
    B

    @pffan:

    Gah!

    What we have here is an instance of browsers behaving badly.  I didn't realize what the problems was at the start because both IE and Firefox demonstrated the same behavior.  Once I tried Chrome however, everything worked as expected.  I think that because I had previously connected to the webGUI on http port 80 with both my browsers before, it kept pulling the cached page on my subsequent attempts and this is what was causing the redirect to https custom port.  Once I cleared the history and cache, everything is working as expected.

    Hopefully someone else can benefit from this information.

    I did, I run into same problem, thanks.

  • StartSSL Certificates for WebUI

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • File upload don't work in 2.0.1

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    0

    @phil.davis:

    I am using Firefox11 on Windows7. It works fine for me uploading to a nanobsd system, on 2.0.1 and 2.1. After browsing to the file then pressing upload the top of the display says:
    Uploaded file to /tmp/filename
    and executing "ls -l /tmp/filename" lists the file as expected.
    So there must be something else special about your environment.

    I'm seeing some problems for sure, I guess that Squid f*cked more stuff up somehow perhaps then.. This was a freshly installed box though, actually only the various Squid packages have been added and messed with. I guess I'll do a reinstall soon if things don't start to work as expected.

  • WebGUI authentication with blank password and AD backend

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    K

    Registered as Bug #2326.

  • Remove menu items and tabs from Web GUI

    Locked
    12
    0 Votes
    12 Posts
    8k Views
    M

    @martinjsaunders:

    When I reload the config the group seems to correctly reflect the new privaleges above, missing the Bridge pages (plus a few others I removed), but the pages are still accessable and I can still Bridge interfaces. Have I done something silly?

    Thanks very much in advance!

    M.

    To answer my own question, if I add a new users in the group Admins it inherits the correct permissions. This is fine but I'd rather disable admin for Bridging as well, is the admin user inheriting it's permissions from somwhere else as well?

  • Export traffic load to web site

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Ambiguous terminology (“load balancing”)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    Historically, "Load Balancing" has applied to both incoming and outgoing. It's only in 2.x that we've split the outbound LB actions into a separate place (Gateway Groups).

    Sticky applies to both.

  • Restrict WebGUI (lighthttpd) to internal network interfaces

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    marcellocM

    You mean use pfsense as a web server?

    If so, there is a package for it.

    if you want to do it by Hand, change webgui port, create/copy lighthttp config and start it as a second web server.

  • Don't jump out of the frame

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R

    Thanks. I'll take the risk, as the web interface is only accessible on a private LAN and through VPN.

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