This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 3 comments 2 replies
-
Your setup sounds unique. Not many do that type of setup. |
Beta Was this translation helpful? Give feedback.
2 replies
-
You betchya not many do. The goal for my setup is because I don't trust drive by WiFi. I want to know who's where, who's supposed to be around, etc. But even then, if there's an issue with getting out to the internet, because I KNOW what my fault is going to be, someone else may run into another fault somewhere else and not be able to get out for one reason or another. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I run a DHCP server that if a MAC address is asking for an IP address that I haven't statically assigned in my DHCP config, the IP that is given doesn't get a route to the internet. This is a BY DESIGN function.
Given that, I ran the Homepage LCX script and ran into problems trying to get to connect to the internet for the obvious reason above. This script is creating a random MAC address, brings up the interface, my DHCP server correctly feeds it an IP address with no route provided.
If there's other scripts, I'd like to offer the suggestion that wherever it's looking to see if there is a network connection (/Proxmox/main/misc/install.func - network_check()) that an option to RETRY the connection be available. That'd mean restarting the network interface, or the DHCP client to ask for a new IP address with the same MAC. It'd at least give an admin a chance to find out WHY the connection to the internet failed and retry instead of having to rebuild a new LCX.
In my case, I just switched to the advanced mode on the install and got around this, but the problem would probably persist if other installers run like this.
Beta Was this translation helpful? Give feedback.
All reactions