drsound / fault_tolerant_router

A daemon, running in background on a Linux router or firewall, monitoring the state of multiple internet uplinks/providers and changing the routing accordingly. LAN/DMZ internet traffic is load balanced between the uplinks.
GNU General Public License v2.0
185 stars 20 forks source link

Test using VLAN interfaces #3

Closed drsound closed 9 years ago

drsound commented 9 years ago

Test using VLAN interfaces: Fault Tolerant Router has always been used with physical interfaces, each uplink on it's own physical interface.

8none1 commented 9 years ago

Hi there! I'm using a Raspberry Pi with both a PPPoE uplink (on ppp1) and some VLANs (eth0, eth0.10, eth0.20, etc). I'm having problems with getting the routing to work reliably. But, I think that's partly because the VDSL routers provided by my ISPs are junk.

Let me know what I can do to help.

I'm willcooke on Freenode.

Cheers!

drsound commented 9 years ago

How is it going with your VLANs? Does fault_tolerant_router work with them?

8none1 commented 9 years ago

Yeah, it worked fine. As far as FTR is concerned it's just another interface it seems.

On 25 June 2015 at 15:46, Alessandro Zarrilli notifications@github.com wrote:

How is it going with your VLANs? Does fault_tolerant_router work with them?

— Reply to this email directly or view it on GitHub https://github.com/drsound/fault_tolerant_router/issues/3#issuecomment-115281402 .

drsound commented 9 years ago

Great news, thanks!