• Carriage returns in CoreGUI?

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    D
                    <field><fielddescr>Files scan task</fielddescr>                         <fieldname>havpavupdate</fieldname>                         <description><input name='submit' type='submit' value='Update_AV'>                                 Press button for update AV database now.</description></field> <  =  '<' > =  '>' -  <br> Possible text in description only.
  • Pfsense, Watchguard Firebox II and the LED Panel on the Front

    Locked
    17
    0 Votes
    17 Posts
    20k Views
    J
    The image is sent. You may not see anything in your bootlog about the lockup, but I might see a difference with mine… Can you send the bootlog to me? And perhaps also the freebsd image you use (if not to big), so we can see if my box also hangs on it...
  • what the web server pfsense use?

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    S
    :) hi… yes, the web server  pfsense use is lighttpd, link: http://www.lighttpd.net/
  • Error rebuilding pfSense,can't find curl.so

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    B
    Thanks. that's right
  • 0 Votes
    3 Posts
    6k Views
    T
    I've setup new OS (FreeBSD-7.1) and try again. I get no error. Thanks.
  • Bridge and RDR HowTo ?

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    D
    This is RDR success worked (RDR from LAN to 127.0.0.1 proxy port) rdr on rl1 proto tcp from any to (rl1) port 3128 -> lo0 port 3128 Proxy on lo0 success receive packets. If packets from first my post will redirected  to 127.0.0.1, then 'pfctl -s rules -v' show, what packets moved to lo0 port 3128, but proxy program not get packets from firewall .  ???
  • Monitor Comcast Cable Modem

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    E
    You can build a package and submit it for inclusion on the repository.
  • Mpd5 daemon

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    E
    I have plans on such a thing. Please read this http://forum.pfsense.org/index.php/topic,16016.0.html so we can coordinate it. It would be good if you can beat me at it :D
  • Building shell scripts

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    T
    Use a php script with the -q argument when calling the interpreter.  Include the config.inc file, and set the variable to whatever you need it to be.  It will reset to the stored value when the router reboots.  The current value will be written to the config if you save any settings.
  • Building a custom pfsense image !updated

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    C
    cvsup.livebsd.com is a private server. Take a look here for more details: http://forum.pfsense.org/index.php/topic,15553.0.html -Chris
  • Cannot connect to cvsup.livebsd.com: Connection refused

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    C
    You can use fastest_cvsup in ports (/usr/ports/sysutils/fastest_cvsup) to locate the fastest cvsup server. Check fastest_cvsup -h for details. You can then take the fastest server and put it into pfsense-builder.conf in place of cvsup.livebsd.com. Hope this helps. -Chris
  • MPPC kernel module

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Dnpipe works in pfsense but not FreeBSD

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    E
    freebsd.org/handbook or man dummynet(4) This is for dummies and from that you can take on!
  • [1.2.2] Executing something on failover

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    E
    You can customize your pfSense but there is nothing supported on that since pfSense is for remove the hackiness you do with a usual box. For the matter yes you can modify slbd.sh to do what you want just return the exit status of ping.
  • Looking for help about fairq

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    E
    You need to rebuild even pfctl.
  • Need your help~what's web container and Database used by pfsense

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Show Config

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Code changes to mostly support inferface alias CARP in 1.2.2 - Dumb?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Package & firewall options

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    D
    @ermal: Actually NO they should not have any priority. I think for your original request there is a hook somewhere that searches /usr/local/pkg for inc files and for functions with $packagename_filter_rules or some such. Check the squid function name… I want to explain what I mean This hooks exists for squid, clamav, (and some other) Pkg if (is_package_installed('squid') && file_exists('/usr/local/pkg/squid.inc')) { require_once('squid.inc'); $natrules .= squid_generate_rules('nat'); } if (is_package_installed('clamav') && file_exists('/usr/local/pkg/clamav.inc')) { require_once('clamav.inc'); $natrules .= clamav_generate_rules('nat'); } May be possible check all pacсckages ? for ($installed_packages as $pkg) { if (is_package_installed($pkg['package-name']) && file_exists($pkg['package-incfile'])) { .. exec pkg _generate_rules('nat'); for package } } Sorry. Perhaps I did not understand your answer completely
  • How to use Developer iso?

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    T
    Thanks everyone, i'm a newbie so i asked a stupid question but now i can build pfSense from these tool.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.