• Easy multiple subnet/multiple lan question

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    W
    My previously asked questions in this thread are just as relevant to your configuration.
  • Multi subnets on one nic , moving to one subnet per nic

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Root: 17 addresses added? and "Bogons file downloaded"? What are these?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    ?
    You're blocking bogons on your WAN interface which is populated by a file which is regularly updated.  pfSense downloads this file regularly.  That's what you're seeing in the logs.
  • PfPBX

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    C
    There isn't any such build at this time. May be in the future, probably with FusionPBX rather than our Freeswitch package (the creator of which, mcrane, went on to create FusionPBX). There are a lot of people using the Freeswitch package though. Just not an appliance build specifically for it.
  • What the importance of a mirror copy on the same SD card?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    C
    @torontob: 1- I want to know how the backup can be triggered? Would OS boot automatically fall to the second partition if the first fails? 2- Would it be by simply choosing option 2 at boot time? 3- What is the way to set the mirror as the default at start-up? 4- Are the configurations copied between the two mirrors as a system is built? If not, really this other partition is useless and waste of space isn't it? Since, it's probably much more cleaner and might take the same time to re-image the whole thing anyhow. you have to choose it at boot time. yes Diag>Nanobsd there is one shared config partition. It's primarily if you want to upgrade one and have the option to revert back to the previous version. (with caveats for drastically different versions, like 1.2.3 vs. 2.0, where the configs aren't compatible)
  • Logging without clog

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    jimpJ
    Just remove it. Without the % it logs to just normal plain text files. Be aware, you will have to monitor the logs and either rotate them manually or setup an automated process.
  • Irc channel ?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Cry HavokC
    First hit on pfSense irc on Google, also found one click off of the pfSense home page.
  • MOVED: Traffic Shaper Can limit download of torrent?

    Locked
    1
    0 Votes
    1 Posts
    926 Views
    No one has replied
  • MOVED: Squid default settings vanished

    Locked
    1
    0 Votes
    1 Posts
    885 Views
    No one has replied
  • Example of Alias usage?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    GruensFroeschliG
    You may need multiple overrides for variations of the domain. ( like example.com and www.example.com )
  • PfSense, static IPs, LAN & OPT1 interfaces, and wireless network

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    ?
    Virtual IPs are exactly what you want to use.  Consider implementing 1:1 NAT for your servers which means the virtual IP addresses will live on the WAN interface of your pfSense box and each unique IP will be NAT'd to the specific server you want to give access to.  Depending on the security stance of your network, it would be a good idea to consider putting your Internet facing devices in your OPT1 network and implementing firewall rules to limit their access into your LAN.
  • Multiple static IPs + single WAN interface

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ
    It would be better to assign your second static IP as a VIP on WAN, and then use 1:1 NAT to associate it with your internal server. If you only had that server on a segment, you could bridge it to WAN and assign it directly, but that isn't advisable (or workable) if you have other items on LAN that are privately numbered which need NAT applied.
  • PfSense to apply DNS to different subnets on LAN

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ
    Unless you are assigning those DNS servers directly to clients in those subnets with DHCP, it can't be done in that way. The DNS forwarder can't pick and choose which upstream server to use for clients in that way.
  • 0 Votes
    1 Posts
    983 Views
    No one has replied
  • Shaping, which version works?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    A
    Thank you :)
  • Install other Linux software besides pfSense?

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    0
    Complexity is also the enemy of security (and reliability). If the guy needs a file server, why should he be forced to use three OSes (bare metal and two VMs), a hypervisor, some virtualised networking between the VMs, and beefier (and therefore hotter) hardware to do it, when he could just use a puny box, one OS, and the firewall and file server directly within it? I guess someone thought that about FreeSWITCH (great feature!) at some point, too. Just pointing out that there are two sides to the coin, and sometimes different answers for different needs.
  • MOVED: nmap, squid, and squidGuard on 1.2.3

    Locked
    1
    0 Votes
    1 Posts
    862 Views
    No one has replied
  • Configuring LAN to use OpenDNS?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    B
    Aha, you have a logical point. I will try setting OpenDNS on the DHCPd server as the DNS servers and see what happens …
  • Chainloading ipxe infinite loop.

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    M
    So how do I modify or add a custom dhcp config?
  • Restart apinger

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    G
    see this post for a patched apinger, version 1.2.3 apinger not working: exit in log, no apinger process with "ps -A", and status for load-balancer without any change (marked down) but connection (both wan and vpn) working. My question now would be: How can I check for apinger periodicallly and have it restart if necessary, or even force kill and restart ? (any shellcmd or similar to insert in the configuration?) pfSense is going to be used in branch office for double wan, and double openvpn between main and branch office (16M ADSL on main office, 2 x 6M ADSL on branch office). Present setup is using 2 NAT routers to split my poor and only 1M ADSL in order to have 2 WANs for pfSense. During testing apinger exits from time to time, one example: Dec 23 09:39:46 kernel: pid 2031 (apinger), uid 65534: exited on signal 6 Dec 23 09:39:46 apinger: Target "10.2.1.2": Received packets buffer: ########################.......................### #################### Dec 23 09:39:46 apinger: Target "10.2.1.2": Lost packet count mismatch (6(recently_lost) != 23(really_lost))!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.