Commit Graph

13530 Commits

Author SHA1 Message Date
Renato Botelho
673d29c002 When delete a filter rule that is associated with a nat rule, cleanup the association 2010-04-09 14:46:48 -03:00
Renato Botelho
664742f78d The sum of % for table size should be 100%, fixing it 2010-04-09 10:12:08 -03:00
gnhb
ba5d826352 Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-04-09 18:19:15 +07:00
gnhb
4aa64f79f0 Configure interface when changing settings, and fix init string field.
The interface configure function is called after "write_config()" because
we must write the new data to the config before reading the config to
bring up the interface with the new settings.
2010-04-09 18:16:32 +07:00
Renato Botelho
2818123711 Add a new global option, disablehelpicon, to hide help icon from all pages 2010-04-08 14:49:33 -03:00
gnhb
a3fa7aaccd Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Conflicts:
	usr/local/www/system.php
2010-04-06 14:29:39 +07:00
gnhb
b324b619aa Add a few more examples to the list of domain examples. 2010-04-06 14:25:28 +07:00
gnhb
10e41b741b Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.
The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts
instead of doing a normal DNS query to the server listed in
/etc/resolv.conf on the local host.

Also, hosts running bonjour or avahi can not ping or reach *any* other
host by name if it is not running some mDNS implementation.
Essentially, if DHCP tells the local host that it's search domain is
"local" then hosts running mDNS will not query the pfsense DNS server
for any local lan DNS lookups.

See here on apple's website:
http://support.apple.com/kb/TA20999?viewlocale=en_US

Quote from above link:
"To indicate that the name should be looked up using local multicast
instead of a standard DNS query, all Bonjour host names end with the
extension ".local."
2010-04-06 14:24:38 +07:00
gnhb
81035b9687 Don't use "local as a domain. It breaks DNS resolution for hosts running mDNS.
The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts
instead of doing a normal DNS query to the server listed in
/etc/resolv.conf on the local host.

Also, hosts running bonjour or avahi can not ping or reach *any* other
host by name if it is not running some mDNS implementation.
Essentially, if DHCP tells the local host that it's search domain is
"local" then hosts running mDNS will not query the pfsense DNS server
for any local lan DNS lookups.

See here on apple's website:
http://support.apple.com/kb/TA20999?viewlocale=en_US

Quote from above link:
"To indicate that the name should be looked up using local multicast
instead of a standard DNS query, all Bonjour host names end with the
extension ".local."
2010-04-06 14:16:39 +07:00
Chris Buechler
221f5d17b6 don't display disabled tunnels on diag_ipsec.php
fix up L2TP text
2010-04-05 18:06:18 -04:00
Chris Buechler
c67bbe0480 restore double click to edit 2010-04-04 01:02:16 -04:00
jim-p
a2a7f74df4 Check for an empty <config/> as the first setting for a given package's config. When present, this breaks saving for certain packages (namely Squid's caching tab). 2010-04-04 00:58:08 -04:00
jim-p
bef28e2d56 Fix sortable to handle sorting of IP address columns properly. Resolves #469 2010-04-03 18:18:48 -04:00
Chris Buechler
8b69a3e14f fix text 2010-04-03 17:27:51 -04:00
Chris Buechler
12980094ca must use -f with pkill to find updaterrd.sh 2010-04-03 17:12:54 -04:00
Chris Buechler
0ad76ac860 fix editing of PARP ranges reverting to single entries, and duplicate "selected" in subnet_bits 2010-04-03 16:38:39 -04:00
Scott Ullrich
af5d9af284 Add iPad support 2010-04-03 16:03:44 -04:00
Chris Buechler
c42276dbdd switch these back to no state until sloppy is fixed 2010-04-03 15:10:49 -04:00
Ermal
3f115d0ed3 Use ipfw for deleting unused pipes too. 2010-04-02 15:28:29 +00:00
Ermal
d41e63b6ee Use ipfw to create the pipes/queues for pf dummynet rules, until we can catch up with dummynet v3. 2010-04-02 01:24:03 +00:00
Chris Buechler
703539b6ae fix text 2010-04-01 12:45:43 -04:00
Ermal
33c017b25a Remove update_dns_cache.sh it seems to have been used for hostnames in the filter ruleset which now is handled quite differently. 2010-03-31 23:08:17 +00:00
Ermal
87f2868788 Micro-optimization, no need to fork here just to get the file contents. 2010-03-31 21:16:36 +00:00
Ermal
9af4b31b7a Use stristr as a microoptimization. 2010-03-31 21:16:36 +00:00
Ermal
b42edc09fa Remove now unused code. 2010-03-31 17:45:59 +00:00
Ermal
534e5344ad Fix packages rule generation. 2010-03-31 17:43:38 +00: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
79afe4e471 Use new arguments passing style for dhcpleases. Ticket #374. 2010-03-31 09:51:20 +00:00
Ermal
d432ed925a Ticket #462. Remove references to slbd it is not used anymore. 2010-03-31 09:16:37 +00:00
Ermal
b97d85c029 Fix hosts file generation. 2010-03-29 19:01:43 +00:00
Ermal
547340c4b4 This is of no use. Disable until its writer shows up. 2010-03-29 17:28:25 +00:00
Ermal
c7f6019359 Ticket #449. Teach OpenVPN to reload only tunnels for the specified interface. Use this is rc.newwanip script to reload only these tunnels. 2010-03-29 17:22:32 +00:00
Ermal
9a985f9e4b Simplify code. 2010-03-29 16:48:10 +00:00
Ermal
62e74b4261 Remove PPP tab these all go to the system log now. 2010-03-29 16:08:05 +00:00
Ermal
e18f70ea97 Remove bogus char. Spotted-by:gnoahb@ 2010-03-29 16:00:19 +00:00
Ermal
1d4aca27fe Restore tun interface because it is still used by openvpn. 2010-03-29 14:57:56 +00:00
Ermal
c64d502893 Do not enable fastforwarding with ipsec. Silence command because default gw might not exist yet. 2010-03-29 14:45:02 +00:00
gnhb
68465fab8c Merge remote branch 'mainline/master' 2010-03-29 20:15:02 +07:00
gnhb
c90f247117 Changes to make PPP work again. mpd5 fails to establish a ppp link without
*some* username and password, so defaults are set if user enters nothing.
Removed interface_ppp_configure call from interfaces_ppp_edit.php. It was
useless there with the new structure, and it caused all PPP links to attempt
to connect when user presses "Save" even before they are assigned to LAN/WAN, etc.

Also, fix up pfsense-utils.inc and status_interfaces.php
to display more info on status_interfaces.php.

Changed util.inc to allow cua* interfaces to be recognized as real interfaces as
pfSense got "interface mismatch" at boot and forced user to reassign. Maybe someone
else has a better way to do this.
2010-03-29 20:03:55 +07:00
Ermal
3da49dc3ae Fix file names. 2010-03-29 11:10:53 +00:00
Ermal
051b178ac4 Be more strict on validations. 2010-03-29 11:00:30 +00:00
Ermal
92dd6a83f3 Make sure we do not error out and silence some errors. 2010-03-29 10:52:57 +00:00
gnhb
a216a03a00 Fix a few small bugs in new PPP code, and one type in pfsense-utils.inc 2010-03-29 14:29:15 +07:00
Ermal
a728d6f91e Remove bougs (. 2010-03-28 21:49:20 +00:00
Ermal
b28e084296 Propperly choose interface name from correct variable. 2010-03-28 21:13:28 +00:00
Ermal
c107a2ac27 Forgot re-editing. 2010-03-28 21:11:47 +00:00
Ermal
da75413def Fix interface assignment and re-edit 2010-03-28 21:11:22 +00:00
Ermal
822263b772 Fix displaying ppp ports. 2010-03-28 20:10:04 +00:00
Ermal
8dac2d1b86 Fix PPP assignment. 2010-03-28 20:05:19 +00:00
gnhb
5ca41f8b4f Don't need the rm -f statement when using > redirect to overwrite the
file, and add the "then" to the if statements
2010-03-28 22:04:13 +07:00