• Getting Started Between Modem and Router

    2
    0 Votes
    2 Posts
    705 Views
    stephenw10S
    In many ways you want the IDS to see all the traffic hitting the WAN of your firewall. That way the IDS can look for patterns in the hits to match against known attacks etc. Steve
  • Guest network question

    2
    0 Votes
    2 Posts
    808 Views
    stephenw10S
    @gnius: 2. control access to LAN machines and NAS of radius-using users What exactly do you mean by that? If you are talking about controlling what is accessible based on login credentials then things get complex. The easiest way to this would be to add another NIC to the pfSense box to connect the AP to. You would still probably have to add VLANs between the AP and pfSense box to separate the two wifi user groups onto different interfaces. Since you're running dd-wrt on the AP that should be possible. You may be able to it just using what equipment you have depending on how your unmanaged switch handles VLAN tagged packets. If it passes them with tags intact then you could do it two VLANs from the AP to the pfSense box. Steve
  • Weird multiWAN speed

    5
    0 Votes
    5 Posts
    1k Views
    B
    Sure, CPE's are in router nat mode but I seperate lokal networks with routers… routers are basics of networks, should it be problem ? ![PFSense network.jpg](/public/imported_attachments/1/PFSense network.jpg) ![PFSense network.jpg_thumb](/public/imported_attachments/1/PFSense network.jpg_thumb)
  • Migration from Linux iptables to pfsense. How'd you do that?

    6
    0 Votes
    6 Posts
    4k Views
    S
    I just had a look at fwbuilder. Alas it is too complicated and prone to flaws if you try to transform iptables to pf. Next problem is having a pf file which needs to be merged into the pfsense file. I read you shouldn't edit rules within the according file. Back to aliases. Often there is a host which is allowed http and https and ssh and ftp. In that case I have to put the same IP into four aliases? Is there a better approach? Sorry, but I really have a lot of hosts and hence rules which apparently need to be typed in by hand. Thus I want it to be as painless as possible.
  • Pfsense Snort Package - PROTOCOL ICMP Unsual Ping Detected

    2
    0 Votes
    2 Posts
    1k Views
    stephenw10S
    You have firewall rules that allow your ISP to ping your internal interfaces? Seems unusual. Or your ISP is somehow able to determine your internal interface IP and it trying to ping it? Steve
  • Squid and HTTPS caching?

    2
    0 Votes
    2 Posts
    697 Views
    V
    Have a read this:- https://forum.pfsense.org/index.php/topic,72528.0.html oops it's more Filtering HTTPS not caching, sorry.
  • What do to with a static WAN address

    4
    0 Votes
    4 Posts
    1k Views
    S
    Did you setup a WAN rule for connections inbound to that Public IP at your ssh port? A little more info would be helpful, not clear if you made a Wan rule or a Lan rule.  Change your firewall rule and enable logging, try to connect, then see what is in the log. Actually, are you trying to ssh to get to the command line interface or to the web based UI?  Not clear on what exactly you are trying to accomplish. I'm not personally a fan of opening up direct access to the command line or web ui on your public IP.  Like I said in a previous post, I'd setup a VPN (something cert based like OpenVPN) and have it tunnel to the LAN, then you would simply connect the VPN and have access to both the web ui and the command line interface at their private/LAN IPs.
  • Is managing the state table taking up all of my CPU?

    9
    0 Votes
    9 Posts
    3k Views
    S
    I've never been clear if I'm dealing with a pure packets-per-second problem (incoming packets driving a lot of interrupts) or a state table problem (too much state churn) or a combination of both.  The key part for me in this post is what I see under STATE in the output from top, it shows "*pf ta" - as I understand it this means that the CPU is waiting on the pf process for something.  I'm guessing the "ta" part relates to the state table.
  • Mail spam from firewall "writing to routing socket…"

    5
    0 Votes
    5 Posts
    1k Views
    V
    /etc/rc.filter_configure_sync contains the following….. | #!/usr/local/bin/php -f /* $Id$ / /     rc.filter_configure_sync     part of pfSense (http://www.pfSense.com)     Copyright (C) 2004 Scott Ullrich     All rights reserved. Redistribution and use in source and binary forms, with or without     modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice,       this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright       notice, this list of conditions and the following disclaimer in the       documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY     AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE     AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,     OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE     POSSIBILITY OF SUCH DAMAGE. */ require_once("config.inc"); require_once("functions.inc"); require_once("filter.inc"); require_once("shaper.inc"); require_once("ipsec.inc"); require_once("vpn.inc"); filter_configure_sync(); ?> |
  • How to find posts I've submitted?

    3
    0 Votes
    3 Posts
    556 Views
    E
    Thank you. :)
  • Packet Flood?

    8
    0 Votes
    8 Posts
    1k Views
    C
    @johnpoz: If your saying it stops when you remove client X from the network, that really points to it being client X.  Sure its not just downloading the gazillion updates a new install of windows 7 would call for? ^^This. Windows 7 downloads in the background, so next time you shut down it can say "…Please don't shut off the power.  Applying Update 12 of 135329"  :)
  • Conflicting info on fail over and load balancing

    8
    0 Votes
    8 Posts
    1k Views
    P
    Default gateway switching allows pfSense-originated traffic to find its way out if WAN1 is down. Mostly this is just the dashboard firmware update check, and installing packages. (when you already have gateway groups and policy-routing rules for your client traffic) If you have multiple DNS servers defined in System:General and pick a WAN gateway for each then you will still get DNS when 1 WAN is down, without needing default gateway switching. In a 2-WAN system where you just want everything to fail over from the main WAN1 to a (usually much slower) backup WAN2, then you could just use default gateway switching and not bother with gateway groups and rules.
  • Security and AutoConfigBackup

    3
    0 Votes
    3 Posts
    887 Views
    B
    Thank you Phil! This is good information.  I appreciate your time and perspective.  We've tried to keep anything out of DropBox and Google that was the least bit security sensitive.  But it's helpful to know some of the good reasons for that practice.  :-) I also hadn't thought about the certificates being stored in the XML file.  That's a very good point. Does anyone know if there is a limit to the size (length) of the AutoConfigBackup key? Thanks again!
  • Trouble with dropped connections.

    1
    0 Votes
    1 Posts
    704 Views
    No one has replied
  • File transfers larger than about 1.5 MB fail

    4
    0 Votes
    4 Posts
    963 Views
    A
    Thanks for your reply. We don't have asymetric routing. There is just one LAN. pfSense acts as the NAT, firewall with less than a dozen rules, and DHCP server. I still have the packet capture file; I'd be happy to upload it to a place which is convenient for you.
  • 0 Votes
    3 Posts
    1k Views
    J
    Virtual machine equals Win server 2012 ye, sorry for not pointing that out. I did some configurations yesterday and managed to make static WAN work out! I sat WAN to 192.168.10.103 (static) and gateway as pfSense LAN adress. I also sat my homerouters IP-adress as DNS-server and I can ping everything included Windows Server from pfSense :) But I'm still not able to browse the web… So I guess it has to be something blocking port 80? I tried to check both Windows Firewall and pfSense firewall but couldn't find any settings that would block port 80. So there's still some troubleshooting left for me.
  • Plans to support netmap in pfSense

    1
    0 Votes
    1 Posts
    710 Views
    No one has replied
  • System freezing?

    8
    0 Votes
    8 Posts
    2k Views
    P
    Steve, you were right: it was hardware related!  ;)
  • WAN setup for BT Infinity PPPOE

    7
    0 Votes
    7 Posts
    13k Views
    U
    I currently have the same issue :( EDIT: Okay I have managed to get it working, it turned out for some really odd reason the network port the PPPoE was on wasnt the correct one, in fact it wasnt anything… As shown there is now the interface (alc0) for PPPoE but before hand there was nothing shown here also... [image: sdsdsd.png] So using the webconfigurator all I did was assign the WAN to alc0 (MY direct incoming connection (ISP infinity cable coming from the VDSL modem) using the assign interfaces, then I went into the settings specifically for WAN and configured it like so… [image: sesersdfd.png] Then as if by magic it suddenly started working, and the right interface was assigned to WAN [image: Capture.PNG]
  • Traffic on WAN

    5
    0 Votes
    5 Posts
    1k Views
    johnpozJ
    This is really basic stuff here - not sure how it could be worded better? you have this client –- lan (pfsense) wan --- internet If your pfsense stuff going to clients would be out the lan, stuff from clients would be in on lan.  On wan stuff going to internet would be out, and stuff coming from internet to pfsense would be in.  Look at the traffic flow from pfsense perspective
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.