Ermal
aab5f04c47
Correct behaviour of switching from console from any ppp type device to other type. This has been broken since new ppp code.
2011-09-12 11:46:29 +00:00
Ermal
d523215bd2
Show friendly interface names
2011-09-08 17:49:29 +00:00
Ermal
ebc0e4b6fd
Add support for multiple radius server to be used during authentication
2011-09-07 19:59:56 +00:00
Ermal
5b4f3f1b60
Remove duplicated occurence during merging
2011-09-07 18:07:06 +00:00
Ermal
00257cf5ed
Remove references to undeclared table
2011-09-07 13:04:33 +00:00
Ermal
b4792bf8fe
Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces.
2011-09-07 13:04:01 +00:00
jim-p
fce938b3a3
Match pftop page exatly with privilege, there is no other page that glob would catch. Fixes #1845
2011-09-06 18:37:35 -04:00
Seth Mos
3aa114d555
Add proper validation to the services_rtadvd_configure() to only pick up the IPv6 nameservers if any
...
Ticket #1836
2011-09-06 22:25:50 +02:00
Seth Mos
a04959b883
Also add the new RDNSS fields to the rtadvd config for prefix delegation cases.
2011-09-03 20:01:17 +02:00
Seth Mos
f535d5a0bb
Now that our rtadvd binary supports RDNSS we can tack the search domain and DNS servers onto the stack.
...
Ticket #1836
2011-09-03 19:58:29 +02:00
smos
02091d234d
Encapsulate in curlies for safety
2011-09-03 12:20:08 +02:00
smos
ea91a8c0c2
Unbreak system_routing_configure();
2011-09-03 12:17:15 +02:00
smos
26ecc19c99
Only add the Interface scope on link local addresses
2011-09-03 11:13:43 +02:00
smos
5a8371cdde
Add a / for the prefix length value. As suggested on
...
http://forum.pfsense.org/index.php/topic,40377.msg209028.html#msg209028
2011-09-03 11:13:43 +02:00
jim-p
4fbc8429be
Only do cookie check if the form has already been posted. The cookie check is not accurate for the first page load after a browser has been opened, has to be at least one refresh/post first.
2011-09-02 13:03:33 -04:00
Ermal
6f14b34a60
Unlink the failed downloaded file if present. Since it might contain harmful and not expected content
2011-09-01 19:54:03 +00:00
jim-p
3adae4dbdb
Check/set array for $config['staticroutes']['route'] as well, fixes deleting of the last static route not syncing to secondary unit.
2011-09-01 14:18:26 -04:00
smos
81a3b6f56f
Add a find_interface_ipv6_ll() to find the link local address of a interface.
...
Use this link local address for the apinger srcip otherwise we might try using the DHCP6 /128 address which will fail.
We need to extend apinger or any replacement thereoff to understand the %{$realif} scope suffix for link local addresses so that these are always correct. This is important since link local gateway addresses are a normal thing and FreeBSD will complain otherwise.
2011-09-01 12:33:36 +02:00
Chris Buechler
d5bff5e4e7
fix unknown-clients on DHCPv6
2011-09-01 04:21:10 -04:00
smos
1a40ed8ad8
Fix system_routing_configure() so that that it also passes the interface scope with the IPv6 address on route changes. This is required for link local gateways to work.
2011-09-01 08:41:16 +02:00
smos
4ddbdfc17b
Remove stray print_r debugging from the dhcp6 client function
2011-09-01 08:41:16 +02:00
jim-p
0041092cbf
If a user's browser does not support cookies, print an error on the login form telling them so.
...
Conflicts:
etc/inc/authgui.inc
2011-08-31 14:46:39 -04:00
smos
baf9fdcae6
Further fix up the DHCPv6 client support, launch rtsol to figure out our gateway and add this into the interface router file in /tmp.
...
This will then be picked up by the rest of the system. My testlab happens to block ping showing it down but should otherwise work.
2011-08-31 14:36:02 +02:00
smos
46a7c9aae0
Do not send reconfigure events in the rc.newwanipv6 until we figure out a way to not step on the v4 configure too.
...
Correct some variable names
2011-08-31 09:19:13 +02:00
Ermal
d2b560442d
Revert "Make the webConfigurator lockout rule to catch even edp protocol so that xmlrpc bruteforce is caught as well."
...
This reverts commit 8a4f3015e4 .
2011-08-30 16:32:38 +00:00
Ermal
8a4f3015e4
Make the webConfigurator lockout rule to catch even edp protocol so that xmlrpc bruteforce is caught as well.
2011-08-30 16:19:00 +00:00
Ermal
b094340954
Fix several issues in pppoe code and remove duplicated code.
2011-08-30 16:11:40 +00:00
smos
28ba77e495
Disable the rtsol command for now until we have a proper script to handle this.
2011-08-30 15:45:46 +02:00
smos
ca7c83acc7
Correct the path to rtsol
2011-08-30 15:01:22 +02:00
smos
ef851fed2f
Accept router advertisments for DHCP6 WAN interfaces. Also launch a rtsol process.
2011-08-30 14:56:43 +02:00
jim-p
453d9c96dd
Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell.
2011-08-30 09:48:20 -04:00
Ermal
8614f335d1
Fixes #1666 . Check if the interface needs to be added to a bridge during rc.newwanip as well.
2011-08-29 19:33:28 +00:00
Seth Mos
9d05f1d15a
renable IPv6 rc.newwanipv6 but comment out reconfigure($if) until we track down how to best handle this.
...
Dhclient does not pass the interface as a argument which makes this really hard.
2011-08-29 15:19:00 +02:00
Seth Mos
71282744ed
Unbreak the services.inc Ticket #1663
2011-08-29 11:03:08 +02:00
Seth Mos
b7a15cf870
Added blind coded DHCPv6 relay backend code. Needs to be tested, basic adaption to IPv6 implemented, only works on IPv6 interfaces. Checks inet6 route tables. Adds distinct PID file for dhcrelay -6. Adds to Ticket #1663
2011-08-29 10:42:06 +02:00
Seth Mos
1eca1a2fe8
Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663
2011-08-29 10:33:34 +02:00
Seth Mos
748ff86fe2
Another address family check for dynamic gateways, v4 has dynamic, v6 has dynamic6 as string.
2011-08-29 10:04:27 +02:00
Seth Mos
791d3ac98b
Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic connections"
2011-08-29 09:05:07 +02:00
namezero111111
d1b69106d0
Added extended query possibility (for example, group membership)
2011-08-28 05:37:24 +03:00
Seth Mos
2feb85af00
Add a interface_has_gatewayv6() function to determine if a interface has a IPv6 gateway.
...
Implement that function return_gateways_array() to prevent ghost entries
2011-08-26 13:12:08 +02:00
Seth Mos
7671c94009
Add the IP protocol to the configured gateway list to prevent duplicate entries on dynamic interfaces
2011-08-26 09:37:47 +02:00
Seth Mos
2661e5d33f
Remove stray echo statement
2011-08-25 22:58:47 +02:00
Seth Mos
60c62deebe
Remove stray print_r()
2011-08-25 22:57:46 +02:00
Seth Mos
c3a0d2a5b1
Automatically pick up on dynamic IPv6 interfaces. For Example dhcp6.
2011-08-25 22:56:40 +02:00
Seth Mos
5dc98f2ec1
Implement correct gen_subnetv6_max function that you can throw random prefix lengths in. Fixes Ticket #1725
2011-08-25 11:14:34 +02:00
lgcosta
5c52cd56b7
force a set path for ioncube loader
2011-08-24 18:24:37 -03:00
Warren Baker
923d15bf87
DNSMasq was generating the error 'Socket operation on non-socket' and using 100% of the CPU, changing it to mwexec_bg() resolves the issue.
2011-08-24 17:18:32 +02:00
jim-p
0c074cfb3a
Fix VPN network listing for OpenVPN, and also add tunnel networks to this list.
2011-08-24 10:13:32 -04:00
Seth Mos
c935003d50
Update the system.inc code that sets up the static routes for DNS servers to reflect the interface to gateway name conversion
2011-08-24 10:51:03 +02:00
smos
318189b6b4
Add a function that allows you to validate the address family on 2 addresses or 1 address and a gateway name. the gateway name must be the 2nd argument.
2011-08-23 20:46:51 +02:00