• Inspect queues in realtime

    4
    0 Votes
    4 Posts
    786 Views
    N
    https://forum.pfsense.org/index.php?topic=94761.msg527361#msg527361 @Nullity: You can use tcpdump on pflog and see what rule matches each packet, assuming logging is enabled. something like "tcpdump -lnettti pflog0". I usually use pftop via terminal/SSH. Check out OpenBSD's pf documentation. The lesser known features can usually be found there.
  • SMTP E-Mail

    6
    0 Votes
    6 Posts
    1k Views
    M
    Could be pretty much any number of things. Have you checked that your DNS settings are correct? Try running a 'dig' or 'nslookup' from a command shell on the pfSense to see if the MX for your target address is showing up. If that works, try running a telnet to the MX host for your target address on port 25 and see if you can send a test message from there. The process is, by example: 'telnet target-host-ip 25' 'helo me' 'mail from:test@email.com' 'rcpt to:target@address.com' 'data' 'Hello - just a test message' '.' Include the full stop after the 'Hello' line to initiate the send. If this doesn't work then you may get a clue as to why your emails aren't arriving, such as the encryption issue KOM mentioned, or possibly that the receiving host is rejecting the message due to an anti-spoofing error.
  • Instagram and Snapchat Not loading on my android device

    11
    0 Votes
    11 Posts
    11k Views
    L
    @KOM: upon reading some other forums on TCP:FA connections in pfsense I have found out that the problem was the firewall was set to block these connections. TCP:FA (FIN ACK) is an acknowledgment of a TCP teardown request.  pfSense does not block TCP:FA by default.  It was an out-of-state packet that got rejected by the firewall because the state it belonged to was already considered closed due to the teardown.  The TCP:FA was seen as a new connection attempt, and blocked by WAN rules. Thank you for explaining this further. Yes this was my particular problem and it is now resolved. Thanks to all of you for you reccomendations and support @tim.mcmanus: I do have my firewall set to conservative, so that's probably why my monitoring system didn't go aggressive on me. And Tim yes that's probably why you have no problems! Lol thanks for your support
  • Firewall (1/2?) down

    3
    0 Votes
    3 Posts
    903 Views
    H
    Thank you very much for your detailed reply. Unfortunately, I had already shutdown, re-imaged and restored.  Thankfully, I had a very recent backup. I'll get the 2.2.4-DEVELOPMENT snapshot installed tomorrow am.  Can't have any more down time today if it can be helped. Do you happen to know if 2.2.4 has any more fixes for Multi Tunnel IPSEC, I still have the same rekey issues since 2.2.1, which is why I tried 2.2.3. Thanks again. Tony
  • Compiling pfsnse and some more thoughts

    18
    0 Votes
    18 Posts
    3k Views
    M
    Thank to everyone taking the time to read and respond to my overly long posts. As of now everything is working great! But I always have new questions…. "The Dude" is all of a sudden picking up a node with gigabits of traffic on a node ending with *.255 (see attachment). Is this something internal to pfSense? DNS (ubound)? My actual pfSense box is 192.168.3.1. Any and all suggestions appreciated :) Simon ![Skjermbilde 2015-07-15 16.44.04.png](/public/imported_attachments/1/Skjermbilde 2015-07-15 16.44.04.png) ![Skjermbilde 2015-07-15 16.44.04.png_thumb](/public/imported_attachments/1/Skjermbilde 2015-07-15 16.44.04.png_thumb)
  • MOVED: transmit trafic openvpn from 2 load blance wan

    Locked
    1
    0 Votes
    1 Posts
    400 Views
    No one has replied
  • MOVED: Squid 3 eating my bandwidth

    Locked
    1
    0 Votes
    1 Posts
    375 Views
    No one has replied
  • Temperature config none/Apci

    3
    0 Votes
    3 Posts
    890 Views
    K
    ok i ll check it, thanks.  :)
  • Unable to get VLAN working with LAGG in pfSesne 2.2.2

    7
    0 Votes
    7 Posts
    4k Views
    ?
    @tux_dude Did you solve it out now? Did you brought up the LAGs and the VLANs straight working smooth?
  • Blocking

    2
    0 Votes
    2 Posts
    453 Views
    KOMK
    Status - System Logs - Firewall.  Or install the Firewall Logs widget on the dashboard.
  • Brand new pfsense 2.2.3 install not logging

    2
    0 Votes
    2 Posts
    652 Views
    S
    Hmmm.  I had to manually create the SSH keys for this host yesterday.  Today, after a reboot, the SSH keys are gone again.  It's almost like this thinks it is running a live CD, but it isn't?  Also, the thing hangs fro aobut 12 minutes during boot at "synchronizing user settings…" no idea what is going on there.
  • Odd behaviour

    3
    0 Votes
    3 Posts
    941 Views
    F
    @Sensi: My pfSense 2.0.1 (multi-user) is acting strangely!! Anybody got any ideas? There's an idea. Any change you can try this on the current version?
  • WAN is up, but gateway is down

    16
    0 Votes
    16 Posts
    9k Views
    X
    iorx, if you're using intel e1000 physical nic's, try the solution I implemented (thanks to cmb) last friday: https://forum.pfsense.org/index.php?topic=96325.0 Until now (5 days and counting) it's going good, so I'm hopeful.
  • How can I find pfctl source code of pfsense?

    5
    0 Votes
    5 Posts
    1k Views
    T
    @phil.davis: You have to follow the instructions and complete the legal stuff. A few weeks ago the repo became a private one on GitHub rather than where it was before on some other machine hosted at some other pfSense name. I know the existing people signed up to the previous tools repo address all got access to the repo in the new place. I am not sure how that all links together automaticaly now for new sign-ups. After signing up, I would look first in GitHub pfSense section and see if the pfSense-tools repo appears for you. Thanks phil.davis, I can access pfsense-tools now. But It's very straight for me. I think I must install FreeBSD 10.1 (for Pfsense 2.x) and download pfsense-tools from git repo. After that, I patch all fille in pfsense-tools to FreeBSD. Is it correct? Do you have any instruction to build pfsense development enviroment?
  • Routing issue

    6
    0 Votes
    6 Posts
    1k Views
    H
    also imagine someone is using the wifi network for some evil torrenting;  oO On your pfsense machine your traffic graph will show the WAP_ip instead of the offenders_ip as the source/destination of lots of traffic  (since you NAT everything on the WAP)
  • Blocking Traffic

    7
    0 Votes
    7 Posts
    1k Views
    johnpozJ
    so you have a any any rule on wan?  Yeah that is not good… "Wan => (Wan Rule: Pass Any Any) PFsense => Server" If this is what you want "I want to record who ping my server" Why don't you just setup a wan block ping with logging?  Why wold you want to send it all they way to the server, just to block the servers reply?
  • State Table

    5
    0 Votes
    5 Posts
    1k Views
    johnpozJ
    The state table lists the states the firewall has allowed.. Its a stateful firewall!! If your having issues controlling traffic - then post up your rules and explain what your wanting to accomplish.
  • VLAN question.

    5
    0 Votes
    5 Posts
    1k Views
    A
    All 3 are Layer 2. I knew that, what i didnt know is the Lx meaning. I am learning on the go, i dont want to be rude but in any case my boss should be the one asking that.
  • 0 Votes
    50 Posts
    13k Views
    D
    Dunno, but "scrub rule then PF will re-package the data using an MTU of 1460 by default, thus overriding this mssdflt setting" would strongly suggest that messing with that sysctl is a total waste of time.
  • Vlan and routing

    20
    0 Votes
    20 Posts
    5k Views
    I
    Hi - just to update you, I have now managed to get this all working :) Thanks for all your help.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.