• Can't access the specific website after configuration in Netgate Pfsense

    10
    0 Votes
    10 Posts
    1k Views
    GertjanG
    @stephenw10 said in Can't access the specific website after configuration in Netgate Pfsense: so you have Squid running Wt*** ?!? @Tiger-0 Couldn't you just post images like : [image: 1639143056544-4bb56e1f-30f2-47c1-951a-4d6e6a7b721b-image.png] The issue would have been solved in a couple of seconds. That is, for us. For you it would have been solved after you know how it set up 'Squid'.
  • TLS Session keys for built in Packet Logger

    11
    0 Votes
    11 Posts
    1k Views
    Y
    @stephenw10 Yep, got a few ideas I'm exploring now, thanks for the assist however. I did read an article about using Squid on pfSense to get data that was decryptable in wireshark, but for the life of me know can I heck as like find it. :-)
  • Mysterious malfunction of SG-1100 running 21.05.2

    8
    0 Votes
    8 Posts
    983 Views
    stephenw10S
    Yeah, it will always be running in 21.05.2. You can apply the linked patch above to stop it running by default. However your free ram never gets close to 0 so that's probably not the cause here. Steve
  • Latency issue - slow ping response

    22
    0 Votes
    22 Posts
    3k Views
    stephenw10S
    I'm confused. Did you try installing pfSense bare metal (no hypervisor) on any hardware?
  • Installing and Running Samba

    Moved
    3
    0 Votes
    3 Posts
    825 Views
    johnpozJ
    Was going to say pretty much the same thing - but Bill did it way better ;)
  • 0 Votes
    28 Posts
    4k Views
    A
    @stephenw10 Thanks sir, I will do that, but first I wanted to try a few more things to gather and capture data for reference, i.e. like trying the WAN>server (or something that will work since I don't have my own server setup) LAN>client iperf3 test (like in the video and the discussion post @johnpoz referenced.
  • Some advice on how to go about using Pfsense on a portable workstation.

    2
    0 Votes
    2 Posts
    444 Views
    stephenw10S
    It is possible to do that but using a type 2 hypervisor like hyper-v is not ideal because it relies on the host OS for it's own security. A small portable router would be better IMO but pfSense would really only fit that role for wired access. If you need to use it as a wifi client you would probably be better served by, for example, OpenWRT. Steve
  • I'm an idiot

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    johnpozJ
    You guys notice this thread is from 2017 ;) heheh spammer hit it and linked to some shit site.. Im going to lock it.
  • Boot is interrupted for a shell prompt

    Moved
    14
    0 Votes
    14 Posts
    3k Views
    J
    @stephenw10 @Gertjan Successful restore from backup! Thanks, again, for your help.
  • pfSense and meraki z3

    64
    0 Votes
    64 Posts
    16k Views
    C
    @johnpoz said in pfSense and meraki z3: never understand why users do this. Not saying there might not be need to do such a thing. But seems most of the time its users following some "vpn" guide that says to do that - when there really is no r You are absolutely right, and that exacly what I did. I do not truly understand (hybrid) NAT or maybe most of the buttons I push in Pfsense, but I basically googled: "meraki x3 pfsense connection" and look what random people on the internet say :). I found the vendor documentation not very user friendly - then again my company does not want to deal with individual engineer that has some fancy Pfsense router. They;ll tell me to hook it up directly to my cable modem - and not use personal devices when working. If you have a suggestion, I would not mind trying a simpler better way.
  • Unable to apply patch

    4
    0 Votes
    4 Posts
    721 Views
    johnpozJ
    @mcarson75 said in Unable to apply patch: I will flog myself accordingly. As well you should - hahahaha ;)
  • Express VPN setup still says Your IP address is currently exposed

    23
    0 Votes
    23 Posts
    4k Views
    S
    @lelefront What option do you have set as automatic? I'm not seeing that
  • Qbittorent

    qbittorent
    2
    0 Votes
    2 Posts
    694 Views
    stephenw10S
    Do you see the VPN connect? Do you see blocked traffic on the port the VPN is using? If that server is on LAN all traffic from it would be allowed out by default, including a VPN. If it's blocked it's because of some rules that have been added (or removed). Steve
  • Cron seconds setting

    3
    0 Votes
    3 Posts
    406 Views
    fireodoF
    @ahmetakkaya said in Cron seconds setting: how to set seconds Cronjob cannot seconds. Here is a possible solution: Cronjob seconds If you do a search you might find some more ...
  • Unable to ping certain hosts

    4
    0 Votes
    4 Posts
    541 Views
    X
    Hm so it looks like none of the client isolation settings can be enabled when it is in AP mode. But I'll keep an eye on the AP if it happens again.
  • Slow routing speeds

    27
    0 Votes
    27 Posts
    3k Views
    ?
    @stephenw10 said in Slow routing speeds: @hngaminguk said in Slow routing speeds: Only annoyance being that the 2100 states a max of 881Mbps for Firewall (10k ACLs) I am not well versed into knowing how many ACLs I am using but I assume my setup currently has less? So I could likely hit 1Gbps? No, using fewer firewall rules will not allow it to hit 1Gbps between two subnets. Enabling pf to set any number of rules will introduce that overhead. Steve Okay thanks for the confirmation, in that case I will have to go for a 3rd party option such as https://www.ebay.co.uk/itm/Intel-Atom-E3845-4-LAN-3G-4G-4G-RAM-64G-SSD-Fanless-pfSense-Firewall-AES-NI-/114644549859?mkcid=16&mkevt=1&_trksid=p2349624.m46890.l49286&mkrid=710-127635-2958-0
  • Outgoing traffic security?

    6
    0 Votes
    6 Posts
    757 Views
    D
    This would be just one tool of many. True, a smart hacker may try to distribute the transfer over time/destinations. Some aren't that diligent.
  • PFSense UI not detecting externally created certs as server certs

    17
    0 Votes
    17 Posts
    2k Views
    M
    @stephenw10 I needed to add server into the nsCertType and serverAuth into extendedKeyUsage in the x509 extensions but need to add the x509 extensions as a command line arg to openssl, adding them into the config file dosent seem to work. Have to create it this way: openssl x509 -CAcreateserial -req -days 7300 -in $cert_dir/$cert_name.csr -CA $cert_dir/id_rsa.crt -CAkey $cert_dir/id_rsa -passin pass:$ca_pwd -sha256 -extfile <(printf "$extFile") -out $cert_dir/$cert_name.crt the -extfile get the contests of the x509 stuff.
  • PfSense AWS not passing traffic

    Moved
    6
    0 Votes
    6 Posts
    647 Views
    P
    @stephenw10 That got it - many thanks Stephen.
  • ATT poor upload speeds

    9
    0 Votes
    9 Posts
    1k Views
    stephenw10S
    Ah, nice catch. Yeah I'm always suspicious with one bad port on a NIC. If it's physically damaged you're probably OK but if it took an electrical surge is the other port going to fail.... Steve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.