• MOVED: pfBlockerNG GeoIP Log Surpress?

    Locked
    1
    0 Votes
    1 Posts
    181 Views
    No one has replied
  • Multiple VLANs single interface - possible bottlenecking?

    6
    0 Votes
    6 Posts
    496 Views
    DerelictD
    Depends on the switch. On pfSense it is in Interfaces > Assignments, LAGGs
  • PfSense in VM blocks access from host to web UI

    1
    0 Votes
    1 Posts
    217 Views
    No one has replied
  • Ethernet frame size

    14
    0 Votes
    14 Posts
    2k Views
    DerelictD
    So there's no way to know but to try it. As has been said many times, it might or might not work. Want to process dot1q? Use a dot1q switch.
  • MOVED: Help!!! SquidGuard barring Installs

    Locked
    1
    0 Votes
    1 Posts
    211 Views
    No one has replied
  • Certain sites only work on IE8

    6
    0 Votes
    6 Posts
    428 Views
    D
    Uhm… https://support.microsoft.com/en-us/help/17472/windows-internet-explorer-11-fix-site-display-problems-compatibility-v
  • Opinions on where to terminate SSL

    8
    0 Votes
    8 Posts
    2k Views
    stephenw10S
    Yes the SSL/Proxy should be completely separate from the pfSense webgui. I would expect you could use letsencrypt for both or either. But they would need to be on different ports. Steve
  • PFSense suddenly block all WAN traffic.

    13
    0 Votes
    13 Posts
    3k Views
    D
    I started with a fresh install, as suggested by tripplex, restoring the settings and that seems to resolve the issue. I'm still monitoring if it remains online. Once it happens again, I'll wireshark & check the states Steve. Keep you guys updated!
  • No internet on 1 client off dumb switch

    5
    0 Votes
    5 Posts
    476 Views
    jahonixJ
    Which OS is your Plex Server running on? Can you use "nslookup" or "dig" for www.google.com from plex console, if so what's the result? Probably not related to your problem but you know that 20.1.1.0/24 is not a designated RFC1918 private address space. It belongs to CSC, Computer Sciences Corporation (CSC and HPE Enterprise Services are now DXC Technology). So whatever services they are hosting from those IPs they won't be accessible to you.
  • Remote Packet Capture

    11
    0 Votes
    11 Posts
    6k Views
    bingo600B
    I have toyed a bit with this , and here is a working solution wo. to much "no..no" ********* Works wo sudo hack on linux ************** Only first time (ever) - to make ssh work wo. asking for passwd ssh-keygen ssh-copy-id user@pfsense-fw If sudo is installed on pfsense ---------------------------------- remote:~$ mkfifo /tmp/pcap remote:~$ sudo tcpdump -iigb1 -U -s0 -w - 'not port 22' > /tmp/pcap If sudo is not installed on pfsense ------------------------------------ ssh to pfsense as root/admin , enter 8 for shell remote:~# mkfifo /tmp/pcap remote:~# tcpdump -iigb1 -U -s0 -w - 'not port 22' > /tmp/pcap and send the data by a separate connection: local:~$ mkfifo /tmp/pcap local:~$ ssh user@pfsense-fw "cat /tmp/pcap" > /tmp/pcap and finally start Wireshark local:~$ sudo wireshark -k -i /tmp/pcap ********************* end *************** I do have this one liner working As local root (due to wireshark needs root) local:# ssh user@pfsense-fw sudo tcpdump -iigb1 -U -s0 -w - 'not port 22' | wireshark -k -i - But it requires sudo to be installed on pfsense https://www.cyberciti.biz/faq/how-to-add-delete-grant-sudo-privileges-to-users-on-freebsd-unix-server/ install pkg install security/sudo And some "nasty" visudo things, that would get a "security officer/revision" to get "Red Ears" …. I could prob lock it down to just work with tcpdump , but for now it's allowing my local user to sudo anything wo even asking for a pwd. Provided he's a member of the admin group. Have fun "Sharking" Ps: Most of this nasty stuff would prob not be needed of we could get a way to ssh into pfsense as root , wo. hitting the "menu". Or if we could ssh into pfsense w. a user that was allowed to run tcpdump on an interface. /Bingo
  • Interface Shutdown - similar to Cisco Command

    5
    0 Votes
    5 Posts
    477 Views
    N
    Heper, Thanks for that…..one I had not considered and will probably perform exactly what I need.... In fact as I was typing, on that same system, I just marked the Gateway Offline and put the Gateway Default back to the Primary Link (which has been marked as down) The results were Forwarded Ports to the Secondary WAN link  - responsive Inbound OpenVPN connections working Outbound OpenVPN Connections working Everything else working as it should in a failover situation. Heper, Thanks that appears to do exactly what I need….. Regards Bob
  • VOIP thru IpSec VPN problems

    17
    0 Votes
    17 Posts
    4k Views
    R
    I believe you. Currently working with FreePBX forum to resolve this.
  • [SOLVED] Cannot Get back into WebGUI - No Network on LAN Port

    25
    0 Votes
    25 Posts
    2k Views
    stephenw10S
    Ha, no need to feel bad, I'm glad you got up and running.  :) Steve
  • Pf Sense Configuration

    3
    0 Votes
    3 Posts
    575 Views
    S
    Thank you for replay. I will check and inform.
  • Failover Switches using LAGG on PFsense

    11
    0 Votes
    11 Posts
    2k Views
    DerelictD
    Completely up to your switches. pfSense LACP will not care.
  • No internet access

    9
    0 Votes
    9 Posts
    1k Views
    GertjanG
    @valnurat: ….. But is it not possible to use 8.8.8.8 instead of my ISP? Yep. If you prefer that Google knows all about your DNS requests (so they know what your are doing every time) instead of your ISP, then it is ok to switch to them. Normally, you shouldn't do this all together, and just use the Resolver -as it is activated by default.
  • 0 Votes
    2 Posts
    261 Views
    stephenw10S
    I'm not sure what you mean here. Sounds like you are asking for something for the captive portal? It already has a popout logout button feature. Steve
  • Vlan problem, despert NEED HELP

    27
    0 Votes
    27 Posts
    2k Views
    DerelictD
    No. You need to understand VLANs. Edge devices get untagged, access ports in almost all cases. Connections to VLAN-aware devices like other switches, pfSense with tagged ports, Access Points, etc get tagged, "trunk" ports. Chapter 2: https://books.google.com/books?id=dkDsJmnsejEC&pg=PA51&source=gbs_toc_r&cad=4
  • MOVED: How to translate the keyword "System" in the system language pack

    Locked
    1
    0 Votes
    1 Posts
    218 Views
    No one has replied
  • How to bypass torrent blocked ports using openvpn. [SOLVED]

    22
    0 Votes
    22 Posts
    5k Views
    johnpozJ
    here [image: vpnserversettings.png] [image: vpnserversettings.png_thumb]
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.