smos
8fe0f2d3a3
Do not add link-local address on carp interface manually. It causes them to go double master.
...
Redmine ticket #2278
2012-05-27 10:11:01 +02:00
smos
17d656fc95
Only attempt to remove stale LCK files if they exist.
2012-05-26 09:24:01 +02:00
smos
88810240a0
Allow for atleast 15 seconds before considering it a timeout, 60 would mean try once, since it would immediately hit the 60 second timeout
2012-05-25 21:16:59 +02:00
Ermal
6805d2d25f
Fixes #2209 . Obey the mtu value set on the interfaces.php page. Though this value will be overwritten if there is a configuration under PPP settings tab. Maybe a good idea is to set MRU at the same value if not set?
2012-05-23 17:35:13 +00:00
smos
e313da37e6
Be a bit smarter about the stats interface for the huawei cards. Some of the K series have the stats on 0.2, the E series on 0.3
...
Some of the older E series only have 0.2 too. The new K3770 I got today is too new.
2012-05-23 18:00:51 +02:00
smos
7e631290b2
clean up old lock files for modem ports if a stale is left behind
2012-05-23 16:24:47 +02:00
smos
fe7fef6418
Fix command, remove spurious '
2012-05-23 11:47:37 +02:00
smos
d1796d06da
Kill the old 3gstats collector. Clarify the log message
2012-05-23 11:35:31 +02:00
smos
5a61fd69c9
Make sure that we match multiple characters.
...
Ticket #2415
2012-05-22 08:13:50 +02:00
smos
e7de69fbd5
First round of CARP vip renaming changes
...
Ticket #2415
2012-05-22 07:49:49 +02:00
smos
5e5896856a
Add 3G statistics for Huawei modems, split the Cellular stats out to per interface instead of global.
2012-05-21 15:31:02 +02:00
jim-p
03f7925a18
Fix variable test
2012-05-20 11:51:44 -04:00
smos
2a210730dc
Initialize variable if it's not set
2012-05-20 14:50:07 +02:00
smos
d23ef852b3
Set the retry value to 60 seconds, this is not attempts, this is seconds before it needs a reply. So if the DHCP server was any sort of slow it would fail to aquire a lease. This was true for my wireless network at home. Plus, on various other lossy links, even cable modems this could be true.
...
Redmine ticket #2440
retry time;
The retry statement determines the time that must pass after the
client has determined that there is no DHCP server present before
it tries again to contact a DHCP server. By default, this is
five minutes.
2012-05-20 12:38:44 +02:00
jim-p
8358b34154
Whoops, typo. Fixed now.
2012-05-07 15:57:54 -04:00
jim-p
e5e8840356
Don't pass a shell escaped version of $realifl to pfSense_bridge_add_member(). Fixes bridging
2012-05-07 15:00:40 -04:00
Phil Davis
905ea3368c
Minor corrections to function names in error messages
2012-04-23 14:46:50 +05:45
smos
b4a89a6820
Generate the correct corresponding link local from the carp mac.
2012-04-20 17:23:45 +02:00
smos
6710234495
Add the correct fix to pick up the IPv6 gateway for slaac interfaces
2012-04-18 15:11:12 +02:00
smos
feb88a1476
Add support for SLAAC on the WAN interface, this is required for Stateless autoconf addressing.
...
Normally this should only apply to Appliances that do not need to route. We automatically hook in the dhcp6 client to request name servers from DHCP6 in a information only mode. It will not attempt to request a address. For that you should use the plain DHCP6 option with a prefix size of none.
This is for redmine ticket #1834
2012-04-18 11:26:09 +02:00
smos
2e03f3e297
Strip the ::1 from the 6to4 gateway address
2012-04-16 19:00:17 +02:00
smos
01a58d89da
Add static routes for gif tunnel endpoints
2012-04-14 20:19:13 +02:00
smos
c8ed8142d9
Add a static route for the IPv4 relay so that 6to4 or 6rd on a OPT interface works as expected.
2012-04-14 20:08:43 +02:00
Darren Embry
5923185536
Feature #1864 "Start" button for IPsec should be available for IP alias networks
...
might need more testing.
http://redmine.pfsense.org/issues/1864
2012-04-13 12:50:32 -04:00
Ermal
f99aa333fe
Unbreak interface.inc after manual merge
2012-04-05 21:11:44 +00:00
Ermal
7b47bd4c3c
Make vips vhid be unique per parent interface!
2012-04-05 20:22:01 +00: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
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
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
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
a11a839d6e
Add the stf0 interface to interface_has_gateway_v6() for 6to4
2012-04-01 09:41:01 +02:00
smos
20a7cb1574
Add interface tracking support. With this it is now possible for dynamic IPv6 interfaces to setup the corresponding lan interface for RA.
...
DHCP6 with prefix delegation to follow later for automatic daisychaining.
2012-03-31 20:41:10 +02:00
smos
31c43fd38b
Add 6to4 support for automatic tunneling.
2012-03-30 10:08:28 +02:00
Darren Embry
f97a5b0419
Move CARP settings from pkg XML to a real PHP page
...
https://redmine.pfsense.org/issues/647
2012-03-22 21:25:58 -04:00
Darren Embry
da5895bb99
fix a typo.
2012-03-22 12:36:28 -04:00
Darren Embry
9a45617000
fix for: Spanning Tree interface priority options do not alter Bridge
...
http://redmine.pfsense.org/issues/2261
2012-03-21 19:48:05 -04:00
Ermal
2064fa2eb4
Use the latest functions from pfSense module for bridge
2012-03-08 20:05:28 +00:00
Ermal
d9adca3bcb
Use the latest functions from pfSense module for getting interface list
2012-03-08 20:02:18 +00:00
Chris Buechler
a5571287ef
fix bridge typos
2012-03-08 04:17:08 -05:00
jim-p
42f74491da
Fix comment, unbreak interfaces.inc
2012-02-25 23:22:27 -05:00
smos
350471d545
Always configure a link local address when configuring a carp with a IPv6 address.
2012-02-25 18:52:39 +01:00
smos
f55b6cbbb1
Write out a default router file for the srd interface
2012-02-25 13:46:22 +01:00
smos
d500e296d8
Adding gateway support for 6rd support, does not add route yet.
...
Adds to ticket #2117
2012-02-25 13:32:12 +01:00
smos
3f383504ae
Add 6rd backend code support, adds rules for proto 41 traffic for 6rd on WAN so that the tunnel works.
...
Adds to ticket #2117
2012-02-25 12:43:25 +01:00
Ermal
02de5c079d
Correct checking if a gif is part of bridge so that it actually works correctly adding a gif after having created it on bootup
2012-02-13 19:47:56 +00:00
smos
09f638b69f
Make sure to pass the string, not the array
2012-02-08 13:08:24 +01:00