• Setting changes for Better Security

    7
    0 Votes
    7 Posts
    2k Views
    K
    Controlling outgoing traffic with just firewall rules is really hard because of the multitude of TCP/UDP ports used for different applications and many of them are not officially allocated. The worst are filesharing applications such as BitTorrent that can use almost any port imaginable. You're much better off using a proxy with whitelist/blacklist techniques if you want to control outbound.
  • 2.3.1 monitoring options

    6
    0 Votes
    6 Posts
    1k Views
    R
    Thank you for your help.
  • VLAN Weirdness

    1
    0 Votes
    1 Posts
    528 Views
    No one has replied
  • New to pfSense!

    9
    0 Votes
    9 Posts
    2k Views
    KOMK
    For a new user I would recommend keeping it simple and organizing your rules per interface.  Leave the floating rules for traffic shaping.
  • State Timeout

    3
    0 Votes
    3 Posts
    1k Views
    M
    @heper: You can set a timeout for a single firewall rule (advanced section when editing) Thnx i found it, dint know that option was there, the limit is 3600 seconds.
  • Re-Upload the .gz link to a REAAAAL iso file :)

    2
    0 Votes
    2 Posts
    650 Views
    johnpozJ
    that is a link to the iso, its have been gzipped, just un gzip is.. And then you have the iso file. http://www.gzip.org/
  • Throughput Issue

    10
    0 Votes
    10 Posts
    5k Views
    N
    hey thank you for your reply, very interesting, I am now consistently seeing my line speed again 900mbps with a clean signal graph on the speedtest, I have attatched the top output now when at around 870mbps let me know if you think there is something that looks wrong still thank you so much for assisting me XD [image: topoutput.jpg] [image: topoutput.jpg_thumb]
  • Packet loss when upload

    5
    0 Votes
    5 Posts
    2k Views
    H
    It's possible your performance has actually improved. Bufferbloated networks have this peculiar characteristic that sometimes being faster makes you slower. If your ISP or drop box service has suddenly increased in performance, you may be pushing up against your max bandwidth, which can trigger many issues with bufferbloat, like high pings times and packetloss. Like kpa mentioned, give traffic shaping a try. Even something as simple as enabling Codel and setting your upload bandwidth may be enough. Very easy. It may be something else, but give the easy fixes a chance.
  • Performance issue

    9
    0 Votes
    9 Posts
    3k Views
    johnpozJ
    "even a full duplex link can handle this easily." Still bad design plan and simple… No hairpin is not a "NAT" term.. Yes you can hairpin with NAT, ie NAT "reflection".  The term hairpin means in and out same interface.. And it should be avoided if possible.  When you have multiple vlans on the same physical interface and vlan A talks to vlan B this is a hairpin, and not best for performance.  If possible if you have vlans that send a lot of traffic to each other, these vlans should be on different physical interfaces at the device making the routing decision. You say your windows machine is fast, the way you drew it - looks to be coming in different path than the interface you have your vti on?  Is that the case?  Again you state this is hosted on VM, what interface in vm are physical in the drawing what are virtual? This is esxi, where is your vmkern?  Same interface?
  • Slave Server Crash when using Traffic Shaper: Limiter

    1
    0 Votes
    1 Posts
    436 Views
    No one has replied
  • Huawei LTE usb stick non hilink (partial working)

    3
    0 Votes
    3 Posts
    2k Views
    K
    Did you get this working in all situations? What happens when the network connection fails? Does the WAN interface go down or does pfSense still think it's connected? Does it reconnect automatically or must you send the AT commands again? If so, have you automated the reconnection? It is also possible to enable legacy PPP mode for this model: http://blog.asiantuntijakaveri.fi/2015/07/convert-huawei-e3372h-153-from.html
  • /var/run running out of space

    3
    0 Votes
    3 Posts
    1k Views
    K
    Thanks Jorge!
  • Separating browsing and online gaming

    1
    0 Votes
    1 Posts
    774 Views
    No one has replied
  • WAN port does not detect network connection

    6
    0 Votes
    6 Posts
    2k Views
    C
    Unusual, but it happens. Some devices don't play well with certain others. In those cases, you're generally always fine with the switch in between. Where that works at all, it'll generally stay stable.
  • SG-2440 randomly locks up WIFI and serial until reboot

    1
    0 Votes
    1 Posts
    488 Views
    No one has replied
  • Pfsense and packages i would like

    5
    0 Votes
    5 Posts
    1k Views
    T
    just a standard client great ill try to set it up then :) thanks again
  • TOR pfSense 2.3.1

    3
    0 Votes
    3 Posts
    3k Views
    S
    @sherkas: You should be able to connect directly to the TOR network or just open required ports. I know this reply isnt too helpful. Thank you, but I tried following tutorial more without result. https://turbofuture.com/computers/How-to-Set-Up-a-Tor-Proxy-Server-on-pfSense http://www.malwaretech.com/2015/08/creating-ultimate-tor-virtual-network.html Not install.
  • NTP troubles post upgrade.

    19
    0 Votes
    19 Posts
    6k Views
    W
    I've been going round and round in circles trying to get my Sure GPS to work. No matter how many times I set the speed to 9600 in the config screen the system logs always say it opened the serial port at 4800, which obviously doesn't work. If I tell it to connect at 19200 then the system logs say it opened the serial port at 19200. If I go to Custom GPS and set it to 9600 and save when the page reloads it will still be showing 4800. I even tried setting it to speed 16 directly in the config.xml and reloading the page but when the page saves it still resets the serial port to 4800. If it helps - the page shows 4800 has a value of 0, and 9600 has a value of 15, whenever the page is saved with 9600 selected it saves the value 15 not 16 in the config.xml file. I hope I have provided enough information. System Version: 2.3.1-RELEASE-p1 (i386) built on Wed May 25 14:53:12 CDT 2016 FreeBSD 10.3-RELEASE-p3 Andy EDIT: OK I managed to get it working by forcing it to post speed value 16 by editing the page live in Chrome. services_ntpd_gps.php needs line 281 fixing. [0 => '4800', 15 => '9600', 32 => '19200', 48 => '38400', 64 => '57600', 80 => '115200'] should be [0 => '4800', 16 => '9600', 32 => '19200', 48 => '38400', 64 => '57600', 80 => '115200']
  • Upload speed too slow when under pfsense.

    3
    0 Votes
    3 Posts
    4k Views
    J
    The following documents on the wiki may be helpful in assisting you to fix the problem: https://doc.pfsense.org/index.php/Low_Throughput_Troubleshooting https://doc.pfsense.org/index.php/Tuning_and_Troubleshooting_Network_Cards Also, it might help to know what network adapters you're using.
  • [Solved] Mail Cannot Receive but Can Send (Zimbra)

    4
    0 Votes
    4 Posts
    7k Views
    B
    Hi, Thank you to all who respond to my plea. I followed your instructions and am now receiving mail. I had not read as far into the manual as I should have and set up manual rules without port forwarding. So, RTFM in future my lad. Thanks and kind reagrds, jB  8)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.