• New User... Slow Upload Speed

    19
    0 Votes
    19 Posts
    2k Views
    H

    @jknott said in New User... Slow Upload Speed:

    @harvy66 said in New User... Slow Upload Speed:

    My cats don't chew on braided cables

    Are they named CAT 5, CAT 6 etc.? :-)

    Coincidentally, we're one shy of our 7th cat... Even the braided cables will no longer be safe. Colored split-loom it is. They don't chew on split-loom, but I hate how it looks.

  • Beep notification on connection down ?

    4
    0 Votes
    4 Posts
    727 Views
    fireodoF

    You can define the length of the beep, you can try to find a length that fits your needs!

  • Is it bug? IPSEC child SA entries too much, olds not deleted

    22
    0 Votes
    22 Posts
    6k Views
    DerelictD

    The best thing to do is log to a remote log server.

    If adjusting the number of log entries visible using the filter in that view is insufficient, you can use this command to save all IPsec logs:

    clog /var/log/ipsec.log > /tmp/ipsec.log.txt

    Execute that in Diagnostics > System Command

    Then, on that same page, Download File /tmp/ipsec.log.txt

    The logs kept on the firewall are circular, however, meaning old entries are overwritten by newer entries. The amount of logging kept is set in Status > System Logs, Settings, Log file size (Bytes). What you can do there depends on your disk size. I have mine set to 50000000 (50MB) on a system with a 30GB mSATA and it is still 90% free (about 3GB used Disk space currently used by log files is: 1.2G Remaining disk space for log files: 22G). You have to reset all logs further down on that page for this to take effect.

    You can save a lot of the system state in a status output file. That is taken by navigating to https://firewall.address/status.php and downoading the resulting file. On busy firewalls that might take a moment to run. And for IPsec issues the logs saved there are often insufficient so the status output should be coupled with an ipsec.log.txt file as described above.

    If you have more than one tunnel it is often beneficial to get the conXXXX number of the tunnel from ipsec statusall so you can filter on it (and filter out other tunnel logs) using grep, etc.

  • How do I set up a Router behind pfSense to use the WiFi of that Router ..

    10
    0 Votes
    10 Posts
    9k Views
    F

    The cable from pfsense should be plugged into the "Internet" connection on the Linksys. A recommendation is to make sure the network name (ssid) and password in the Linksys is set to your preference before setting the type of internet connection to bridge.

    Not sure what kind of Linksys router you have, but if it is any of the consumer products, you should log in to the interface of the linksys, go to "Connectivity" and then "Internet Setting". In that particular menu, you can edit the "Type of internet connection" from 'DHCP' to 'Bridge mode'. This mode disables everything except the wireless access point.

    I have just done the same (setting up pfsense and re-configuring my linksys router to be an access point and switch only).

  • 0 Votes
    3 Posts
    764 Views
    J

    @jimp said in Pfsense restarting by itself - Fatal trap 12: page fault while in kernel mode:

    ESX

    Thanks for the information, I'll analyze this

  • Balance on a block of IPs

    7
    0 Votes
    7 Posts
    684 Views
    jimpJ

    There is no direct relationship between VIPs and aliases.

    The aliases collect addresses to use in firewall/NAT rules and so on.

    VIPs setup alternate addresses on the interface, for example to inform an upstream router on the same segment that the firewall will handle traffic for that address. See https://www.netgate.com/docs/pfsense/firewall/virtual-ip-address-feature-comparison.html

  • Different VLAN Creations

    1
    0 Votes
    1 Posts
    278 Views
    No one has replied
  • Pfsense 2.4.2 Error status

    5
    0 Votes
    5 Posts
    660 Views
    I

    Greetings . Here is my Update.

    I landed up replacing the HDD, All is now back up and running. Thank you once again.

  • pfSense 2.4.3-p1 loses WAN connectivity after exactly 24 hours

    6
    0 Votes
    6 Posts
    935 Views
    M

    Update: looks like that did the trick! My dhcp-lease-time is currently set for 7200 (so a renewal happens every hour) and so far it hasn't dropped the connection.

  • Pfsense vs opensense

    11
    0 Votes
    11 Posts
    3k Views
    L

    Been w/ pfSense since v2 went into beta. Sometimes I think I misunderstand this latest pfSense universe.

    This thread helps a bit.

  • Traffic shaping based in IP address range

    6
    0 Votes
    6 Posts
    1k Views
    E

    @thenarc Thanks. This is very useful information too. For now I have the configuration which was needed.

  • pfsense seems to delay loading websites after moving server

    11
    0 Votes
    11 Posts
    2k Views
    johnpozJ

    @johnpoz said in pfsense seems to delay loading websites after moving server:

    Resolving is almost always going to be better option vs forwarding.

    Your trying to say that is a blanket statement?

    No I do not agree at all. I clearly put used the word "almost" on purpose. You make some very good points - which should of been in your first point vs telling the user to disable resolver and use forwarder without any actual info from the OP to their environment.

    That is the point that rubbed me the wrong way to be honest. It screamed lack of understanding to me..

    Your example of root server being 50-100 ms away as your saying reason for resolver to be "slower" points to not actually understanding how a resolver works.

    The root only has to be queried to find the list of authoritative ns for the tld. Once that has gotten they ae all cached. Will not have to query for them again until the ttl expires. Then with prefetch user may never see this delay again.

    Same goes for every ns down the tree to get to the authoritative ns for the domain in question.

    My point was "overall" - looking at it from every aspect of dnssec being on by default, and not sending all your queries to some ISP for company like wanting your queries without providing any real benefit, etc. This has zero to do with using pfblocker or not..

    Overall - no matter how you look at it, almost always resolver is a better choice for anyone wanting to turn a fqdn to an IP.. Be it your 1 user or 10,000.. The advantages of resolving are almost always going to be well worth the "possible" slight delay in looking up xyz the first time. Then just forwarding to abc and hoping they have it cached. And then having to ask them again as soon as that ttl expires, etc.

    You brought up some valid discussion points about how to decide if forwarder "might" be better for some use case.. But your BLANKET statement and suggesting the user to turn off the resolver and forward for "performance" is just NONSENSE!!! And that was what I wanted to stop!!! Your not doing anyone any favors making such statements.

  • 0 Votes
    8 Posts
    973 Views
    DerelictD

    Yeah seems Comodo has some catching up to do.

    If they don't like the SAN in the CSR they can always just ignore it and set their own before they sign.

    There are also a myriad of CAs to choose from so...

  • IP Passthrough - Can't ping gateway

    1
    0 Votes
    1 Posts
    502 Views
    No one has replied
  • Traffic gets dropped on LAN port

    3
    0 Votes
    3 Posts
    437 Views
    X

    thanks for the reply. I was losing all network traffic, internet and traffic going to an IPSEC tunnel to another location
    I am running OpenBGPD to have BGP on top of my IPSEC
    I managed to fix the problem upgrading to latest 2.4.3 p1
    Seems to be stable since then

  • routing between vlans -- slow speed on an APU4

    6
    0 Votes
    6 Posts
    1k Views
    M

    Even though it's "working", you should still re-visit your design. I wouldn't plug your server directly into your firewall.

  • pfSense Device event Syslogs

    1
    0 Votes
    1 Posts
    252 Views
    No one has replied
  • pfSense Syslogs

    5
    0 Votes
    5 Posts
    742 Views
    C

    @stephenw10
    Thank you for your reply

  • carp + failover group

    4
    0 Votes
    4 Posts
    557 Views
    stephenw10S

    Is it possible you're using an on-board switch in the ISP router as the layer 2 between the HA nodes?

    I can see how that would be tempting but it would certainly cause a problem if powered off entirely.

    Steve

  • Solved : 2 Single port ethernet cards

    5
    0 Votes
    5 Posts
    786 Views
    P

    @stephenw10 said in 2 Single port ethernet cards:

    How low are the speeds you're seeing? What do you expect to see?

    How are the NICs connected? To what hardware?

    If the speeds are very slow indeed I'd be looking at the negotiated link speed on each NIC. Check for errors on Status > Interfaces.

    Steve

    I was expecting 11mpbs and I was getting 2-3. The hardware is a quad core pavilion with 4gb of ram. It was a defective nic.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.