Commit Graph

483 Commits

Author SHA1 Message Date
Scott Ullrich
18d4df52ee Only show fast routing option if pf is disabled (routing only mode). 2005-03-06 03:33:07 +00:00
Scott Ullrich
58eb3a7318 Make sure the graph and status text cannot break 2005-03-06 03:27:49 +00:00
Scott Ullrich
02e5eefffd Kill pfctl during redirect 2005-03-06 03:20:43 +00:00
Scott Ullrich
ff0e10d856 Lower redirect cycles to 100 2005-03-06 03:19:53 +00:00
Scott Ullrich
8217e5e020 Add borrows indicators 2005-03-06 03:19:00 +00:00
Scott Ullrich
b900051218 Add Flags column 2005-03-06 03:10:21 +00:00
Scott Ullrich
d3b645fc30 * Link Priority based queueing to OpenBSD's pf faq
* Link Class based queueing to OpenBSD's faq
2005-03-06 02:53:30 +00:00
Scott Ullrich
7bfea96230 * Link Random Early Detection to OpenBSD's pf faq
* Link Random Early Detection In and Out to OpenBSD's faq
* Link Explicit Congestion Notification to OpenBSD's faq
2005-03-06 02:49:38 +00:00
Scott Ullrich
1866bb192b Increase the size of the graph status column to 17 to allow the / to become /s 2005-03-06 02:45:00 +00:00
Scott Ullrich
6a15373346 Add a flag to gather_altq_queue_stats to allow the returning of the root queues 2005-03-06 02:37:42 +00:00
Scott Ullrich
97f6d48fbe Add ICMP6 as a supported porotocol type. 2005-03-06 01:38:20 +00:00
Scott Ullrich
c4ced4c174 Note that the first value in queue graph is pps 2005-03-05 23:35:07 +00:00
Scott Ullrich
fccb044c4d * Modify queue graph to show the amount of bandwidth going through each queue compared to total bandwidth
* Add current queue traffic speed
2005-03-05 22:54:30 +00:00
Scott Ullrich
b45ea70973 Add queue graph support.
TODO: Show parent / child relationship and graph upon the total of the parent/child.
2005-03-05 22:03:42 +00:00
Bill Marquette
00bcbdd085 inbound nat can now be reordered 2005-03-05 19:47:01 +00:00
Bill Marquette
3364bed41e missing </td> 2005-03-05 19:36:41 +00:00
Bill Marquette
e8c2c8902f whitespace cleanup 2005-03-05 19:29:56 +00:00
Bill Marquette
3f57ceee03 Merge in firewall_rules changes 2005-03-05 15:47:14 +00:00
Bill Marquette
e5d268067a remove hard coded value now that we have a better more dynamic way to detect the "right" cell 2005-03-05 15:40:11 +00:00
Bill Marquette
d0ae0d0403 dynamic detection of cell count 2005-03-05 15:06:29 +00:00
Bill Marquette
6a8d35cab6 Move row selecting javascript into it's own file so we can use it in other screens 2005-03-05 04:07:42 +00:00
Scott Ullrich
3830eba662 Switch DiffServ over to lowdelay 2005-03-05 03:28:27 +00:00
Scott Ullrich
6f17514401 Add diffserv support. 2005-03-05 02:04:14 +00:00
Bill Marquette
355229d0f3 typo 2005-03-04 16:47:47 +00:00
Bill Marquette
38560a2579 Make RFC959 data port workaround configurable - default to disabled 2005-03-04 16:44:03 +00:00
Scott Ullrich
65465a3ce2 Toggle OS dropdown off and on when a TCP rule is enabled or disabled. 2005-03-03 23:20:01 +00:00
Scott Ullrich
37e2071c0c * Add header with CSS at top (m0n0wall apparently moved this to fbeing.inc)
* Change the colors to pfSense
* Thanks to Colin for doing all the hard work :)
2005-03-03 22:24:33 +00:00
Scott Ullrich
f7ad479f8f Backout this commit until I can further control the outgoing ip. 2005-03-03 02:32:26 +00:00
Scott Ullrich
3216d4ba9c Racoon interface listen selection 2005-03-03 02:16:10 +00:00
Scott Ullrich
559911e1a4 Add LAN option for redirects aka inbound nat. 2005-03-02 23:27:21 +00:00
Scott Ullrich
cae1695ea8 m0n0wall homepage -> pfSense handbook 2005-03-02 23:13:02 +00:00
Scott Ullrich
8be60f21ed Do not update os type unless its defined in the rule. 2005-03-02 20:35:22 +00:00
Scott Ullrich
4831ce1377 Instead of hard coding an interface address, use the friendly name in packages. 2005-03-02 18:24:48 +00:00
Scott Ullrich
0d7c85a678 Correctly handle additional_files_needed now that its an array type. 2005-03-02 18:04:02 +00:00
Scott Ullrich
3c338e4d2b * Reset $pkg_chmod variable on each loop
* Actually invoke chmod command if needed
2005-03-02 17:17:00 +00:00
Scott Ullrich
c410cf5546 Use connection_aborted to detect if client still has index.php open. Use a 3 second sleep loop to DYNAMICALLY update the cpu status meter. Who needs SVG? 2005-03-02 02:22:49 +00:00
Scott Ullrich
7b8d63bd00 Show user that the cpu percentage will automatically be updated in 3 seconds 2005-03-02 02:11:59 +00:00
Scott Ullrich
795ca78bfd Turn the stats line into a comment for further debugging if need be. 2005-03-02 02:03:51 +00:00
Scott Ullrich
275c49324d Add 1 to each value to make sure we dont divide by 0. grape's math teacher thanks us. 2005-03-02 02:02:08 +00:00
Scott Ullrich
d4022785b5 * Add prefix option to additional_files_needed
* Add chmod option to additional_files_needed
2005-03-02 01:26:33 +00:00
Scott Ullrich
8dbbc3edfb Do not sleep for 3 seconds during the pages initial load. Instead sleep after the entire page has been rendered to find the cpu usage and use some javascript kung-fu to set the graphs accordingly 2005-03-02 00:11:35 +00:00
Scott Ullrich
9997054163 Add proxy_auth_username and proxy_auth_password system tags which will control the auto upgrade process if a proxy server is involved.
Currently this is a hidden variable (similar to the way m0n0wall functions) but will have a GUI written if there is enough demand.
2005-03-01 17:23:02 +00:00
Scott Ullrich
baf888d1a0 Tighten up column sizes. Do not show a port : seperator if the entry does not contain a port. 2005-03-01 01:32:05 +00:00
Scott Ullrich
c6279195d6 Convert the period seperator on the port to : 2005-03-01 01:27:43 +00:00
Scott Ullrich
d8aba9c41d Remove stray , in some records 2005-03-01 01:21:09 +00:00
Scott Ullrich
539d363322 Further cleanup firewall logs 2005-03-01 00:33:00 +00:00
Scott Ullrich
740dac8184 Insert a non-breaking space to make sure the border does not get broken. 2005-02-28 23:29:15 +00:00
Scott Ullrich
cc869478c7 Cleanup non-raw filter logs so more. 2005-02-28 18:29:37 +00:00
Bill Marquette
e33c869497 We can now put OS filtering in rules 2005-02-28 03:45:04 +00:00
Bill Marquette
ec4940b968 clean up ICMP types 2005-02-28 02:42:51 +00:00