Commit Graph

6522 Commits

Author SHA1 Message Date
Scott Ullrich
ab87bd4cbb Woops, set $int before calling!
Pointy-hat-to: me
2006-05-19 22:43:05 +00:00
Scott Ullrich
a844ddfbc3 Do not pass opt1, pass 1 instead.
This fixes dhclient on optional interfaces.

Ticket #970
2006-05-19 22:30:55 +00:00
Scott Ullrich
4e4c1ea219 Cleanup pptp / pppoe code. Do not allow all traffic when pptp and pppoe are enabled. 2006-05-19 21:23:23 +00:00
Scott Ullrich
b2d183ad47 Wrong IPSEC filter rules if using any interface other than WAN
Ticket #981
2006-05-19 20:10:14 +00:00
Scott Ullrich
5b235ea4d9 Change to:
$rule .="pass out quick on tun{$x} all keep state label \"let out anything from firewall host itself openvpn\"\n";
			$rule .="pass in quick on tun{$x} all keep state label \"let out anything from firewall host itself openvpn\"\n";
2006-05-19 17:42:54 +00:00
Scott Ullrich
38cafea591 Only install default pass out rule (needed for pptp wan) if traffic shaper is disabled. The traffic shaper code will deal with this rule otherwrise.
Suggested-by: Leon
2006-05-18 19:47:43 +00:00
Scott Ullrich
1e28f92d7e Do not unset advanced outbound nat settings if user deletes all rules and saves. This prevents the operator from having a nat-free environment.
Reported-by: Andrew Thompson
2006-05-18 19:43:25 +00:00
Scott Ullrich
8cb9548935 Do not allow upload or download speeds to be blank. 2006-05-17 22:38:01 +00:00
Scott Ullrich
fa4a625342 Strip out Hna4 { ... } when announce dynamic route is off 2006-05-17 21:34:49 +00:00
Scott Ullrich
9a53786239 Generate correct subnet mask 2006-05-17 01:47:37 +00:00
Scott Ullrich
904c75a181 Add back missing <option> 2006-05-16 23:55:46 +00:00
Scott Ullrich
91de904502 Remove duplicate <option> tag 2006-05-16 23:53:19 +00:00
Scott Ullrich
b86e64c113 MFC 12259
close image tag
2006-05-16 23:26:36 +00:00
Scott Ullrich
5b2177e43d MFC 12257
Ticket #965  - fix wake on lan from diag_dhcp_leases.php if it's a static dhcp lease
2006-05-16 23:04:19 +00:00
Scott Ullrich
9cde954b25 MFC 12255
Make "Default" the default selected option MFC: possible MFC candidate
2006-05-16 23:00:24 +00:00
Scott Ullrich
48ab0cd21c Latest OLSR changes. 2006-05-16 21:36:11 +00:00
Scott Ullrich
895ecb3525 Ensure symlink is correct on compact flash / embedded platforms 2006-05-16 15:54:10 +00:00
Scott Ullrich
594c28ce9b Always keep one config.xml backup on hand for embedded platform 2006-05-16 15:37:54 +00:00
Scott Ullrich
c1b3f10267 Back out last commit. Restore CTRL-C behavior. 2006-05-11 21:26:30 +00:00
Scott Ullrich
08b4068f82 MFC 12235
Display correct log X-Patch-From: D.Pageau <dpageau at infodev.ca>
2006-05-11 18:21:44 +00:00
Scott Ullrich
601642c708 Kill off scalar array errors. This is not the 100% correct fix but will do until Seth returns from vacation. 2006-05-08 21:53:14 +00:00
Scott Ullrich
1a2369f4dd Use correct variable to enable plugin options 2006-05-08 21:32:45 +00:00
Scott Ullrich
09b897ae6b Unset default route if dynamic gateway support is enabled in OLSR 2006-05-08 21:23:40 +00:00
Scott Ullrich
10c6e7a88d Unset default route if dynamic gateway support is enabled in OLSR 2006-05-08 21:14:45 +00:00
Scott Ullrich
bc15a1b957 Correctly add WAN interface to DHCP if OLSR is enabled 2006-05-08 21:13:23 +00:00
Scott Ullrich
2220872ed3 PPTP on WAN fixes
http://forum.pfsense.org/index.php?topic=1184.new;topicseen#new
2006-05-08 17:16:37 +00:00
Scott Ullrich
9a40f53436 Remove orange flow theme. It's imcomplete. 2006-05-08 00:42:07 +00:00
Scott Ullrich
522e44e9cd Remove gettext() call, we don't have this in RELENG_1. 2006-05-08 00:36:46 +00:00
Scott Ullrich
23968f40c8 Remove orange flow theme. It's imcomplete. 2006-05-08 00:33:02 +00:00
Scott Ullrich
6b36f34b67 BETA4 2006-05-07 21:06:14 +00:00
Scott Ullrich
4d644923d4 Add back auto setting. It was mistaken as the culprit of a bug prior. 2006-05-06 22:49:40 +00:00
Scott Ullrich
16c2327b2f MFC 2006-05-06 16:45:35 +00:00
Scott Ullrich
490b8b2a4b Turn off previous ath settings.
Detective-work-done-by: Holger
2006-05-06 03:31:54 +00:00
Scott Ullrich
4d857dcff8 Turn off previous ath settings.
Detective-work-done-by: Holger
2006-05-06 02:42:53 +00:00
Scott Ullrich
d36088d228 Turn off pureg if its enabled so that the wireless interface can change settings 2006-05-06 00:57:43 +00:00
Scott Ullrich
fb6280187d Remove the auto option, it no longer works with the latest HAL because it expects commands ina certain order which breaks auto. 2006-05-06 00:29:42 +00:00
Scott Ullrich
8a95812504 Work around the fact that the HAL expects commands to be issued in a certain order. This is quite annoying. 2006-05-06 00:04:35 +00:00
Scott Ullrich
59f6095f87 Wireless Status page gets mode.
Ticket #957
2006-05-05 21:31:47 +00:00
Scott Ullrich
66d13806ea MFC 12193
Mixes ticket #955
2006-05-05 19:38:10 +00:00
Scott Ullrich
17a1f57d60 Time to put out one more snapshot before beta4. 2006-05-05 19:35:24 +00:00
Scott Ullrich
d1481681bd three -> two 2006-05-05 15:16:35 +00:00
Scott Ullrich
5e2a2a1e5c Don't echo out line, send it to the system logs 2006-05-05 03:41:49 +00:00
Scott Ullrich
37db27bbdd We need R/W access to config.xml
Ticket #954
2006-05-05 03:37:23 +00:00
Scott Ullrich
963d012d70 Correctly disable PPTP server Ticket #953 2006-05-05 02:15:20 +00:00
Scott Ullrich
9b8dc8219d MFC DYNDNS fixes 2006-05-04 00:37:01 +00:00
Scott Ullrich
9896b0dcca Block the overload tables!!
Pointy-hat-to: me
2006-05-03 03:09:41 +00:00
Scott Ullrich
8e8cbefdf5 Add "re" interface to altq. This is a realtek 1000 gigabit card. 2006-05-02 22:05:51 +00:00
Scott Ullrich
66752f2423 Remove logging on target nodes, the primary is keeping track. 2006-05-02 21:57:40 +00:00
Scott Ullrich
ba0a9384b9 Balance -> Balancer 2006-05-02 21:34:54 +00:00
Scott Ullrich
95da663be0 Don't leave CARP cluster in a inconsistent state by not calling interfaces_carp_bring_up_final(); 2006-05-02 20:55:55 +00:00