Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uplink: allow to use multiple uplinks #806

Open
noxilixon opened this issue Apr 3, 2024 · 3 comments
Open

uplink: allow to use multiple uplinks #806

noxilixon opened this issue Apr 3, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@noxilixon
Copy link
Contributor

noxilixon commented Apr 3, 2024

Right now I could only use one uplink via tunnel. It would be nice if I could set multiple uplinks that each create a tunnel.
Originally the idea was to create a multi-wan connection so that one has more bandwidth while using multiple uplinks. But for that an additional server component is needed, what is out of scope right now. But at least a fail-over option would be nice. So that when one uplink fails there is a seamless transition to the other connection.

@noxilixon noxilixon added the enhancement New feature or request label Apr 3, 2024
@noxilixon
Copy link
Contributor Author

Das matching von tunnel-interfaces und uplink-interface im tunspace.j2 template wird gerade über role: uplink gemacht, wir könnten stattdessen namen vergeben. z.b.

networks:
  - vid: 50
    role: uplink
    name: uplinkeins
  - role: tunnel
    uplink: uplinkeins
    ifname: ts_wg0
    # ...
  - vid: 51
    role: uplink
    name: uplinkzwei
  - role: tunnel
    uplink: uplinkzwei
    ifname: ts_wg1
    # ...

Und in tunspace.j2 das matching ändern.

@FFHener
Copy link
Contributor

FFHener commented Jul 1, 2024

Hast du dafür einen Use Case, der über #831 hinaus geht?

@noxilixon
Copy link
Contributor Author

Soweit ich mich erinnern kann kam die Frage ursprünglich mal beim erstellen von der location newyorck auf, da es dort zwei eher schlechte dsl uplinks gibt die zuvor beide in Betrieb waren und wo jetzt nurnoch einer davon genutzt wird.

@noxilixon noxilixon changed the title uplink: allow multiple uplink roles uplink: allow to use multiple uplinks Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants