• 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
    3k 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
    3k 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
    5k 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
    8k 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.
  • Ideas for futire web GUI

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Making tables in pfS webGUI

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    H
    Your best bet atm is to do reverse engineering. Check out how the other packages do it: http://pfsense.com/cgi-bin/cvsweb.cgi/tools/packages/
  • Failed to create graph with error code 1

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    S
    (corrected) Run this from a shell: rm /var/db/rrd/wan-queues.rrd Then reboot.
  • Firewall rules as Kerio WF

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    D
    OK I have understood the difference. Probably I too got accustomed to windows  :D
  • Status: RRD Graphs, Failed to create graph with error code 1

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    E
    Thanks, that did the trick. Everything seems fine now. Cheers, //Eskild
  • RRD graphing…

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    H
    It's pinging the gateway IP at WAN. As your other interfaces don't have gateways there is no quality for these.
  • The WebGUI slow down the LAN

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S
    Computers on your local LAN should not even be using the firewall to route. They talk directly. So I would say that your problem is most likely not related and if it is, you have a configuration issue in how you subnetted everything out.
  • Building the WebGUI

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    G
    /www
  • Beta 2: Access webgui from WAN

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    S
    Make sure you are on the latest snapshot.  There was some bridge issues fixed recently. http://www.pfsense.com/~sullrich/RELENG_1_SNAPSHOT_04-02-2006/
  • Select All Checkbox

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S
    Absolutely.  We include prototype now which is absolutely incredible. This is a perfect junior level task.  I welcome someone to take it on.
  • Utilities not working when webgui port isn't defaults

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    E
    yeah, maybe it's due upgrade after upgrade  ;D anyway, I'll make a fresh install this weekend on this box. Thanks for your help people!
  • Incoming and Outgoing Logs

    Locked
    9
    0 Votes
    9 Posts
    6k Views
    A
    hang on, I just was playing aroud with the OS and found half of the work done alredy….  exept  im in condition where I am 90% asleep now, so I willl post my idea later
  • Themes vs. Form Functionality (AJAX style changes without page refresh)

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S
    You may want to take a look at my wiki page… http://wiki.pfsense.com/wikka.php?wakka=GeekGod
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.