• Captive portal logouts

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    S

    Stupots, if you want to see the bug report for this issue, take a look at : http://redmine.pfsense.org/issues/1653

    A patch that adds the functionality to report an ip address's last activity timestamp was left out of the build.  So idle timeouts always took effect immediately.
    Josh

  • 0 Votes
    3 Posts
    2k Views
    C

    2.0-RC3 (amd64)
    built on Mon Jul 4 17:33:49 EDT 2011

    That was the cure. Thanks.

  • Notably failing installer and thoughts about the whole process

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    _

    Sorry for molesting again, but that experimental installer is useless in my previous mentioned config: it doesnt show up my geom mirror. So are there any plans to change that? In conclusion seems to be better not to use a geom mirror if in case of a new install someone wants to retain data on separate slices…

    Is thee any way for me to install without any formatting the whole disk and use my setup? If i have to hack that via console, doesnt matter, i only dont want to loose all data on this extra slices. Would be ok if the root has to be formatted, but not home or other slices.

    Thanks again for all your efforts.

  • Errors After "Factory Default" Reset

    Locked
    19
    0 Votes
    19 Posts
    12k Views
    H

    Thanks jimp  :)
    A nice, easy fix.

  • Kill a state in States view

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    A

    Google chrome under Linux.
    Firefox under Linux.

    Observe the arrows direction and the "from" "to" in text when hovering button.

  • PfSense stops at "writing configuration", Dell R310

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    ?

    hi

    i'm having the same problems at the moment, even with the RC3
    is there a chance that this could solve with the final release?

    virtualisation is the last thing i would do if necessary

    tia

  • [SOLVED] Pfsense 2.0 RC3 Multi-Wan Openvpn (failover)

    Locked
    6
    0 Votes
    6 Posts
    14k Views
    G

    Problem solved!
    It was necessary to enable "Allow default gateway switching"
    System -> Advanced -> Miscellaneous

  • For some reason the latest update broke my logs

    Locked
    35
    0 Votes
    35 Posts
    9k Views
    N

    For me logs are back.

    HEAD (amd64) built on Wed Jul 6 22:00:09 EDT 2011

    thx

  • 2.0 RC3 AMD64 July 4th build doesn't display DNS names in ARP status page

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    T

    http://forum.pfsense.org/index.php/topic,38143.0.html

    I've sorta fixed it, with help from the response in the forum, using 127.0.0.1 as the first DNS server for "none" and two opendns servers for "WAN".

    You could also mess with /etc/inc/system.inc and add 127.0.0.1 as a first DNSserver.
    like so:

    function system_resolvconf_generate($dynupdate = false) { global $config, $g; if(isset($config['system']['developerspew'])) { $mt = microtime(); echo "system_resolvconf_generate() being called $mt\n"; } $syscfg = $config['system']; // Do not create blank domain lines, it breaks tools like dig. if($syscfg['domain']) $resolvconf = "domain {$syscfg['domain']}\n"; $havedns = false; if (isset($syscfg['dnsallowoverride'])) { /* Local DNS server ignored by DNS forwarder */ $resolvconf .= "nameserver 127.0.0.1\n"; /* OPENDNS DNS servers */ $resolvconf .= "nameserver 208.67.222.222\n"; $resolvconf .= "nameserver 208.67.220.220\n"; /* NEUSTAR (UltraDNS) DNS servers */ $resolvconf .= "nameserver 156.154.70.1\n"; $resolvconf .= "nameserver 156.154.71.1\n"; /* get dynamically assigned DNS servers (if any) */ $ns = array_unique(get_searchdomains()); foreach($ns as $searchserver) { if($searchserver) { $resolvconf .= "search {$searchserver}\n"; $havedns = true; } } $ns = array_unique(get_nameservers()); foreach($ns as $nameserver) { if($nameserver) { $resolvconf .= "nameserver $nameserver\n"; $havedns = true; } } } if (!$havedns && is_array($syscfg['dnsserver'])) { foreach ($syscfg['dnsserver'] as $ns) { if ($ns) { $resolvconf .= "nameserver $ns\n"; $havedns = true; } } } etcetera, etcetera, etcetera, etcetera, ...
  • [SOLVED] Snap server build log not working

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    X

    working now  :)

  • Auto update from 1.2.3 to 2.0 RC3: Went smooth except for OpenVPN

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    jimpJ

    It is there, but that package being installed may have broken it. Remove the package, run a firmware update, and see if it's working now.

    (Check the "HEADS UP" post I just put up here on the 2.0 board to make sure you're getting the new updates first)

  • 2.0RC1 Multi-Wan: No default gateway/route change after link failure.

    Locked
    39
    0 Votes
    39 Posts
    23k Views
    G

    Hi guys. I'm having the same troubles dealing with failover gateway. I followed your discussion and now I can reach the correct behavior of switching to the secondary gateway if the default fails.
    As you wrote, I had to declare a default gateway; if I do NOT flag "Default Gateway" on any gateway, no gateway switch is done at all.
    So, if I flag "Default Gateway" on one of the gw, the switching is done correctly and the default route is changed. But here arises an issue: when the offline gateways returns online, the routing doesn't come back to this (default) gateway. Never more. Even after minutes and minutes.
    As consequence, if the secondary gateway goes down (also after many days), my network is definetly offline from internet access.

    It seems that pfSense can't switch away from an offline gateway if it is not the default gateway.
    Am I missing something? I really didn't understand if I can patch some php code or this issue is still open …

    Many thanks !!!!

    Note1: My WANs NICs always stay up
    Note2: My "Allow default gateway switching" is flagged on Advanced -> Miscellaneous settings
    Running 2.0-RC2 (amd64), built on Tue Jun 7 15:17:21 EDT 2011

  • Issues with 2.0-RC3

    Locked
    31
    0 Votes
    31 Posts
    10k Views
    jimpJ

    @jrmitchell83:

    Let me know what you need to troubleshoot. I'm running 2.0 RC3 i386 without a problem. Loading the 64 bit version reintroduces the issue. The Intel NICs are EM btw

    At a minimum, run netstat -m periodically and watch the total/max mbuf clusters and see if it's maxing out.

  • ROOT MOUNT ERROR: 1GB NanoBSD USB Drv [UN-Solved]

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    C

    Guys can you tell me how to make this setting (kern.cam.boot_delay=10000) survive an upgrade?

    I've tried adding it to both  /boot/loader.conf.local and /boot/loader.conf but every time I upgrade the router fails to boot and I have to gain local access again just to issue the command.
    I don't know why it cant be part of the default config as it only ads a fraction of a delay to the boot but would help us working with USB immensely…

    Cheers

  • Certificates and localization (åäö)

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    A

    @jimp:

    How old is that install??

    The fullname field of a user was renamed to descr back in October. That is not an issue on current snapshots (or any of the RC releases!)

    Updated to RC3 without taking notice, but it was a recent May snapshot.
    Sorry for not noting.
    Backup file says <version>6.2</version>
    Now it says <version>8.0</version> and descr is a CDATA field.
    Thanks!

    // Assar

  • [SOLVED] Can't Access System>Routing page

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    C

    Yeah I've seen weird stuff happen switching between two web interfaces on the same IP (with completely different devices at times actually) until clearing cache. Also if you switch between pfsense 1.2.3 and 2.0 on the same IP, your cache can really hose things, much more so than that.

  • Where is iftop??

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    K

    My apologies for a repetitive question. Thanks though.

  • 0 Votes
    8 Posts
    4k Views
    E

    Fixed in newer snapshots.

  • Php dump core during bootup after upgrade from 1.2.3 to 2.0-RC3

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    T

    I have another thread about the same core dump at loading firewall config when I upgraded from rc2 to rc3 on my Dell 1850 server.  I ended up using the console to reset to defaults and manually recreating my config.  I sent the config to jimp to look at…

  • Lan do not via pfsense to link external network

    Locked
    12
    0 Votes
    12 Posts
    2k Views
    M

    @cmb: thank you for fast action
    @ppcworld: does your setup work now?

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