Commit Graph

19384 Commits

Author SHA1 Message Date
Warren Baker
89fd3ed36f Use isset() for DNSSEC status 2012-04-05 15:08:29 +02:00
Warren Baker
4b7ea18177 Specify path to unbound config file 2012-04-05 15:07:19 +02:00
Warren Baker
830a82e77d Merge pull request #73 from phil-davis/master
Minor text typo fixes to recent unbound file commits
2012-04-05 05:18:36 -07:00
Warren Baker
8314e2a3db Handle enable/disable options 2012-04-05 14:16:49 +02:00
Phil Davis
7204914880 A minor typo fixed 2012-04-05 17:46:10 +05:45
Phil Davis
fc6e0fbfd6 Was looking at what is coming in new builds and noticed a couple of typos and small point of English grammar, so thought it worth 5 minutes to update it. 2012-04-05 17:39:13 +05:45
Warren Baker
4ed3cc97eb Add input checks 2012-04-05 13:31:44 +02:00
Warren Baker
f196aba387 Add select box for outgoing queries 2012-04-05 13:21:11 +02:00
Warren Baker
467748e3e4 Better descriptions and cosmetics 2012-04-05 13:13:06 +02:00
Warren Baker
43a987e467 Add ACL id functions 2012-04-05 13:08:50 +02:00
Warren Baker
eac1d3f987 Correct wording 2012-04-05 13:04:57 +02:00
Warren Baker
bd82f06b44 Correct links 2012-04-05 13:03:18 +02:00
Warren Baker
2bb29c1687 A whole bunch of changes to the general settings page and advanced settings 2012-04-05 12:59:54 +02:00
Warren Baker
27d98335f8 Add Access Lists page for Unbound ACLs 2012-04-05 12:59:18 +02:00
Warren Baker
431f65266b Merge branch 'master' of github.com:bsdperimeter/pfsense 2012-04-05 11:19:04 +02:00
Warren Baker
14b1279d76 Add Unbound GUI bits 2012-04-05 11:18:10 +02:00
Ermal
df0e1f2df8 Good catch jim :) 2012-04-04 18:16:28 +00:00
Ermal
870952cf3a Just php does not like this variable name and just prepends the 1 in output! 2012-04-04 18:05:21 +00:00
jim-p
08ab5cd2b4 Expand these checks to include 'dynamic' or they'll never match dynamic gateways, leading to issues with routing. 2012-04-04 13:44:28 -04:00
smos
73c8a6c714 Make sure that we reconfigure the tunneled interfaces when we get a new ipv4 address. 2012-04-04 17:36:19 +02:00
smos
5bf2cc847e Change the firewall rules to prevent firewall rule errors 2012-04-04 17:29:51 +02:00
jim-p
08743d6d59 Set the table limit before loading tables. This may help in cases where a ruleset fails to load due to table size, and the user increases the size but still can't load the rules. 2012-04-04 11:43:54 -04:00
jim-p
1ab1f0a988 Fix newlines 2012-04-04 11:34:47 -04:00
smos
4a41dff7af Bail out without a valid IPv6 address so we don't generate a invalid dhcpv6 server config 2012-04-04 15:53:37 +02:00
smos
479f0fda05 Add realif overrides for tunneled interface, we want to override get_real_interface() here as it does not know address families and we don't know which the user wants. 2012-04-04 14:55:46 +02:00
smos
1132ff358a Add section for the dhcp6link status 2012-04-04 14:51:22 +02:00
smos
74c834f17e Add better hardening to the dynamic gateway code, handle IPv6 networks better
Prevent duplicate monitor IP addresses in the apinger configuration, otherwise we might end up with -4 million milisecond responses.
Show the actual type of dynamic connection appended to the gateway name
2012-04-04 14:06:01 +02:00
Warren Baker
04747c755f dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load this extension. No updates to PEAR either, so we can either always load like here or mod PEAR.inc. Should fix #2336 2012-04-04 12:59:45 +02:00
Ermal Luçi
6ffef73889 Merge pull request #71 from ebrandi/r53dyndns
Patch to add Route 53 as new Dynamic DNS provider into dyndns infrastructure
2012-04-03 13:19:23 -07:00
smos
4aab9c6ce4 If the end of the prefix6 range does not align with a multiple of the delegation size then dhcpd will not start.
The dhcp6 server page will need input validation for this.
2012-04-03 20:59:37 +02:00
smos
bfab24193b Add a command that should be able to extract the DUID for us. 2012-04-03 14:54:07 +02:00
smos
5632ae55b4 Add filter code that will automatically add pass rules for delegated IPv6 prefixes.
These rules can be overridden by user rules.
2012-04-03 14:15:24 +02:00
smos
ea2ab24d90 Adjust the delegated prefix length for 6to4 to 16 bits 2012-04-03 13:55:21 +02:00
smos
f9eb5ebb33 Fix the comment text for 6to4 proto 41 rules.
Make sure that the DHCPv6 firewall rules for track6 interfaces are added.
2012-04-03 13:12:49 +02:00
smos
3d05e59aba Remove debugging print_r(); 2012-04-03 12:48:31 +02:00
smos
c45b079d5b Make sure that we can create a /64 delegation for very short prefixes. 2012-04-03 12:36:33 +02:00
smos
89a5203ce6 Improve the prefix delegation math somewhat. 2012-04-03 10:40:57 +02:00
smos
a6610d8242 Automatically configure DHCPv6 servers for interfaces set to track6 another WAN.
If the prefix length permits it we setup DHPP-PD for the LAN clients so it can be daisy chained.
2012-04-03 10:27:13 +02:00
smos
50a6400fe9 Add more possible prefix lengths for the DHCPv6 server for prefix delegation. 2012-04-03 08:34:11 +02:00
smos
78affc3cb2 Set the IPaddrv6 field for the lan to track6 so it autoconfigures from the WAN.
I forgot to remove the link local address it had in it on the original commit.
2012-04-03 06:11:48 +02:00
smos
0ca7f8fee1 Fix botched config.xml merge error. Remove duplicate ipaddrv6 tag. 2012-04-03 06:04:49 +02:00
jim-p
6873d48732 Remove this track6 line as it causes an xml error 2012-04-02 17:16:46 -04:00
smos
6d778ed027 Changeout the told dhcp-pd config for the new track6 style autoconfiguration of the lan interface. 2012-04-02 17:14:52 +02:00
smos
a94f97b572 Add quick to the DHCP6 client and server rules 2012-04-02 14:29:33 +02:00
smos
73778c3f3a We want to actually compress the IPv6 address, not uncompress. 2012-04-02 14:07:32 +02:00
smos
6c99bb6366 Correct variable names and foreach assignment 2012-04-02 13:47:30 +02:00
smos
cab9d8323e Correct the DHCP6 client function to reflect the track6 changes 2012-04-02 13:35:08 +02:00
smos
6f1da659d2 Open up the DHCPv6 server firewall ruiles 2012-04-02 13:23:30 +02:00
smos
37b1c84842 Reverse the echo request and echo reply for input and output filters 2012-04-02 13:03:50 +02:00
smos
dbcddabcdf Adjust the DHCP6 client firewall rules 2012-04-02 12:58:29 +02:00