-
Notifications
You must be signed in to change notification settings - Fork 170
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
[BUG]wlan default subnet doesn't work #898
Comments
Not sure what you meant by all connections to fail. I do not observe that myself. |
What do you mean connect a node running routing software? It was my understanding that wlan nodes don't do any routing on their own just traffic shaping. In tutorial 2 all the mdr nodes are in a /24 together.
|
MDR nodes run routing software by default. They do not, need to be |
The nodes being |
two routers on independent /32s are unable to ping each other. |
Assuming you are using MDR nodes and a WLAN network and they are in range with a connection between them. That would mean you do not have the routing software installed or something with running it is failing. You could inspect within those nodes when running to see if the routing processes are running, etc. |
just plain routers, my instance of CORE doesn't have MDR installed. |
That would likely be related, the example is specifically using MDR nodes for a reason. Plain router nodes also would want to run routing software by default as well, so you would still need something installed. So there is definitely things not aligned in your environment, compared to what is expected. I will likely update the documentation to make it very clear of what is expected to be installed, in the context of these examples. |
Updated examples on develop to create the interfaces more explicitly with addressing with prefixes the same as the GUI defaults to. These are always just examples of things that can work, but never a definitive answer, depending on setup etc. |
Describe the bug
When creating a wlan node in core-gui the subnet is set to 10.0.0.0/32. Connecting two nodes to the same wlan without changing the defaults results in nodes being connected on the GUI but unable to reach other as they are on different subnets. Changing the mask to /24 on the wlan node causes all connections to fail.
Desktop (please complete the following information):
OS: Ubuntu 22.04
CORE Version 9.1
The text was updated successfully, but these errors were encountered: