Commit Graph

6776 Commits

Author SHA1 Message Date
Scott Ullrich
db9db2a86e If no config.xml is found, attempt restore from the latest backup. 2006-08-08 23:58:58 +00:00
Scott Ullrich
9d1143bdff Never install rdr or nat on rules if we cannot deterimine the interface.
Ticket #1061
2006-08-08 22:42:34 +00:00
Scott Ullrich
4ba6d30d08 Add "px" to items to kill CSS errors.
Submitted-by: Royce3 via irc
2006-08-08 17:39:14 +00:00
Scott Ullrich
1a23410cd1 Attempt restore of previous backup if we are halting. 2006-08-08 16:36:01 +00:00
Scott Ullrich
bf2e1048db Take into account PPPoE for IPSEC tunnels. 2006-08-07 18:11:37 +00:00
Scott Ullrich
745de66a13 Don't remove /tmp/rc.newwanip, it breaks Big pong logins.
Ticket #1062
2006-08-07 14:37:21 +00:00
Scott Ullrich
f321b3a2f9 MFC 13617
The conditional fails if /var/db/pfi/capable_* expands to more than one file as [ -f ... ] can only be used to check a single file. Use a loop with a break to get around this.
2006-08-07 03:07:08 +00:00
Scott Ullrich
e84918266b Actually make OPT$INT address work 2006-08-05 22:11:12 +00:00
Scott Ullrich
5e541497a1 Automatically prepend "captiveportal-" if needed to files uploaded. 2006-08-05 21:26:21 +00:00
Scott Ullrich
7ca3849acb Show latest version when available
Ticket #1056
2006-08-05 19:38:11 +00:00
Scott Ullrich
369578b1d0 * Allow setting of OPTional interface IP address correctly
* Print "Interface IP Address" in firewall rules summary when selected

Ticket #1052
2006-08-05 19:31:13 +00:00
Scott Ullrich
adf28e735e Check for valid IP Address when needed.
Ticket #1055
2006-08-05 18:48:42 +00:00
Scott Ullrich
00c3915d9b Fine tune IPSEC rules.
Ticket #1060
2006-08-02 22:46:18 +00:00
Scott Ullrich
b2e805b6e2 Remove date check. This is breaking the system logs in certain cases and I am tired of fighting this battle. The logs *WILL* remain broken on the last entries in some cases. I know of this fact and I do't plan on changing it as it breaks something else ever time that a fix is attempted. 2006-08-01 16:53:34 +00:00
Scott Ullrich
9d5b2674b1 Wrong value slipped in 2006-07-30 01:49:35 +00:00
Scott Ullrich
34e1ff97af Return and log error when we cannot open a valid write stream 2006-07-30 01:47:15 +00:00
Scott Ullrich
d1cfae7b52 Do not show entries with corrupted time entries (clog) 2006-07-29 21:56:12 +00:00
Scott Ullrich
04d10bbcac MFC 13272
skip past blank packages (not sure where this comes from)
2006-07-29 21:43:38 +00:00
Scott Ullrich
30e4c34a17 MFC 13273
package include files need to be included for custom php commands to run in
package resync
2006-07-29 21:40:17 +00:00
Scott Ullrich
ca84833fcd MFC 13274
require config.inc else config file doesn't get parsed and packages don't
get resync'd on boot
2006-07-29 21:38:34 +00:00
Scott Ullrich
b38261e9f2 Alert rule label to match reality. This is a block rule. 2006-07-28 16:07:20 +00:00
Scott Ullrich
a75900e4dd Expire virusprot table every hour.
Ticket #1053
2006-07-27 20:13:17 +00:00
Scott Ullrich
6668d4e637 MFC 13459
Only show enabled interfaces in the Interface drop down.
2006-07-26 13:37:51 +00:00
Scott Ullrich
6a77c5974f Use isset() 2006-07-26 13:35:58 +00:00
Scott Ullrich
c2953756cb * Enumerate all optional interfaces and check each one. Otherwise processing could end before all of them are checked. Pointed-and-prodded-by: Seth On-my-ass-since-day-one: Angelo Turreto 2006-07-26 13:29:19 +00:00
Scott Ullrich
055e476500 Erm. Having a firewall is good, mmmkay? 2006-07-25 22:54:37 +00:00
Scott Ullrich
d81310485a Only process enabled interfaces for multi-wan ipsec. 2006-07-25 16:08:22 +00:00
Scott Ullrich
0aefb76780 MFC 13441 shrink scrub code and instead of adding it to each interface except LAN go ahead and add to all 2006-07-25 03:41:25 +00:00
Scott Ullrich
c9f740abcc Turn off fast cgi on machines with less than 65 megs of ram. We told you it would be slow! 2006-07-25 01:30:36 +00:00
Scott Ullrich
746841b98e Let PF sort out interface ip addresses for multi-wan IPSEC. Ticket #1028 2006-07-24 21:38:04 +00:00
Scott Ullrich
f00af6bb4e Use friendly interface names Ticket #1028 2006-07-24 21:25:27 +00:00
Scott Ullrich
3f7723bbff Allow IPSEC traffic on all WAN interfaces as needed. Ticket #1028 2006-07-24 21:17:03 +00:00
Scott Ullrich
ad356bb7ee Split up gateway pools and check them. $_POST['gateway'] has already been moved to the gateway box. 2006-07-24 21:02:19 +00:00
Scott Ullrich
52031f9f78 Check interface ip address, not the gateway! 2006-07-24 20:45:52 +00:00
Scott Ullrich
83b06cdc94 Do not check an interface gateway if it is blank. 2006-07-24 20:40:03 +00:00
Scott Ullrich
401a52c7d5 Third times a charm. Compare the interface gateway settings Ticket #1039 2006-07-24 20:38:29 +00:00
Scott Ullrich
30cbce9c1e Actually show gateway in question and change a to an. 2006-07-24 20:36:26 +00:00
Scott Ullrich
039bee92c6 Actually show gateway in question and change a to an. 2006-07-24 20:33:32 +00:00
Scott Ullrich
56dfd43464 Actually check interface gateway. Ticket #1039 2006-07-24 20:22:24 +00:00
Scott Ullrich
88551701a5 Do not allow operator to add a interface ip address as a gateway pool member. Routing loops are bad, mmmmmkay? 2006-07-24 19:58:40 +00:00
Scott Ullrich
8bddc5b783 Also check policy based routing and see if the gateway is in use. 2006-07-24 19:48:04 +00:00
Scott Ullrich
ee968e4f29 Compare against $pconfig and only check items if gateway is changing. 2006-07-24 19:42:38 +00:00
Scott Ullrich
de42a08e05 Someone please purchase me a spell checker. Fix input_errors typo 2006-07-24 19:34:15 +00:00
Scott Ullrich
6fc5bf35d7 If a gateway is being used by the load balancer pool, do not allow operator to reassign the gateway ip to an interface. This creates a route loop and is bad. Ticket #1039 2006-07-24 19:11:24 +00:00
Scott Ullrich
63190d361b file_notice() requires a category 2006-07-24 18:53:32 +00:00
Scott Ullrich
371d45a2bc Send alerts to syslog as well. Suggested-by: BillM 2006-07-24 18:22:50 +00:00
Scott Ullrich
6909a83662 Send alerts to syslog as well. Suggested-by: BillM 2006-07-24 18:19:14 +00:00
Scott Ullrich
232fc34c38 File a notice when the aliases are unresolvable. Ticket #995 2006-07-24 18:09:56 +00:00
Scott Ullrich
255407ddeb Version bump from outter space 2006-07-24 17:34:01 +00:00
Scott Ullrich
bdd25a8299 Correct OLSR paramaters Ticket #1050 2006-07-24 16:52:55 +00:00