• HOWTO: Notifications with GMAIL SMTP

    7
    4 Votes
    7 Posts
    16k Views
    J

    I don't see how this is a bug when it clearly says

    The last SAVED values will be used, not necessarily the values entered here.

    Directly below the TEST button.

  • Monitor internet traffic in local network based on IP

    2
    0 Votes
    2 Posts
    232 Views
    GrimsonG

    https://forum.pfsense.org/index.php?board=62.0

  • Is Pfsense firewall apt for an ISO organisation

    4
    0 Votes
    4 Posts
    591 Views
    SammyWooS

    "only licensed…"  is an outdated view.  Plenty of corporations these use Linux in its many flavors to run their stuff, AS LONG AS there is a competent in-house IT staff.    "only licensed..." tells me, "if something goes wrong, there is somebody we can blame."

  • Using PFSense behind Juniper edge firewalls

    11
    0 Votes
    11 Posts
    1k Views
    johnpozJ

    A wan is going to be any interface that can be used to get to other networks.  You can nat or not nat to this wan connection.  As mentioned already you have an asymmetrical problem putting this "wan" network of pfsense where there are devices..

    If you want networks behind pfsense, and you want a "wan" network that will be used to get to networks not behind and directly attached to pfsense then this network should be a transit network..

    Thats fine if all of these networks all connected physically on the same switch, you just need to make sure you break that switch up correctly at layer 2 to provide isolation.

    Your going to run into asymmetrical problems as well if you just put all your networks behind pfsense on "lan" networks directly attached that use different gateway to get off their network other than pfsense.  You would have to do host routing on every single host, etc.

    Connect this pfsense to either your layer 3 or your edge with a transit network and correctly route..  Any network your going to put behind pfsense like this 192.168.100 should be isolated on their own layer 2 and use pfsense 192.168.100.x as their default gateway.

  • Programmatic User Certificate Registration

    2
    0 Votes
    2 Posts
    472 Views
    jimpJ

    There is no mechanism to do that automatically. You'd have to create a script to do it from scratch, using the certificate functions from /etc/inc/certs.inc and probably copying some code from the certificate management page.

  • Multiple vlan

    2
    0 Votes
    2 Posts
    326 Views
    johnpozJ

    yeah sure no problem.. Do you have switch(es) that support vlans?

  • ESXI and VLAN

    3
    0 Votes
    3 Posts
    530 Views
    B

    Fantastic, setting the vlan id 4095 on the WAN port group solved the problem. Thank you for the assistance, highly apprechiated. :)

  • VLAN and PPTP gateway

    1
    0 Votes
    1 Posts
    351 Views
    No one has replied
  • IPsec Multi-Wan Failover Pfsense 2.4.2-RELEASE-p1

    1
    0 Votes
    1 Posts
    265 Views
    No one has replied
  • PfSense as NTP server

    6
    0 Votes
    6 Posts
    2k Views
    stan-qazS

    Since I'm using pfSense as my DNS server (behind a PI-Hole blocker) I have the pfSense DHCP server pass out the preferred NTP servers so I don't have to go to multiple systems to tweak them. A couple boxes that have static addresses assigned do have the NTP servers defined in their config and do need individually tweaked which is much more aggravation than the DHCP option.

    I use the FQDN here too, that lets me easily move a server to a new IP if I decide to rearrange my IP assignments. Every step you automate is one you won't forget to do and get a 2:00 AM call about!

  • Looking for advice

    3
    0 Votes
    3 Posts
    575 Views
    S

    @MeeleIkon:

    From what I gleam from your post, you have a server that you want to access remotely however you have security concerns on having open ports. You wanted to use OpenVPN but it is blocked in your country. You tried to use IPsec as a replacement and it is not working.

    I run all of my LAN Traffic through VPN client on Pfsense, except for one server that I route through WAN so it won't eat up bandwidth on the VPN connection. VPN use isn't illegal they just make it very hard to access, until recently ISP would only throttle OpenVPN traffic, now all OpenVPN traffic is being blocked. So I switched to using IPsec which I know doesn't allow for policy-based routing on pfsense currently.  So I'm am looking for solutions to allow me to route LAN traffic over IPsec and keep the server on the WAN. I'm willing to buy new hardware if there is something out there at the enterprise level that will allow for this kind of thing. I didn't want to start blindly buying things, I hope I have made the picture a little clearer.

    Thanks

  • Alias table bulk loading

    7
    0 Votes
    7 Posts
    971 Views
    DerelictD

    They are not in a database.

    They are in the config.xml file at /cf/conf/config.xml.

    You might be able to create one, get the XML format, and then script the creation of other entries then insert them but, all in all, you are probably looking to do something that is outside the scope of what the aliases are designed to handle at present.

  • Stopping at Boot Menu

    1
    0 Votes
    1 Posts
    417 Views
    No one has replied
  • Hostnames not showing in ARP Table

    4
    0 Votes
    4 Posts
    4k Views
    JKnottJ

    That's an arp table maintained withing pfsense.  It's not the arp cache as used by freeBSD.  Go to a command prompt and enter the command "arp -a", which will show the contents of the arp cache.  If a host name is there, it's because something did a host lookup on the IP address.  An arp cache is used when trying to reach an IP address on the local net, by providing the MAC address for it.  A host name has nothing to do with that function.

  • High disk usage

    10
    0 Votes
    10 Posts
    4k Views
    A

    @wizard1:

    resetting system logs didn't seem to make any difference either so I manually deleted the files via command prompt and did a reboot.

    Disk space recovered.

    Can I ask on how you did the manual deleting of files?

    I'm experiencing this now:

    845M /usr
    43G /var

    TIA!

    ast

  • Pfsense authentification via tacacs+

    1
    1 Votes
    1 Posts
    779 Views
    No one has replied
  • Memory and Disk usage

    6
    0 Votes
    6 Posts
    1k Views
    A

    Hi!

    For some weird reason, my disk usage jumped up to 106%,  how is that possible?  And also, can i ask on how I can "delete" some files to make room?

  • What am i doing wrong RS232 to RJ45 connection? It looks like it connects

    5
    0 Votes
    5 Posts
    414 Views
    pfrickrollP

    @viragomann:

    Seems your terminal program is on another speed rate than pfSense. pfSense use 115200 by default.
    Look here for more details: https://doc.pfsense.org/index.php/Connecting_to_the_Serial_Console

    Changing the speed rate did it, thank you!

  • Ping spikes on new install

    21
    0 Votes
    21 Posts
    5k Views
    K

    @nazuro:

    Hi all, this is my first pfSense build and have noticed some issues with ping spikes while gaming. The issue is not severe - it seems that I have random ping spikes (around three in my last test of 100 pings to 8.8.8.8 ). The latency will be around 24 or 25 and then will shoot up to the hundreds or even 200 ms then go straight back down again.

    Hi,

    Delayed answer, but in case someone else is struckling with same problem…

    I had exactly same issue for months, and tried to find cause from every component in network. Yet it was my pfsense hardware afterall.

    Solution:
    disable 'Monitor M-Wait' in bios
    Could be under Features tab > CPU Configuration

    At least work with my Zotac Ci-327

  • 0 Votes
    4 Posts
    509 Views
    KOMK

    I used to use it in conjunction with Nircmd's speech function to get it to tell me audibly when something is down.

    http://www.nirsoft.net/utils/nircmd.html

    CheckHost "When no longer available", Start Program: C:\Users\Me\My Utils\CheckHost\FluentStream_Down.bat

    FluentStream_Down.bat:

    C:\Users\Me\Software\NirCmd\nircmd.exe speak text "FluentStream is not responding" 0 100

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