• Gigabit Link Up Issue

    1
    0 Votes
    1 Posts
    475 Views
    No one has replied
  • Rule ordering on mobile device

    3
    0 Votes
    3 Posts
    1k Views
    ?

    Thanks. That did the trick.

  • WebConfigurator, SSH

    4
    0 Votes
    4 Posts
    619 Views
    P

    SSH is useful for troubleshooting, transferring files, and restarting the webgui if for some reason it stops responding.

    You can block both (webgui/ssh) to only be accessible from a management network, that would prevent all possible exploits in those services as to exploit either someone would need to be able to send it at least some 'malicious' packet..

  • PfSense Crashed (2nd time in 3 weeks) - Hardware or Software?

    11
    0 Votes
    11 Posts
    1k Views
    P

    @DeLorean full version on USB should work fine, just make sure to enable memory disk for /tmp and /var.. Anyhow its the only choice going forward with 2.4..  https://forum.pfsense.org/index.php?topic=121255.0

  • Unable to log into web GUI (works for a short time after option 16)

    4
    0 Votes
    4 Posts
    760 Views
    P

    The SYN retransmit looks like there is nothing accepting the connection.. Would think nginx aint running then..
    Can you try when the problem occurs?:

    sockstat -4L | grep nginx

    Then while trying to access the webgui:

    pfctl -ss | grep 443

    Anything special configured/installed? bridge/HA/squid/snort/suricata/other? Any portforwards that might be preventing traffic reaching the webgui?

  • Only getting 4Mbps speed per client without any traffic rule.

    2
    0 Votes
    2 Posts
    316 Views
    GertjanG

    @a_thiha:

    …. I reinstalled pfsense.

    Version 2.2 ???????????

  • Resolved: Help Exchange Online Blocked

    9
    0 Votes
    9 Posts
    899 Views
    J

    Thanks guys. When I get home I'm breaking out the coffee & starting the process of chasing where the config is broken

    –-
    Edit: I got home & you were correct it was a configuration issue. Embarrassingly I setup my static IP  incorrectly on the WAN side. I've corrected the configuration & everything is working now. Kicking myself for looking at that 4 times & missing that the subnet was incorrectly configured.

    Appreciate your help & patience

  • LTE Modem: (control) Serial Port is blocked by PPP deamon

    2
    0 Votes
    2 Posts
    487 Views
    A

    Is this Sierra?
    My first idea - don't use PPP. Not sure that the drivers for other modes (qmi, mbim) are available on FreeBSD though.
    I'm currently using Sierra's EM7455 on Openwrt based router.

  • Add row in crontab

    4
    0 Votes
    4 Posts
    559 Views
    GertjanG

    @barbatrukko:

    @Gertjan:

    You checked this : https://doc.pfsense.org/index.php/Executing_commands_at_boot_time ?
    Or this : the Cron package ?

    Hi,
    the first link is about "boot time" and is not what I want: i want that all days at some time system execute a command.

    The /etc/crontab file is constructed at boot time.
    Use the info found here https://doc.pfsense.org/index.php/Executing_commands_at_boot_time to "add" your own lines. The will last because the file only gets created ay boot time.

  • Forward local IP to Other Local IP

    2
    0 Votes
    2 Posts
    428 Views
    johnpozJ

    why would something that is local to 1.2.3 even talk to pfsense to talk to something else on 1.2.3..

    "Now we have lots of App and Links with us from long ago configured with IP 1.2.3.5"

    You configured stuff to use an IP and not a FQDN??  Yeah fail for sure..

    You do understand that a machine especially a webserver for example can have more than 1 IP on the same network right.. So your new server can have 1.2.3.4 and 1.2.3.5 and serve up stuff on port 80 for either of them..  Your server could serve up http (80) on hundreds of different ips if you wanted too, etc..

    What you should be doing is redoing all your stuff that have a hard coded IP in them..  This is just bad bad bad idea all the way around!!

  • PfSense Setup/Optimization

    5
    0 Votes
    5 Posts
    2k Views
    GertjanG

    Well…
    Something booted from something. FreeBSD is present on a drive .....
    Btw : before the BIOS even knows it HAS drives in the system, it menu is accessible. The method of accessing has nothing to do with FreeBSD or pfSense. See the bios manual for the procedure.

    When the USB booted (the pfSense pre installer) , AND it recognizes a disk where it can install TO, then the install menu will be shown. This menu will offer you to empty your SSD drive .
    Of course, if these conditions aren't met, nothing will ne shown ... because nothing can be done.

  • PfSense and Upstream Proxy

    2
    0 Votes
    2 Posts
    2k Views
    S

    Would seem this is a known FreeBSD bug, and has been fixed in pFsense 2.4 beta release available now.

    https://forum.pfsense.org/index.php?topic=119497.0
    https://redmine.pfsense.org/issues/6949

  • Cannot get ip from vlan setting

    6
    0 Votes
    6 Posts
    648 Views
    Q

    Hi NogBadTheBad,

    Thanks for your information. I forgot to inform you for my pf. My pf is running on vmware and now I was fixed this issue.
    For my setting on my vm host I have cofigure vlans to an interface and enable "route based on the originating virtual port ID" also setting lan to vlan id to 4095 finally setting port switch to tagged.

    Thanks.

  • Uploading and running a script?

    2
    0 Votes
    2 Posts
    542 Views
    P

    First make sure you enable ssh and can login to pfSense that way with putty or similar.
    This can be used to test the script command.

    Then maybe you can use winscp to upload a file or diagnostics/editfile
    Store it in /root/ or something.. as /tmp/ will be wiped on reboot.
    Likely need to make the script executable: chmod +x
    Then with ssh you can try to run it (or under diagnostics/command and hope it doesnt hang the webgui)

    Then cron package might be able to run it every hour or something..

    There are likely lots of ways.. But maybe above general thoughts help a bit :)

  • 0 Votes
    1 Posts
    312 Views
    No one has replied
  • Ng_pppoe[11]: no host unique field

    1
    0 Votes
    1 Posts
    280 Views
    No one has replied
  • 0 Votes
    7 Posts
    2k Views
    P

    Oh, whoops, the speed was set incorrectly(9600).  Thanks, heper.  I'll try 115200 when I get some free time.

    Thanks!

  • Monitoring an URL / Heartbeat, if not available turn off WAN2-Interface

    1
    0 Votes
    1 Posts
    321 Views
    No one has replied
  • SOLVED: Amazon Echo issues

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Can't access DMZ bridge public IP's internally

    10
    0 Votes
    10 Posts
    1k Views
    L

    Well, I never got my Bridge to work, but I ended up not needing a bridge at all.

    I was able to simply assign the last usable IP of my /25 block to my VLAN5 interface and then use it as a gateway on all of my servers with manual outbound NAT.

    Works great now!

    I'm kinda blown away out of the dozens of hours of research I didn't find a single thread suggesting this implementation.

    Thanks a lot to TandyUK in #pfsense on freenode.

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