Commit Graph

4213 Commits

Author SHA1 Message Date
Scott Ullrich
ee50604495 Fix ticket #1265 Multiple openvpn clients all attempt to bind to same local port 2007-03-14 19:08:47 +00:00
Seth Mos
fb7a98e96f Various filter.inc fixes.
- Different approach to setting up the load balancer rule. Tested with old style and new style gateway config.
This is not tested with server load balancing!
- Add PPPoE (server) Network to vpns list. required for ftp proxy and load balancer Negate rules.
- Only trigger load balancer Negate rules for inside interfaces without gateways.
2007-03-13 21:51:17 +00:00
Scott Ullrich
5b4a95281b 8 is even faster for apc cache according to Holger. 2007-03-13 03:47:56 +00:00
Scott Ullrich
37b16f20ea Add a notice when we configure rrd data on bootup. 2007-03-13 03:35:28 +00:00
Scott Ullrich
7cb5af21cf Kill trailing space 2007-03-13 03:26:21 +00:00
Scott Ullrich
6a71103ae1 Back out variable size cache, it slows things down. Why 12 megabytes is slower than 10 megabytes is a good question. 2007-03-13 03:25:03 +00:00
Seth Mos
7a7dceb264 Automatically adjust apc cache by available memory.
Suggested-by: Seth
Implemented-by: Scott
2007-03-12 22:00:43 +00:00
Scott Ullrich
a7b5cfbe8b rc.linkup is a event queue of sorts. It needs to to loop through all arguments and process them in the order that they where received in. 2007-03-12 21:34:34 +00:00
Scott Ullrich
5cf1bd37f7 * Show arguments being passed * Remove argument == 2 check, there could be 4, or 6, or 8, etc. 2007-03-12 21:04:34 +00:00
Scott Ullrich
9059473d05 Increase default cache size to 10 megabytes to make wraps happy again Noticed-and-prodded-by: Holger 2007-03-12 21:03:10 +00:00
Scott Ullrich
ffed1529ec Remove logging helper entries 2007-03-09 18:35:37 +00:00
Scott Ullrich
6f043d8aad Remove logging helper entries 2007-03-09 18:31:11 +00:00
Scott Ullrich
244eb4dbd7 s/18/08/ 2007-03-09 02:51:03 +00:00
Scott Ullrich
dc87c7933f Use real interface name for now and fix the bug. 2007-03-09 00:20:20 +00:00
Scott Ullrich
300d160912 Woops, use correct function 2007-03-09 00:04:48 +00:00
Scott Ullrich
89f98e8f64 Refer to the binat by its friendly interface name 2007-03-08 23:59:56 +00:00
Scott Ullrich
b62f2ef1b1 Version bump 2007-03-08 23:27:17 +00:00
Scott Ullrich
4582b281d6 Be consistent on bootup. IE: Starting time sync...done.\n instead of Starting time sync ... 2007-03-08 23:19:11 +00:00
Scott Ullrich
69f4b3a77a Bump php working max memory to 32 megabytes 2007-03-08 20:13:00 +00:00
Seth Mos
4e9cd82858 Allow for basic network boot configuration
In Use By: Seth
2007-03-08 19:48:47 +00:00
Scott Ullrich
afd5cfd7be Set php extensions dir 2007-03-08 18:15:18 +00:00
Scott Ullrich
d8576be536 Allow multiple client tunnels via OpenVPN
Ticket #1265

Ok: fernando lemos
2007-03-08 17:59:45 +00:00
Seth Mos
baf9fab22e Do ourself a favor and start the time sync after we configured the interfaces.
So we can actually sync to something.
2007-03-06 21:47:48 +00:00
Seth Mos
d047d89f0b Hopefully make the inteface_has_gateway function a lot more robust.
We should handle real interface names now
And Uppercase friendly names.
2007-03-06 21:45:19 +00:00
Seth Mos
9ba08fba64 Make the AON FTP logic a bit more verbose.
Add comments.
2007-03-06 10:12:53 +00:00
Scott Ullrich
68f346509f wpa_supplicant needs to have access to sending and receiving layer 2 (link layer) packets with two Ethertypes: EAP-over-LAN (EAPOL) 0x888e and RSN pre-authentication 0x88c7. l2_packet.h defines the interfaces used for this in the core wpa_supplicant implementation. Found from: http://209.85.165.104/search?q=cache:O5NrMslxwKAJ:w1.fi/wpa_supplicant/devel/porting.html+wpa2+0x888e&hl=en&ct=clnk&cd=2&gl=us&client=firefox-a 2007-03-06 00:16:12 +00:00
Scott Ullrich
7f88941d28 Tell the stray f to f off 2007-03-04 21:56:20 +00:00
Scott Ullrich
d8eafa31c4 Soft updates are handled in /etc/rc. Remove code. 2007-03-04 21:44:30 +00:00
Scott Ullrich
8125c172a3 Do not forget to keep state on enc0 packets 2007-03-04 21:12:11 +00:00
Scott Ullrich
b5d8499ca8 Trigger a FSCK if required before switching on softupdates 2007-03-04 20:24:57 +00:00
Scott Ullrich
d5f60dba2d Twiddle softupdates bits during console muting. 2007-03-04 19:56:40 +00:00
Scott Ullrich
0b91e3c9dd Full path to grep, add comment. 2007-03-04 19:15:08 +00:00
Scott Ullrich
b523add095 Handle enablesoftupdates on the full installation platform as well 2007-03-04 19:13:33 +00:00
Scott Ullrich
d5cfa74bf7 Enable hidden option in system called enablesoftupdates which will turn on soft updates before mounting rw 2007-03-04 19:01:46 +00:00
Seth Mos
652b8ce061 I forgot, the ftp helpers on releng_1 are started from config.inc not pfsense-utils.inc (head) 2007-03-04 11:24:24 +00:00
Seth Mos
c9238b6de9 Do not trigger the routed ftp logic for outside interfaces.
This is coded blind, it needs a field test.
2007-03-04 01:55:01 +00:00
Bill Marquette
34441e8640 MFC [16853]
Fix opt interface lookup
2007-03-04 01:08:21 +00:00
Scott Ullrich
9a06464690 Restore PPPoE and WPA access through captive portal that was lost in last m0n0 sync. 2007-03-03 19:51:05 +00:00
Seth Mos
a9b76f6824 Correct function name 2007-03-02 23:30:33 +00:00
Seth Mos
96bfcbbba0 Add functions to return outside interface list and check if it has a gateway 2007-03-02 23:17:38 +00:00
Scott Ullrich
71602b1413 Only install listen directive when value is filled in. 2007-03-02 20:20:29 +00:00
Scott Ullrich
e8b82b8191 ctrl-c is handy in the shell. Do not lock out. 2007-03-02 17:32:15 +00:00
Seth Mos
95fb49e81d Allow for more snmpd options. If we want (remote) cpu and process monitoring support (nagios).
Needs missing snmp_bridge.so to be committed into build!
2007-03-02 08:36:58 +00:00
Scott Ullrich
4eaaea87b8 Sleep for 2 seconds between restarting slbd 2007-03-01 17:37:38 +00:00
Scott Ullrich
12fea2f7a4 Do not write out STP to debugging .sh file if either interface is wireless, it confuses what we did previously. 2007-02-27 23:08:43 +00:00
Bill Marquette
cf8f9e74bc MFC [16810]
Don't sync proxyarp items, conflicts will occur
2007-02-27 22:50:29 +00:00
Bill Marquette
6e42e03886 Only perform CARP work on VIPs if they're really CARP VIPs
Reported-by: Martin Beauchamp
MFC [16808]
2007-02-27 22:33:47 +00:00
Scott Ullrich
b7da29b3c6 Version bump 2007-02-27 21:57:05 +00:00
Scott Ullrich
32c2c5288e Kill trailing space 2007-02-27 20:45:31 +00:00
Scott Ullrich
0d6fa4f472 Fix Fatal error: Cannot redeclare captiveportal_get_next_ipfw_ruleno() (previously declared in /etc/inc/captiveportal.inc:957) in /etc/inc/captiveportal.inc on line 985 2007-02-27 17:33:22 +00:00