Commit Graph

4884 Commits

Author SHA1 Message Date
Scott Ullrich
4ae307bb4e Do not remove config.cache after loading filter. 2005-10-15 19:24:48 +00:00
Bill Marquette
5fc5f9a2d0 Specify direction on IPSec rules 2005-10-15 18:34:33 +00:00
Scott Ullrich
17c7054b64 * pfsync0 should already exist, do not create
* assign syncdev and bring up at same time to match FreeBSD's pfsync rc.d script
2005-10-15 17:57:27 +00:00
Scott Ullrich
5c2c817add Shut off pfsync on shutdown with same freebsd command: /sbin/ifconfig pfsync0 -syncdev down 2005-10-15 17:54:07 +00:00
Bill Marquette
c071aadec4 No need to add fxp to the array twice
Pointed-out-by: submicron
2005-10-15 02:05:30 +00:00
Scott Ullrich
51579483c9 Touch /tmp/ not /tmp/tmp 2005-10-14 23:32:03 +00:00
Scott Ullrich
dabf1d2d5a m0n0wall -> pfSense 2005-10-14 23:29:24 +00:00
Scott Ullrich
8d36fd1d32 Add polling enable/disable control in System Advanced
Suggested-by: CMB
2005-10-14 21:01:21 +00:00
Scott Ullrich
6008210b08 * Major rewrite of CARP/PFSYNC init code. Remove a bunch of if() and for() to make the code 100* more readable
* When bringing up CARP, set its advskew to 200 and when we are finally up at the end of the boot sequence assign the normal ADVSKEW

Patch-tested-by: BillM
2005-10-14 20:47:17 +00:00
Scott Ullrich
432ea7632b Disable auto-login. 2005-10-14 20:43:49 +00:00
Scott Ullrich
11a4cba679 Version bump 2005-10-14 20:43:21 +00:00
Scott Ullrich
f7a14e03d8 Add awi and wlan 2005-10-14 20:42:21 +00:00
Scott Ullrich
c367cb09e6 Doh' ! an already exists. remove 2nd. 2005-10-14 20:41:38 +00:00
Scott Ullrich
9faa5e3022 Remove trailing space 2005-10-14 20:41:10 +00:00
Scott Ullrich
5679fd77f8 Add device an (Aironet) 2005-10-14 20:40:11 +00:00
Scott Ullrich
7655181559 Add iwi as a supported wireless interface 2005-10-14 20:22:47 +00:00
Erik Kristensen
0da417be0e Delete cache and debug files if dyndns is not enabled. If dyndns is enabled update, should solve cache file being created upon boot when dyndns is not enabled. 2005-10-14 00:48:14 +00:00
Scott Ullrich
f9b205f321 Allow -1 return to indicated package failure. Removing exit 2005-10-13 22:30:58 +00:00
Scott Ullrich
e8f7361e8a return! don't exit. this will allow the bootup sequence to finish. 2005-10-13 22:27:18 +00:00
Scott Ullrich
34441bfa3c Hand off starting SSHD to our background daemon 2005-10-13 21:42:38 +00:00
Scott Ullrich
a5a0c4c777 Move )
Pointy-hat-to: Me
2005-10-13 21:31:17 +00:00
Scott Ullrich
89e910c61c Missing )
Pointy-hat-to: Me
2005-10-13 21:29:24 +00:00
Scott Ullrich
609286643c Memory meter changes.
Submitted-by:	Dan Swartzendruber <dswartz_AT_druber.com>
2005-10-13 21:03:48 +00:00
Seth Mos
1cb64928ea Accidental debug line removed 2005-10-13 20:54:10 +00:00
Scott Ullrich
cefde7627f Forced commit to note that failover ipsec should be enabled as well (even if your not using failover, it simply sets the racoon listen ip address) 2005-10-13 20:50:48 +00:00
Scott Ullrich
ab80b66f23 Add NATT support. Currently this option is disabled. To enable simply set the <developer/> tag inside <system> in config.xml 2005-10-13 20:49:48 +00:00
Seth Mos
5b7eb87cad Reworked sshd script, restarts sshd if we have one and allows running of
ssh on alternate port.
2005-10-13 20:43:27 +00:00
Seth Mos
74806ceece Allow running of ssh on alternate port 2005-10-13 20:41:56 +00:00
Scott Ullrich
28b58598bc Do not check for bridge 2005-10-13 05:34:39 +00:00
Scott Ullrich
af67c4ab8c Translare friendly interface names to real interface names 2005-10-13 05:25:37 +00:00
Scott Ullrich
563ced33e6 missing , 2005-10-13 02:42:42 +00:00
Scott Ullrich
5408b3b012 * Cleanup comment
* Remove debugging echo's
2005-10-13 02:28:43 +00:00
Scott Ullrich
12b2d7c745 Add 'ste' to available polling 2005-10-13 02:17:29 +00:00
Scott Ullrich
65dea9fbc0 Enable polling for an interface if it supports it.
Thanks to the revised polling code that is SMP compatible!
2005-10-13 02:14:23 +00:00
Scott Ullrich
cd0392df20 Use -c 2005-10-13 02:01:25 +00:00
Scott Ullrich
e3025dde42 webGUI -> webConfigurator 2005-10-13 01:18:17 +00:00
Scott Ullrich
73c2749ca8 Do not bring down carp interfaces one by one, let the normal shutdown procedure handle 2005-10-13 01:15:33 +00:00
Scott Ullrich
f6661aed44 * Done -> done (for bootup consistency)
* Error -> error
2005-10-13 01:08:37 +00:00
Scott Ullrich
7370613f8b * Various safety checks
* Return next available slot correctly
2005-10-13 00:12:43 +00:00
Scott Ullrich
ce33da32e8 Make get_number_of_bridged_interfaces() a little more industrial strength by actually looking at the bridge numbers instead of the quantity of bridges 2005-10-12 23:45:41 +00:00
Scott Ullrich
af1b4b28eb Missing } 2005-10-12 23:34:12 +00:00
Scott Ullrich
4f9a78d93e Do not call ifconfig on non-existant interfaces when testing 2005-10-12 23:33:27 +00:00
Scott Ullrich
0d429e435e * Correctly bring up a new bridge
* Correctly destroy a bridge when no longer used
2005-10-12 23:31:38 +00:00
Scott Ullrich
d5ec969c02 Remove debugging line 2005-10-12 21:51:27 +00:00
Scott Ullrich
9a6757a1ff filter_translate_type_to_real_interface() on the bridge interface 2005-10-12 20:57:14 +00:00
Scott Ullrich
1665e79c52 Destroy the bridge either way, it will be recreated if needed. 2005-10-12 20:54:45 +00:00
Scott Ullrich
5c4eeffbbb Do not process items if it's not an array 2005-10-12 20:41:01 +00:00
Scott Ullrich
1132ff91ec Start at 0 2005-10-12 20:33:14 +00:00
Scott Ullrich
f78d241293 Use consistent variable names 2005-10-12 20:31:59 +00:00
Scott Ullrich
bfca2bba79 Trim whitespace 2005-10-12 20:30:06 +00:00