Commit Graph

19023 Commits

Author SHA1 Message Date
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
smos
e53ffe8d44 Remove this file, it causes other issues 2012-04-02 12:47:42 +02:00
smos
74fa57aacf Fix the find dhcp6 process function to report the actual pid instead of the grep pid.
Remove spurious double debug line
2012-04-02 12:28:32 +02:00
smos
239e817ab6 Add missing DHCP6 track6 support function 2012-04-02 12:10:50 +02:00
smos
556abcab70 Adjust the firewall rules for 6rd and 6to4 proto 41 traffic
Ticket #2117
2012-04-01 17:01:17 +02:00
smos
4aa569bd78 Comment out the srd 6rd device and put in the patched stf device commands.
Still doesn't work but Ermal might be able to debug easily
2012-04-01 13:06:15 +02:00
smos
2d5ca06e67 A few more improvement such that tracking interfaces are automatically configured from the client interface 2012-04-01 12:43:28 +02:00
smos
1aa191309a Remove suprious debugging line 2012-04-01 10:03:51 +02:00
smos
86a139fcb7 Add interface tracking support for native dynamic IPv6 interfaces like dhcp6 too.
Correct the function name to reflect the RA daemon changeout
2012-04-01 09:55:27 +02:00
smos
69b54cbe6e Add logic that (re)configures the dependent interface that has interface tracking setup for a tunneled IPv6 protocol. 2012-04-01 09:50:14 +02:00
smos
a11a839d6e Add the stf0 interface to interface_has_gateway_v6() for 6to4 2012-04-01 09:41:01 +02:00
Edson Brandi
cd132e8691 This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.
Due requeriments to handle requests to Amazon AWS API, it need root certificates package (ca_root_nss-3.12.4.tbz) and support to hash_hmac() in PHP (package php52-hash-5.2.13_3.tbz).
2012-04-01 02:03:49 -03:00