-
Notifications
You must be signed in to change notification settings - Fork 325
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
Configurable Ethernet Mesh #102
Comments
maybe the user is able to choose which ports are in "mesh-mode" so for example he can setup port 1-2 as normal and 3-4 as mesh. |
Such a feature is planned for a future release. I'm unsure how much freedom we want to give the user here... should she be able to choose from a set of predefined configurations (maybe read from the site configuration), or do we want to make this completely configurable? Most users would probably just use predefined configurations, I'm not sure though how such configurations could look when different numbers of ports should be supported (although I think all devices we support have 1 WAN port and 0, 1 or 4 LAN ports, so maybe it's enough to create configurations for these?) For devices with just one ethernet port, it should be configurable to wan, client or mesh mode. |
i think "predefined configurations" are just fine. |
As of now, there is an option to configure WAN-Interface to act as Batman Interface. The Package for Web based Configuration is called In the site.conf you need either |
It's |
Thank you |
I think mesh_on_wan is a great package! But what made you choose the WAN Interface instead of one/all of the Switch Ports? If I configure two Gluon Nodes to use Mesh_on_Wan, and connect them via cable, the only way to get connection to the outside World is via mesh over WiFi. Second, using only one port allows only to directly connect two nodes. So please, if there is no serious reason not to use the Switch, consider doing so. Also, to keep configuration more flexible it would be great to let the user assign interfaces, every setup is different.. |
mesh-on-wan was straightforward to do so it was a great start. Allowing meshing on the LAN ports is a little bit more involved so we didn't add it to 2014.3 yet. Could you elaborate on what you mean by this?
|
Wonderful to hear, you are still on it. How may one help?
Sure. |
We'd need to figure out how to do this (both from configmode and using the site.conf). Maybe writing a helper utility would be useful? Tasks might include:
Such a script should be written in either lua or C and most functionality should be put into a module so configmode can use it. |
I think this has been superseded by #284 |
In Expert Mode, the user can switch the device's LAN ports mode to 'Mesh'. In this mode, the client bridge does not longer apply to them, but B.A.T.M.A.N. frames are exchanged over the ports. If the device has a vswitch, individual ports can be configured.
The text was updated successfully, but these errors were encountered: