Commit Graph

2566 Commits

Author SHA1 Message Date
Scott Ullrich
e3fa4e9a3a Note why we are rebooting. Comment this reason. 2005-12-03 22:11:31 +00:00
Scott Ullrich
ffd1f1aa79 Parse the configuration file so we can deterimine if captive portal is enabled 2005-12-03 21:59:07 +00:00
Scott Ullrich
56825c0181 Reboot when restoring a m0n0wall configuration or if captive portal is enabled. 2005-12-03 21:44:44 +00:00
Scott Ullrich
08d824079f Remove debugging helpers 2005-12-03 20:49:28 +00:00
Scott Ullrich
6afa3a82fc Support 1.5 native svg viewer in FF 2005-12-03 20:27:06 +00:00
Scott Ullrich
eb0f441c33 Fix captive portal redirects now that we are using LightHTTPD 2005-12-03 19:40:04 +00:00
Scott Ullrich
3043dec792 remove <center> tag 2005-12-03 17:53:09 +00:00
Scott Ullrich
9b27960fad Trigger reload at the end of the page 2005-12-03 17:33:05 +00:00
Scott Ullrich
586d257b95 Use terminal font, size of 2 for better readability 2005-12-03 17:23:23 +00:00
Scott Ullrich
99d907f132 Add vmstat -afimsz
Add mount
2005-12-03 03:58:28 +00:00
Scott Ullrich
18b272e6ba Add /sbin/pfctl -s nat -vv 2005-12-03 03:54:42 +00:00
Scott Ullrich
8f42518e0f Use /tmp/reload_interfaces 2005-12-03 02:06:57 +00:00
Scott Ullrich
91e0be49c1 Reload captiveportal in reload_interfaces 2005-12-03 01:58:06 +00:00
Scott Ullrich
504100448b Use /tmp/reload_interfaces 2005-12-03 01:56:17 +00:00
Scott Ullrich
04931275f7 Use /tmp/reload_interfaces to reload interfaces 2005-12-03 01:32:46 +00:00
Scott Ullrich
75d5cf4f69 Allow editing for queues and rules when items are already defined and the shaper is disabled 2005-12-01 02:02:06 +00:00
Scott Ullrich
dd4c094acb Kick pptp server in the face on changes 2005-11-30 21:46:41 +00:00
Scott Ullrich
03d898313b Sync w/ head 2005-11-30 03:43:55 +00:00
Scott Ullrich
4dedef5857 If we cannot find a hostname in the dhcp database, attempt a gethostbyaddr() lookup 2005-11-29 18:35:05 +00:00
Scott Ullrich
bfe7a8937d MFC 8163
Add 802.11g protection mode. ticket #715
2005-11-29 06:53:02 +00:00
Scott Ullrich
a71e520d0d Do not allow mpd to block 2005-11-28 19:47:19 +00:00
Scott Ullrich
099731b503 Do not require a reboot for captive portal configuration to take place.
This snuck back in after syncing with m0n0wall 1.2
2005-11-27 20:54:06 +00:00
Scott Ullrich
51bb9b9467 MFC 8046
Only show DHCP Relay if its enabled on an interface
2005-11-26 20:26:35 +00:00
Scott Ullrich
09eafb8b02 MFC 8044
Do not redirect to traffic shaper wizard on the shaper enabled status, only redirect if shaper is disabled AND there are no queues defined.
2005-11-26 19:59:58 +00:00
Scott Ullrich
171966c9eb MFC 8018
backup_config_section doesn't take a hash.
2005-11-25 21:18:21 +00:00
Scott Ullrich
246e770c6a MFC 7982
P2P duplication cleanup Add AIM Add more games
2005-11-25 19:53:04 +00:00
Scott Ullrich
dacefa7fc6 MFC 7984
Don't end <span> tags in the middle of paragraphs, it makes people wonder if their monitors are messedup when text sizes change in wierd places
2005-11-25 19:52:12 +00:00
Scott Ullrich
d2580d1da5 MFC 7986
Make all VOIP providers increment $itemsshaped Remove unneeded code
2005-11-25 19:51:42 +00:00
Scott Ullrich
ef773bd634 MFC 7992
Fix mac filter bit from ticket 684. Mac filtering is still a backend function, to enable one has to create the mac filter files in shell and comment out the # lines in hostapd config file. This will be part of my rewrite of wireless once i'm done with everything, but interface design needs to be redone first (as adding the mac filterlists to the wireless config page will "clutter it up" even more)
2005-11-25 19:51:05 +00:00
Scott Ullrich
fdf8b0a82a MFC 7993
can used -> can be used
2005-11-25 19:50:19 +00:00
Scott Ullrich
b6c95929ed MFC 7994
add info that distance is for atheros based cards only
2005-11-25 19:49:43 +00:00
Scott Ullrich
38e7d55618 MFC 7995
Add FieldValidate() JS function back - accidently removed in 1.28
2005-11-25 19:48:05 +00:00
Scott Ullrich
6ea8c2f19f MFC 7976
Fix "No interfaces supported" error when finishing shaper with no items selected.
2005-11-23 21:46:15 +00:00
Scott Ullrich
cb2deda8d4 Use / as relative begining path 2005-11-23 21:27:30 +00:00
Scott Ullrich
1142357710 Remove "Enable MAC Filtering" option until a helper area is added allowing which mac addresses can associate. 2005-11-22 23:11:49 +00:00
Scott Ullrich
f6d5a59873 MFC 7936
Convert port into :$PORT * Allow ICMP entries to appear correctly

Ticket #695
2005-11-21 19:44:04 +00:00
Scott Ullrich
7866a4c8d4 We no longer reboot. We reload. 2005-11-20 06:38:56 +00:00
Scott Ullrich
878024b1d8 Eliminate needed reboot. 2005-11-20 04:50:49 +00:00
Scott Ullrich
df9d9281e3 Allow multiple subnets to overlap. In PF its first come, first served. 2005-11-18 16:55:43 +00:00
Scott Ullrich
9f52feaabd Reload filter after alias change 2005-11-18 16:50:36 +00:00
Scott Ullrich
275cbd3fc4 Add embedded platform 2005-11-17 19:28:26 +00:00
Scott Ullrich
3544cbb0f8 MFC 7730
When adding a NAT redirect to a internal FTP server automatically create a rule to allow traffic to the external IP of the redirect, port 21 so that pftpx can function.
2005-11-16 18:24:51 +00:00
Scott Ullrich
57f13ba8d0 MFC 7719
Add wireless distance tuning.
2005-11-16 03:10:29 +00:00
Scott Ullrich
f438eed4b3 MFC 7668
Fix wpa_supplicant startup issue and fix macaddress filtering backend function (ticket 684).
2005-11-16 02:38:41 +00:00
Scott Ullrich
1abb04ea34 / -> /conf/ 2005-11-14 22:18:32 +00:00
Scott Ullrich
85c4dee120 Update reflection blurb to "Disables the automatic creation of NAT redirect rules for access to your public IP addresses from within your internal networks"
Suggested-by: cmb
2005-11-12 19:24:01 +00:00
Scott Ullrich
963247d655 Remove extra FTP helper box 2005-11-12 17:29:45 +00:00
Scott Ullrich
1b45d5669e Remove FTP reference 2005-11-12 05:04:09 +00:00
Scott Ullrich
a9b19d7f80 MFC 7522
Add NAT Reflection AKA Nat Bouncing nat Flashback and many other groovy names.

Sponsored-by: Greenhagen, Robin <Robin_AT_gsi-kc.com>

Please visit http://www.gsihosting.com/ for all your hosting needs as they are sponsoring pfSense and plan to use it extensively!

As an added bonus, this will be MFC'd very soon. Please thank them with your support!
2005-11-12 04:35:04 +00:00
Scott Ullrich
85772d789f Add HINTS. 2005-11-12 02:07:04 +00:00