• Question about Inbound Load Balancing

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    jimpJ

    no there are no limits. But if you chose the ICMP monitor type and the servers don't respond to ping, it would show down. That's why I said it depends on the type of monitor you selected when adding servers to the pool.

    You might also make sure you're on 2.0.1, there were many fixes made to relayd (the Load Balancer daemon we use) after 2.0

  • Cannot get specific ….....

    Locked
    1
    0 Votes
    1 Posts
    931 Views
    No one has replied
  • Boot pfSense directly to shell.

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    M

    no no, you got me wrong(, i admit i explained poorly)

    If you login with admin account menu should appear, but if you login with myaccount which has admiin rights you should not see the menu.

  • MOVED: lightsquid problem?

    Locked
    1
    0 Votes
    1 Posts
    880 Views
    No one has replied
  • MOVED: Squid is Slow working

    Locked
    1
    0 Votes
    1 Posts
    875 Views
    No one has replied
  • IPEC Dashboard Widget

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    G

    Thanks for letting me know. I was coming to this conclusion and saw the bug opened to version 2.1 for extracting user information. Keep up the great work!

  • IPSec Dual Wan Problem

    Locked
    10
    0 Votes
    10 Posts
    3k Views
    stephenw10S

    Hmm, assigned the wrong NIC to opt1?

    Steve

  • Slow connection with load balance

    Locked
    12
    0 Votes
    12 Posts
    5k Views
    stephenw10S

    I have no answers I'm afraid.  :(

    So you have VLANs but you're not using pfSense with them directly?
    I'm still not sure why you need a gateway on LAN.

    Steve

  • Set gateway and DNS in shell

    Locked
    3
    0 Votes
    3 Posts
    36k Views
    D

    @jimp:

    Permanently? Not so easy. Temporarily, easy.

    echo "nameserver x.x.x.x" > /etc/resolv.conf route add default y.y.y.y

    Where x.x.x.x is your DNS and y.y.y.y is your gateway.

    Once you're in the GUI, fix up the settings properly and you're good.

    Perfect this is exactly what I needed..

    nothing like trying to configure using GUI via super delayed remote console link ugh

  • According to the GUI, the CPU is at 100%!

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    L

    @jimp:

    You're a GENIUS!!!!  I remember ticking that when I was setting it up.  Everything is back to normal and things are running much better with the simple unticking of that option.  You rock jimp!  Thanks for sticking it out and helping a n00b like me. ;)

  • Cannot access internet from secondary LAN…help please!

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    P

    On the OPT inferface (192.168.33.0/24) put a block rule to 192.168.88.0/24 network. This must go above the allow any rule. If you want to have fun. Create an alias for each network. Then create a rule in each one that allow not (192.168.88.0/24) to the internet. Then everything but that address will be allowed to pass.

  • Dmesg reporting read failures?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    L

    That is exactly the card I have.  Too bad that didn't come up in my searches. :(  Perfect answer to my question.  Thanks!

  • NULL or DUMMY parent interface to "park" interface setups?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    jimpJ

    the problem there is when you unplug the USB wireless you'd have to remove the interface assignment as well or it would drop to an interface reassignment prompt at bootup.

    If you move a wireless interface config to a non-wireless interface, it wouldn't retain the wireless settings.

  • How to stop torrents at work?

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    C

    @Nachtfalke:

    The Layer7 filtering for torrent isn't working on my actual pfsense 2.0
    So I don't think that this is a good solution at the moment. :(

    It's as good as the l7filter project's signatures, which is hit and miss. It'll miss all encrypted BT traffic as you can't detect that in such a fashion. It's also extremely high overhead so it's not something I would put a ton of traffic through unless you have a significantly oversized CPU (by our normal hardware sizing standards).

  • Inspecting logs

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    C

    @fluca1978:

    It seems to me this is a feature of pfsense not present in FreeBSD. Is there any good reason why not using something like newsyslog?

    They're kept in RAM to have consistency between embedded and full versions, can't use normal FreeBSD logging on nanobsd.

  • L2tp not starting after bootup + question about dhclient options

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    N

    l2tp working only "manually" since described problem appeared when i returned back commented code in interfaces.inc to be able to write hostname as l2tp remote server
    (thx Lexvel)

    if (!$g['booting'] && !is_ipaddr($gateways[$pid]) && is_hostname($gateways[$pid])) {               /* XXX: Fix later */               $gateways[$pid] = gethostbyname($gateways[$pid]);               if(!is_ipaddr($gateways[$pid])) {                  log_error("Could not get a valid Gateway IP from {$port} via DNS in interfaces_ppps_configure.");                  return 0;               }

    it is still vital to get l2tp server via dhcp for me and some other users from my country (my ISP seems to be popular in Russia), so still hoping someone will help.

  • Is this setup possible with pfSense?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    U

    Well, thanks. I think pfSense will be my choice then. Thanks for your help.
    Now, I just have to learn how to play with traffic shaping option ;)

  • Why not a simpler Traffic Shaper?

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    D

    @torontob:

    Thanks again for the input. I will try that. But what you explained is LIMITING the bandwidth. Why limit the bandwidth? I never know what the bandwidth is exactly as it changes during the day and night. What I am looking for is DEDICATED 512kbps on one NIC PORT regardless of what all my other ports get (dynamic speed at different times of the day). Is that possible? The way you explained it I suppose I should define each port to get certain limit (I assume I can't use percentage but rather hard numbers).

    Yes, it can be done.

    It's called Realtime.  Realtime reserves the bandwidth for the queue and the other queues share whatever is left.

  • I'm new !

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    stephenw10S

    Hi, Welcome!  :)

    You can use Squid with Squidguard: http://doc.pfsense.org/index.php/SquidGuard_package
    (the same sofware as IPFire's URL filter)

    You can probably also use pfblocker to achieve this: http://forum.pfsense.org/index.php/topic,42543.0.html

    IPFire is a fork of IPCop with additional functionality included by default right?

    I came from IPCop and before that Smoothwall. Differences between that and pfSense? Hmm….

    pfSense is built on FreeBSD. It is a more secure and reliable platform (though I never had any trouble with IPCop) but has a lot less hardware support so make sure anything you buy is compatible.
    pfSense is strictly focused on security so anything that might compromise that is not included. Packages are available to add functionality at the risk of security but some things (samba server, web server) are seen to be too higher risk.
    pfSense does not limit the number of interfaces you can have nor does it treat interfaces differently (red, green, blue etc). You can configure any interface to do anything you want and have as many as you can fit in the box, or far more if you use VLANs.

    Probably a load more things! I tried it and didn't look back. The one thing I miss is extensive logging on the box. pfSense logs only to ram, if you want complete logs you must export to a syslog server.

    Steve

  • Pfsense bootup with ataidle package

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    V

    Thanks for the info!  I think shellcmd is probably the best choice.

    -Brian

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