• Find gateway IP

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    H

    Geekgod just added gateway information to the interface status screen. It will be present in the next version.

  • HDD turn off

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    J

    sorry no probs.

  • Odd webGui issue

    Locked
    18
    0 Votes
    18 Posts
    10k Views
    P

    Ok - I spoke too soon…  It still happened, but it took much longer than it previous did...  So, I'm back to the drawing board on this problem... I may just drop back to not using SSL since that seems to get around the problem for me...

  • Schedule system restart or reconnect

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    H

    Please search first: http://forum.pfsense.org/index.php/topic,1541.0.html

  • RRD graph data

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    D

    on the Command Prompt page, execute rm -f /var/db/rrd/*

    Then go to Interfaces, WAN, and press save.

    Cheers

  • Sync_webgui_passwords()

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S

    HEAD is not supported.  Please downgrade to RELENG_1 by reinstallation.

  • RRD Graphs on Embedded - CF Issue?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    P

    Sweet!

    That's what I was hoping to hear…

    pfSense has come a long way since I first checked it out about a year ago...

  • RC1: RRD Graphs for Queues

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D

    remove the wan-queues.rrd database and execute en enable_graphing_function.

    go to the exec.php page and rm -f /var/db/rrd/wan-queues.rrd

    The click save on Interfaces -> WAN.

  • RC1: Traffic Graph Size/Interface bug

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    H

    We removed that feature for now in the upcoming RC2. It will be fixed in a later release.

  • Upload file - why not worked?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Translation of webgui

    Locked
    24
    0 Votes
    24 Posts
    13k Views
    R

    no problem hoba, this will just be a base. I know that the road to 1.1 is a long one  ;)

  • Logging webGUI logins

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    B

    @sullrich:

    Not with 1.0.  The auth system does not use PHP.

    In a later version this will be possible.

    Actually, it does :)  But either way, not for 1.0, we aren't interested in adding more bugs :-P

    –Bill

  • Traffic Graph bug

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S

    Thanks, I've removed this from RC1.  We'll try to fix it in HEAD and get it in the next release.

  • Root pwd

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    B

    @Jonb:

    no prob guys I was just posting it to report it as a prob.  I do love this software.  It has replaced my home router because it always crashes and this has cured all.

    Thanks again

    If you plan to run head, I'd highly recommend subscribing to the RSS feed at http://cvstrac.pfsense.org/timeline.rss

    it will at least give you an idea about the breakage we commit :)

    –Bill

  • Rowhelper & checkbox

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D

    My row_helper_dynamic.js

    need also
    var rowsize
    for setup elements size if adding new row with rowhelper>

    // Global Variables var rowname = new Array(99); var rowtype = new Array(99); var newrow  = new Array(99); for (i = 0; i < 99; i++) { rowname[i] = ''; rowtype[i] = ''; newrow[i] = ''; } var field_counter_js = 0; var loaded = 0; var is_streaming_progress_bar = 0; var temp_streaming_text = ""; var addRowTo = (function() {     return (function (tableId) { var d, tbody, tr, td, bgc, i, ii, j; d = document; tbody = d.getElementById(tableId).getElementsByTagName("tbody").item(0); tr = d.createElement("tr"); totalrows++; for (i = 0; i < field_counter_js; i++) { td = d.createElement("td"); if(rowtype[i] == 'textbox') { td.innerHTML=" "; } else if(rowtype[i] == 'select') { td.innerHTML="<select name="&quot; + rowname[i] + totalrows + &quot;">" + newrow[i] + "</select> "; } else if(rowtype[i] == 'checkbox') { td.innerHTML=" "; } else if(rowtype[i] == 'input') { td.innerHTML=" "; } else if(rowtype[i] == 'password') { td.innerHTML=" "; } tr.appendChild(td); } td = d.createElement("td"); td.rowSpan = "1"; td.innerHTML = ''; tr.appendChild(td); tbody.appendChild(tr);     }); })(); function removeRow(el) {     var cel;     while (el && el.nodeName.toLowerCase() != "tr")     el = el.parentNode;     if (el && el.parentNode) { cel = el.getElementsByTagName("td").item(0); el.parentNode.removeChild(el);     } } function find_unique_field_name(field_name) { // loop through field_name and strip off -NUMBER var last_found_dash = 0; for (var i = 0; i < field_name.length; i++) { // is this a dash, if so, update //    last_found_dash if (field_name.substr(i,1) == "-" ) last_found_dash = i; } if (last_found_dash < 1) return field_name; return(field_name.substr(0,last_found_dash)); }[/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i][/i]
  • How to translate pfsense WEBGUI

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    S

    @386:

    I'll keep translate it .when will the 1.1 version come out? end of this year?

    Let's get 1.0 out the door before we start making promises about future versons :)

  • Traffic graph showing in/out traffic a lot less than it supposed

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    S

    I measured and it is exatly half. I downloaded at max speed and it showed 4 Mbps and it should be 8 Mbps. That's it then. System time is then double the correct speed.

  • Beta3: Access WebGui from WAN

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    B

    @sullrich:

    And when your done reading, upgrade to beta 4.  Beta 3 is no longer supported.

    And by the time you've done that, upgrade to RC1 as Beta 4 will be deprecated ;-P

    –Bill

  • Beta4: Remote Router Access/Managment

    Locked
    8
    0 Votes
    8 Posts
    7k Views
    B

    @nima.m:

    Hoba,

    What make SSL for WebGUI more secure ?

    I notice that in menu –> Advanced --> webGUI SSL
    It has both SSL and private key.
    But pfsense never use that private key.

    I test this function and it seams that right now, pfsense establish a secure (encrypted) tunnel for WebGUI communication, but it doesn't require the user that have the same private key as the pfsense for establishing the connection.

    Am I right or I have missed something and there is a way for usiing that private key.

    Yeah, you kinda missed something :)  The private key is so you can load an X.509 cert into the gui that you signed with a trusted CA to you as opposed to the pfSense default signed cert.  The webGUI doesn't require a client cert, nor does it use client cert for auth - maybe some day if someone is interested in making it work.

    –Bill

  • Import Firewall Builder rules

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    H

    No, but you are welcome to write a converter.

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