• FreeRADIUS and Google Authenticator based One Time Passwords

    1
    0 Votes
    1 Posts
    709 Views
    No one has replied
  • Testing Performance

    7
    0 Votes
    7 Posts
    3k Views
    ?
    …..would be a closer use case to users surfing the web. This could also be a nice test fir sure and on top of this it might be also that he is able to set up that iPerf test with the -p "n"command to high up or scaling up the entire workload. As an example: iPerf Client --------------------------------------> iPerf Server IP 10.1.1.2                                          IP 10.1.1.1 #iperf -c 10.1.1.1 -P 8 so over that test it will then be used 8 streams and that could be also really filling up or saturate that line.
  • 0 Votes
    5 Posts
    2k Views
    M
    Also - I did find this info on the forum from others having similar issues installing pfblockerNG / php memory issues but I don't know if I need to do these edits too: for amd64 systems … change /etc/inc/config.inc (line 75) from 512M to 640M or 768M. Code: [Select] // Set memory limit to 512M on amd64. if ($ARCH == "amd64") {   ini_set("memory_limit", "512M"); } else {   ini_set("memory_limit", "128M"); } to Code: [Select] // Set memory limit to 512M on amd64. if ($ARCH == "amd64") {   ini_set("memory_limit", "768M"); # amd64 Default 512M } else {   ini_set("memory_limit", "128M"); } AND modify the /usr/local/etc/php.ini (last line) and /etc/rc.php_ini_setup files (line 303) from Code: [Select] suhosin.memory_limit = 536870912 to Code: [Select] suhosin.memory_limit = 671088640 # 640M Default 536870912 or Code: [Select] suhosin.memory_limit = 805306368 # 768M Default 536870912
  • Squid Transparent Proxy and SSL decryption

    1
    0 Votes
    1 Posts
    421 Views
    No one has replied
  • Amazon Echo suddenly blocked

    6
    0 Votes
    6 Posts
    3k Views
    A
    I've been having the same issues.  Did you ever resolve it?
  • PFSense logging my own public IP as SourceIP on all packets

    12
    0 Votes
    12 Posts
    5k Views
    J
    @johnpoz: So did you try turning off the dmz host mode and just forwarding specific ports, like 80 or 443, 22 and test the specific ports.. Does it source nat as well?  If so that is just MESSED UP!! Do you have any other choices for isp?  If so freaking tell them your moving to different ISP and see if that gets their attention. I did try just forwarding specific ports, but it was the same. No difference. I can't figure it out. I've never had this problem before with any previous ISP. Once explanation is that our house was built this year and it's all new infrastructure. So maybe they are still smoothing out the bugs. I'm hoping that's the case anyway. Unfortunately ISPs usually have a monopoly in specific neighborhoods. So where i live they are the only option. The only way to change ISP is to move house.
  • Enabling jumbo frames with VLAN's

    5
    0 Votes
    5 Posts
    4k Views
    P
    Ok, will remove it on all machines then. Sounds clear! I had the idea from the name itself: maximum transmission unit
  • How to permanently add a user to a system group

    2
    0 Votes
    2 Posts
    2k Views
    jimpJ
    At the moment there isn't a way to add a user to a reserved system group in a way that will be preserved. You could script a groupmod command into a shellcmd so it would happen at bootup /usr/sbin/pw groupmod proxy -m <username>That might get you closer, though it could still be clobbered if the groups get rewritten later</username>
  • Public CARP IP in LAN

    7
    0 Votes
    7 Posts
    2k Views
    S
    I have got the routing setup by my ISP now. Works nicely.  :) . Thanks again for your quick reply.
  • Extending a Network with an Additional Router

    12
    0 Votes
    12 Posts
    2k Views
    johnpozJ
    It would be nice to be able to experiment with some of this stuff and right now I'm not able to. I'm not so much trying to fix a problem. Like what?  vlans - you have a managed switch..  Just not getting why you think you need a 2nd router to do vlans?  And not sure what you think having your nas in multiple networks gets you?  If you want to have your devices access files off this nas with using a different interface ok.  But then really your devices need an interface in this other network, etc. If you want to setup a management vlan and have your nas have its normal network that it serves up files on, and then a management network you access it from to admin it, ok.  But then your devices you will manage from really need to be in this managment vlan or again its pointless.
  • Voodoo to get 10gb NIC working

    5
    0 Votes
    5 Posts
    910 Views
    ?
    I'd try to see what a 4GHZ+ chip would do.  Maybe even overlocked with some cooling. Perhaps it would be nice to set it up in a VM, then it might be nit really bounded to the single CPU Core or am I wrong now?
  • Load Balancing for Webservers

    2
    0 Votes
    2 Posts
    2k Views
    ?
    Load balancing will be able to realize over two or more WAN ports with the following methods; Service based routing and/or Session based routing, this both will be the most common ways to balance traffic from server.
  • [SOLVED] Bridge or Tunnel Specific MAC from OPT1 to LAN

    6
    0 Votes
    6 Posts
    993 Views
    KOMK
    Moat odn't but oyu can go back and edit the topic if you like to something like [SOLVED].
  • IP address issue

    17
    0 Votes
    17 Posts
    3k Views
    KOMK
    You can create a NAT with anything you want as the Destination address, but pfSense has to know to listen for it.  It automatically knows to listen on the WAN IP.  All others must be explicitly set via Virtual IP.
  • More info on crash report?

    3
    0 Votes
    3 Posts
    525 Views
    J
    Thank you for taking the time to look at my crash report and write a thoughtful reply. Last night it crashed again, and today I ended up putting in a different motherboard/CPU/RAM. So far everything looks good; hopefully it stays that way. James
  • VOIP phone will not call/receive calls when multi-modem is in bridge mode

    9
    0 Votes
    9 Posts
    8k Views
    w0wW
    Beside the simplicity you now have double NAT and possible problems with port forwarding, possible bufferbloat on modem side, etc… but it's your choice anyway.  :-X
  • PPPoE reconnection

    3
    0 Votes
    3 Posts
    932 Views
    R
    for sure there is a problem with pppoe reconnection - as i have this problem with 2.3 (including all recent updates) and searched more than 2 days to find a proper solution, i.e. to have a stable pppoe connection with my pfsense. the fix mentioned here works good for me: https://forum.pfsense.org/index.php?topic=54207.0 Failing that, give this a try: Edit usr/local/sbin/ppp-linkdown and comment out or remove this line (keep an unaltered copy around though so you can restore the copy if it doesn't help) Code: [Select] /usr/sbin/ngctl shutdown $1: mind that there is a closed, 17 page long thread at https://forum.pfsense.org/index.php?topic=41061.240  i came across several times. imho this workaround should be added to that thread, as it will help people who have this problem. unfortunately, that post is closed and cannot be replied anymore. can some moderator add this information ?
  • PfSense and L2 macsec

    2
    0 Votes
    2 Posts
    3k Views
    jimpJ
    Not that I'm aware of. Searching for macsec or 802.1ae doesn't turn up anything meaningful outside of a few references to drivers for cards that support it that had to be worked around.
  • Why there is no login screen when booting firewall up?

    4
    0 Votes
    4 Posts
    573 Views
    KOMK
    That will keep out casual access attempts and rouge keyboard cats LOL "rouge" [image: 3160292-The-red-cat-lays-on-the-keyboard-Stock-Photo.jpg] [image: 3160292-The-red-cat-lays-on-the-keyboard-Stock-Photo.jpg_thumb]
  • Multilan Multiwan Config getting slow after a while

    3
    0 Votes
    3 Posts
    837 Views
    S
    Only multi-WAN is here interesting for us. And what other services you are running, or plain what packets are installed on that pfSense firewall? Something like Squid as a caching proxy, or Clam AV Scanning, or Snort / Suricata perhaps? And when yes what interface they are watching (LAN or WAN ports). There was snort running, on the wan ports. It allso slowed down the connection. there are 2 local nets 192.168.0.0/24 and 192.168.100.0/24 which are seperated. How they are separated? With VLANs or each on another eth port? Each net has its own eth Port and is running on 2 vlans on a swith. They are seperated in snort with 2 Floating firewall rules. If i disable this rules they act lice a local net. And i have setup a multiwan with vdsl and kabel which has failover but prefers vdsl for the .100 net and kabel for the .0 net. ??? What does this meaning for us? In normal there are many ways to go with here in that case. You may set up load balancing and fail over so both is given to you and available to your network. i attachted some pictures you can se what i mean. After a while the connection of both nets gets slow and some webpages or video streams are not working correctly any more. A reboot of the pfsense fixes the problem. Two things could be happen here, the RAM is full or the mbuf size is to small and the second thing could be that the first internet line is failing and the second one is not used or the ISP is throttling down after a limit is reached one or both internet lines. There should be no throteling on the ISP Lines. they have full speed and no problems if i directly connet without the pfsense box. It runs on on a JETWAY JBC390F541AA-19-B. If I am right informed for each RJ45 ports will be created queues and then it is filling the to small mbuf size to fast and all is narrowing down the entire throughput then at last. high up the mbuf size set the amount of queues to a smaller number perhaps activate the PowerD (high adaptive) option eventually it could be also nice to activate the TRIM support (but not really related to that problem here) I rised the mbuf size to 1000000 lets see if it helps. What is the config of the WAN interfaces and what kind of load balancing is used here in that case? I would suggest here to go by policy based routing and a fail over rule that will be nice matching and then perhaps on top choosing the right ratio for that two internet lines. How fast they are each of them I mean? I Attatched some pics, hope they will help to see how i did the setup. High up the mbuf size: Choose your NIC and the installed driver for that and follow the instructions for your 211AT or 210i NICs it should be the igb(4) driver and set the mbuf size to  1000000 and click save. You might be trying out also other numbers! Please don´t forget if you have only a small amount of RAM you cold ending up in a booting loop! I would install for that 8 GB of RAM and then trying to high up the amount step by step. 250000, 500000 and 1000000 you will be able to see the usage on the dashboard! Please don´t forget also the amount of 10 NICs. Could also be interesting to that A proper Multi-WAN config: (load balancing & fail over) Please read carefully this at first: Multi-WAN Groups and please watch out that topic Policy based routing & fail over rule If wished and/or needed: Enable TRIM support in pfSense thanks for the links, i will doublecheck everything Thanks for your help. Best regards, Alex [image: pfs-services.png] [image: pfs-services.png_thumb] [image: pfs-floating.png] [image: pfs-floating.png_thumb] [image: pfs-lan-mln.png] [image: pfs-lan-mln.png_thumb] [image: pfs-lan-ak3.png] [image: pfs-lan-ak3.png_thumb] [image: pfs-gateway-groups.png] [image: pfs-gateway-groups.png_thumb] [image: pfs-gateways.png] [image: pfs-gateways.png_thumb]
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.