• managing users from non admin account

    3
    0 Votes
    3 Posts
    248 Views
    N

    Thanks Rico !

    / br. Pete

  • Switching from virtual to physical home setup

    5
    0 Votes
    5 Posts
    688 Views
    U

    That's what I was thinking. I wasn't sure if there was any kind of exotic configs that might work just as well. I now need a POE+ switch so I might be upgrading the 3750 at some point. I think Cisco changed their licensing model on the 3850s and the cat9k making it harder to deal with as a home user. I like Cisco but it is expensive for home use. I really do like L3 multicast though, so that helps justify it.

  • General Routing/Switch question

    8
    0 Votes
    8 Posts
    863 Views
    J

    For the scenario of connecting directly to pfsense router instead of the switch, I think I will be able to figure this out based on this video: https://www.youtube.com/watch?time_continue=249&v=XdzfgapJYqw

    Will do testing and report if any issues arise!

  • User Manager Access

    7
    0 Votes
    7 Posts
    1k Views
    J

    @jimp said in User Manager Access:

    b9ed452dbba4689e6280efa7f503e30809a3d8e4

    Updated mine to fix this issue, really appreciate that you posted this!!

  • g-suite integration documentation seems to be inaccurate

    4
    0 Votes
    4 Posts
    335 Views
    J

    Oh.. My bad, apologies. Thank you for such a quick reply!

  • Traffic graph not displaying static IP traffic

    2
    0 Votes
    2 Posts
    140 Views
    RicoR

    Traffic from one PC to another with both in the same subnet does not hit your Firewall/Gateway, so there is no traffic to show for pfSense.

    -Rico

  • 0 Votes
    7 Posts
    496 Views
    KOMK

    I'm a bit confused though my original ip was a /24 and now my new Ip's are /30 I hope this doesn't pose an issue.

    That's not really a pfSense issue, it's between you and your ISP.

    You use the extra IPs to create virtual IPs for pfSense. Then you can create port forwards that route traffic from the virtual IP to the LAN host.

    For example, I have a block of 14 usable addresses, and I have a VIP - IP Alias for each one. When creating you port forward, you select the VIP as the Destination.

  • System->User Manager from LDAP-mapped admin group, 2.4.4p3

    3
    0 Votes
    3 Posts
    265 Views
    stephenw10S

    Yup, for reference it's a known bug and has been fixed see this post:
    https://forum.netgate.com/topic/143621/user-manager-access/2

    https://redmine.pfsense.org/issues/9541

    Steve

  • Restoring backup config to old device

    11
    0 Votes
    11 Posts
    907 Views
    stephenw10S

    If there's no output at all on the serial port the hardware is dead. You should always see something from Coreboot even if there's no media present.

    The only possible exception to that is if you've disabled the serial port in Coreboot. In which case you can reset the Coreboot values to default by powering up with the reset button pressed:
    https://pcengines.ch/howto.htm#serialconsole

    However it's much more likely your terminal setup not correct. Try 38400baud or 9600.

    Steve

  • PPPoE Password and confirmed password must match!

    3
    0 Votes
    3 Posts
    293 Views
    J

    That is exactly the issue. It's funny you mentioned this as I was just in the process of opening up another browser and I saw this reply come in.

    It worked. For anyone else that may experience this issue, do as @Rico mentioned. It works.

    Cheers Rico.

    Solved!!

  • Nginx - I don`t understand //SOLVED\\

    10
    0 Votes
    10 Posts
    6k Views
    C

    The problem is in the script "check_proxy_wpad.sh". His must edit, like so:

    #!/bin/sh status=$(/bin/ps -wx | /usr/bin/grep 'nginx-wpad.conf' | sed -e '/grep/d') if [ "$status" == "" ];then /usr/local/sbin/nginx -c /usr/local/etc/nginx/nginx-wpad.conf else exit 0 fi
  • Installing MC (Midnight Commander) on pfSense 2.5

    2
    0 Votes
    2 Posts
    783 Views
    stephenw10S

    You might run rehash after loading those so the command become available directly.

    Steve

  • Interface Assignments OPT3

    6
    0 Votes
    6 Posts
    776 Views
    jimpJ

    If you assign things in a different order to start with, then the labels on the system won't align properly. But again, that does not matter in the long run. Use your own names and it won't be an issue.

    You haven't shown the full interface assignment list, so it's impossible to say what led to that situation.

    Either way -- Ignore the OPTx names and set your own custom names. The labels only reflect what is assigned out of the box in a default configuration. They do not have to be set that way, and typically will not match once a customer starts customizing their system.

  • /usr/local/bin/rate taking 100% of CPU

    9
    0 Votes
    9 Posts
    2k Views
    stephenw10S

    Also:
    https://www.freebsd.org/cgi/man.cgi?query=rate&apropos=0&sektion=1&manpath=FreeBSD+11.2-RELEASE+and+Ports&arch=default&format=html

    It could well be related to the Traffic Graphs page where it shows flow info for IPs on that interface also.
    You might try using the traffic graphs widget instead which does not display that.

    Steve

  • pfSense becomes unresponsive, dying NIC?

    6
    0 Votes
    6 Posts
    418 Views
    A

    It's actually been stable for the last week. I'm glad you mentioned that mine is a Netgear switch too so if it happens again I'll take care on that.

    Thanks all.

  • No Response from Radius Server - FreeRadius3 on pfSense

    6
    0 Votes
    6 Posts
    1k Views
    stephenw10S

    Hmm, Ok. So it sounds like the APs are in fact behind pfSense. Traffic from clients on wifi goes through pfSense and out on one of the new high speed WAN connections you have and not through the Cisco firewall.

    If doesn't really matter what path the authentication takes the captive portal doesn't manage that it manages traffic from the clients to the internet. It should be on whatever internal interface the APs are connected to. You will have to add pass rules to allow the APs to reach the cloud controller though.

    It also sounds like you don't want authentication on the APs at all. Clients have to login at the captive portal anyway.

    It does look like the Meraki APs support radius accounting so you could probably do limited connection time per user there directly but if you need to set bandwidth limits per user or use total data limits I think you would need to use a captive portal.

    This is not something that we often see though.

    Steve

  • OpenVPN client gateway not visible in config.xml

    4
    0 Votes
    4 Posts
    322 Views
    L

    Second version of the monitoring script. Now all static routes from config.xml are pushed to an array for main gateway, no script editing is needed except you have to set correct main and backup gateway names before the first run.

    gateway_monitor_v2.txt

  • SMB sharing performances through iPsec VPN with nat 1:1

    4
    0 Votes
    4 Posts
    308 Views
    stephenw10S

    What latency do clients see to the file stores?

    smb is notoriously terrible over high latency links. What speeds do they see if they try pulling files in some other way? SCP for example?

    I would still try enabling mss clamping in IPSec as a test.

    Steve

  • Netflix and Hulu won't stream, Prime video will.

    24
    0 Votes
    24 Posts
    4k Views
    GertjanG

    d5cc103f-5982-42b6-adb5-eeb94b28c82c-image.png

    That's the Forwarder.
    As the image stated, it's deactivated.

    The Resolver ?

  • Verizon Fios and pfSense

    12
    0 Votes
    12 Posts
    2k Views
    N

    @tman222 - My apologies...I should have mentioned that if I did use Verizon's router, I was going to administrate/login to it and disable DHCP, etc. I just wasn't going to plug it in cold to the pfSense interface I would configure for it.

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