-
Notifications
You must be signed in to change notification settings - Fork 55
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
Help wanted! #5
Comments
Hi there! Unfortunately I've been quite busy so the Go rewrite is still in the early stages :( It makes sense to lose connection after attaching the wired interface to the bridge. I don't think it matters too much, but you should delete the IP address on your wired interface (i.e. My guess is there is some issue with your DHCP setup, as the plugin is also failing to get a lease. Maybe run Wireshark on Hope this helps, let me know how it goes. |
Hi devplayer0! Thanks for your help! Following your instructions, I firstly test But, the timeout error still occurred: From the Wireshark log, it seems that the DHCP client run by the plugin keeps sending the DHCP Discover but the DHCP server did not send back the DHCP offer so that the DHCP process ended in the first step. Can you see what's the problem so far? Do I need to provide more information? Again, thanks a lot for your help! Wireshark sreenshot: Command history:
|
Hi @devplayer0 ! |
Hey, sorry for not getting back to you. Thanks for sending on the screenshot. Good you got DHCP going on your bridge, strange it's not working for the plugin. Any chance you could run Wireshark on the Ethernet interface only and send me a |
I experience the same Issue and recorded the dhcp reqest beeing send:
|
I've come back to work on the rewrite at last! If you're still interested, see #12 (comment) for a brief explanation on my progress. |
I've released the Go rewrite, feel free to try it out and let me know if this is still an issue. |
Hi @devplayer0 !
How is going with the
golang
version? Is thegolang
branch ready to run?I am currently doing an experiment on my wireless bandwidth allocation system, and want to use docker containers to simulate the users. The problem I am facing is how to allocate IP address using the DHCP service on my router. So, the router can see the IP address of containers and control the bandwidth of them accordingly.
After days of searching and testing, I found you repo, which should perfectly solve my problem. But following your configuration guide, I got stuck on the last step like #2.
Set up commands:
Below is the log:
Could you help to localize the error I might have? I got no internet connection after command
ip link set enp0s25 master my-bridge
Could you release a golang (stable) version or give some instructions on how to compile the golang branch locally?
Looking forward to your reply and I appreciate your help very much!
The text was updated successfully, but these errors were encountered: