Commit Graph

13540 Commits

Author SHA1 Message Date
Vinicius Coque
3bb6bb18cb Deleting associated rule 2010-04-09 19:40:07 -06:00
Renato Botelho
96cde2307c Show in gray just rules that are disabled 2010-04-09 19:39:49 -06:00
Renato Botelho
2d9792af9c Add { } when protocol is tcp/udp 2010-04-09 09:47:47 -03:00
Vinicius Coque
726dc0a785 Fixing AutoSuggest on Source and Destination ports 2010-04-09 09:35:38 -03:00
Renato Botelho
47c5a08f76 Fix table sizes and calculate local port range 2010-04-08 16:46:14 -03:00
Vinicius Coque
d479c2931b Fixing auto-generated rule 2010-04-08 16:30:01 -03:00
Vinicius Coque
0d8a86156d Adding new fields to improved NAT port forward 2010-04-08 15:56:40 -03:00
Renato Botelho
95a18821d7 Teach filter_generate_address to deal with rdr NAT port range syntax and rework its use 2010-04-08 15:31:59 -03:00
Renato Botelho
2d6f817f94 Merge remote branch 'mainline/master' 2010-04-08 15:02:51 -03: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
Renato Botelho
3da5836296 Make necessary changes for improved NAT Port Forward (not tested yet) 2010-04-08 14:19:03 -03:00
Renato Botelho
3bbd492ad7 Fix indent and add a vim tag to respect tab size 2010-04-07 16:32:46 -03:00
Renato Botelho
6a459cefda Change span class to gray when rule is disabled 2010-04-07 15:29:04 -03:00
Renato Botelho
ec223192ad Deal with new fields of Improved NAT Port Forward 2010-04-07 15:13:04 -03:00
Renato Botelho
6410247348 Improved NAT Port Forwarding changed XML data, change config version to 6.2 and implement a function to migrate data 2010-04-07 13:40:39 -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