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

RFC: use vlans on lan #1208

Closed
A-Kasper opened this issue Aug 17, 2017 · 5 comments
Closed

RFC: use vlans on lan #1208

A-Kasper opened this issue Aug 17, 2017 · 5 comments
Labels
0. type: enhancement The changeset is an enhancement

Comments

@A-Kasper
Copy link
Contributor

I would like to discuss to make it possible to enable vlan tagging on the lan interface.
I want to have this, because I could offer to enable an additional ssid in bigger environments, where freifunk just would be an add-on.
vlan tags for mesh and client network on the lan interface would make it possible to spread the network with stock devices. this could be very nice in some cases and now needs some "nicht updatefestes gefrickel"

@kpanic23
Copy link
Contributor

Why don't you just configure the network switch's port connected to the freifunk lan interface as untagged vlan?
We have multiple installations configured like that.

@A-Kasper
Copy link
Contributor Author

Because I want to have one vlan mesh (to connect gluon nodes) and one vlan client-network (to deploy it via installed wlan setup as aditional ssid)

@rotanid
Copy link
Member

rotanid commented Aug 17, 2017

in the future meshing via cable will be done via VXLAN (already in gluon master since june) which should make it easier. see also the roadmap: https://github.com/freifunk-gluon/gluon/wiki/Roadmap

regarding VLANs the problem might be, that not every device supports VLANs and we would have to check disk...

@AiyionPrime
Copy link
Member

AiyionPrime commented Jun 3, 2022

@A-Kasper have you tried the a recent gluon master build, yet?
I think what you wanted for the lan interface has been merged in #2372 or so.

You could configure your lan interface like this:

root@router:~# cat /etc/config/gluon
[...]

config interface 'iface_lan_vlan43'
	option name 'eth0.43'
	list role 'client'

Originally posted by @lemoer in #2393 (comment)

If you agree, feel free to mark this issue as resolved :)

@AiyionPrime
Copy link
Member

It's been half a year, I'll close this.

@A-Kasper feel free to reopen this issue, if your requirements were not met yet,
otherwise thanks for your engagement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. type: enhancement The changeset is an enhancement
Projects
None yet
Development

No branches or pull requests

4 participants