Commit Graph

247 Commits

Author SHA1 Message Date
Scott Ullrich
fa90d70137 Add note about required enabled WPA option for 802.1x 2010-05-20 15:36:04 -04:00
Ermal
2b001b5d05 Ticket #548. Change message displayed when modifying an interface to actually tell people to modify dhcp server setting after applying settings since the interface configuration/ip will only change after applying settings and pfSense does not read the interface address from the config but from the interface itself and the complications for this and possibly other cases are not worth the effort. 2010-05-13 18:51:58 +00:00
Erik Fonnesbeck
0acae2a0f8 Add a note about the regulatory domain and cards that have an unrecognized default. 2010-05-02 01:36:36 -06:00
Erik Fonnesbeck
f4094f0ddc Display some extra information about the available wireless channels. 2010-05-02 00:51:42 -06:00
Chris Buechler
897eb11dc9 show IP as well as gateway name on interfaces.php 2010-04-30 00:27:41 -04:00
Ermal
2f678757bf Do not create faulty gateway entires with just defaultgw set it breaks logic. 2010-03-31 10:33:54 +00:00
Ermal
da75413def Fix interface assignment and re-edit 2010-03-28 21:11:22 +00:00
Ermal
6a68854775 Make lan/wan behave as all other interfaces. 2010-03-27 00:28:07 +00:00
Ermal
611ae85214 Redo most of the ppp interface handling to be consistent with the other mpd5 configurations. This way there is no more special handling for ppp around. 2010-03-27 00:05:37 +00:00
Erik Fonnesbeck
071d63b9ab Restore attribute support, but with some extra checks in the function that uses it. 2010-03-16 23:13:15 -06:00
Erik Fonnesbeck
441e600798 Needs a little more testing; revert attribute support in xmlparse.inc for now.
This reverts commit 2843a3ec5d.
2010-03-16 22:12:47 -06:00
Erik Fonnesbeck
2843a3ec5d Add optional support for reading attributes to xmlparse.inc and move regdomain.xml parsing from regdomain.inc to xmlparse.inc. 2010-03-16 20:59:06 -06:00
Erik Fonnesbeck
bbfc810e85 Add code for applying wireless regulatory configuration and some extra notes about the regulatory settings. 2010-03-16 16:36:40 -06:00
Erik Fonnesbeck
20f09b3bca Add configuration options for wireless regulatory settings. Still needs code for applying the settings. 2010-03-16 16:30:15 -06:00
Erik Fonnesbeck
0b6ab3ec67 Add note about the auto channel setting. 2010-03-16 02:02:39 -06:00
Erik Fonnesbeck
57bbd53241 Combine "802.11g only" and "802.11n only" into a single option. 2010-03-12 18:07:20 -07:00
Erik Fonnesbeck
9be209282f Fixes for 11g Turbo and 11a Turbo modes. 2010-03-07 16:54:05 -07:00
Scott Ullrich
c39ca3e243 AES is recommended due to Toshihiro Ohigashi and Masakatu Morii attacks 2010-03-07 18:13:45 -05:00
Scott Ullrich
d6050c47e1 Move description into listtopic area 2010-03-07 17:53:54 -05:00
Erik Fonnesbeck
ed459692ed Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when those modes aren't available. 2010-03-07 02:07:53 -07:00
Erik Fonnesbeck
a8f582879e Revert "Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist."
This reverts commit b383e88b59.
2010-03-07 00:28:42 -07:00
Erik Fonnesbeck
39c1349ce1 Add support for 802.11n in get_wireless_modes and the channels list. 2010-03-06 23:40:32 -07:00
Erik Fonnesbeck
9c2e9c1345 Fixing the condition for the enable checkbox broke saving on wan and lan. Add a hidden enable field for wan and lan to fix any code that expects it to be there. 2010-03-04 20:59:31 -07:00
Erik Fonnesbeck
e327021d98 Fix distance setting for ath and add it to the wireless settings that are synced and listed as shared. 2010-03-03 16:41:07 -07:00
Erik Fonnesbeck
b383e88b59 Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist. 2010-03-02 23:36:45 -07:00
Erik Fonnesbeck
651fff4fff Add more descriptive mode names to the error messages. 2010-03-02 23:17:46 -07:00
Erik Fonnesbeck
597330aa21 When more than a single wireless clone exists, verify that it is possible to change the mode. 2010-03-02 22:35:36 -07:00
Erik Fonnesbeck
6ba138b0f5 Don't need to bring the interface down twice -- let apply be the one to take care of it, since that appears to be the intention. 2010-03-02 20:29:37 -07:00
Erik Fonnesbeck
3f23b74d60 Only create the clone here if it does not exist, to prevent inadvertently destroying the clone before apply has been clicked. 2010-03-02 20:26:31 -07:00
Erik Fonnesbeck
cccdc09f64 Fix conditions for disable. 2010-03-02 20:12:02 -07:00
Erik Fonnesbeck
34808d4ef9 Move most of the code for dealing with wireless clone interface names to separate functions. 2010-02-23 02:12:50 -07:00
Erik Fonnesbeck
b70138167b Move shared wireless configuration settings to their own heading. 2010-02-22 23:54:41 -07:00
Erik Fonnesbeck
8f0289e7ec Sync configuration of shared settings between wireless clones. 2010-02-22 13:08:09 -07:00
Scott Ullrich
5949124cc3 Adding 802.1X Authentication support 2010-02-12 18:15:06 -05:00
Ermal Luçi
2dddf4be0d Check what to do on the interface when hitting apply options button. 2010-02-09 19:27:32 +00:00
Ermal Luçi
1b773d2064 Ticket #329. Use correnct interface API and pass correct arguments to functions. 2010-02-01 23:11:05 +00:00
Scott Ullrich
286a2b2efe Include ipsec.inc 2010-02-01 11:45:01 -05:00
Scott Ullrich
3211dcb6ed include captiveportal.inc 2010-01-16 18:12:00 -05:00
Ermal Luçi
08fae4381b Ticket #297. Verify WPA PSK key length. 2010-01-15 13:13:10 +00:00
Ermal Luçi
77622bb216 Reload all when changing interface configuration. 2010-01-14 19:03:51 +00:00
Chris Buechler
aa10c02f0b fix text 2010-01-14 13:03:05 -05:00
Chris Buechler
3f83bd4e1f field is not required 2010-01-06 23:09:08 -05:00
Chris Buechler
6768e67b47 fix up text 2010-01-05 22:01:10 -05:00
Seth Mos
9ff9a1c7d4 Style fixes for the interfaces page, use switch instead of a large if,elseif procedure.
Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries
Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to
manually add one.
2009-12-24 13:45:04 +01:00
Scott Ullrich
5c310990c7 Remove debugging alert 2009-12-23 17:25:15 -05:00
Scott Ullrich
15a13dab10 Unbreak adding gateway #238 2009-12-23 17:24:30 -05:00
sullrich
1ee5d4b3a0 Call enable_rrd_graphing() on save Resolves #154 + previous commit 2009-11-27 16:53:59 -05:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Scott Ullrich
88157f66b9 Take into account hostap type interfaces 2009-10-25 17:04:33 -04:00
Scott Ullrich
1039405943 Unbreak wireless on 8.x 2009-10-25 16:37:57 -04:00