-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add multitple Wan #29
Comments
Look at how he adds the interfaces to the container before starting the container. |
Am trying to install and use mwan3 load balancing on openwrt packag install.
This are the lines i added to run.sh but they break even without assigning subnet, doing this i got Error response from daemon: failed to set gateway while updating gateway: file exists. Please help Thank you |
I Did it a while back, for me, something like that worked for me for a "virtual" dmz network inside the rpi & between openwrt & other containers.
|
Are you making sure you are removing everything on each attempt? Docket network, linux bridge if existing, container etc? |
I tried and still not working, am trying to use mwan3 package following this tutorial https://www.youtube.com/watch?v=tgRZYnrqVu4 What am trying to achieve is have my two router ethernet linked to openwrt docker and use mwan3 to combine them for load balancing and speed, if you have tried this and it work please share me the config file and run.sh file so i can attempt. Thank you. |
Is there no way to achieve linking multiple ETH to the docker, and getting them to work, pls i need help on this have spent days already trying to achieve this. |
Do you know what is the actual issue? |
I did bond all the Ethernet could not work with openwrt docker, am new to docker i know that is achievable, if there is another way. |
here are the recipes for adding new to the openwrt container. ` ` |
I tried a flavor of what was mentioned here https://guide.opencord.org/cord-6.1/operating_cord/veth_intf.html and much to my surprise what do you know it worked! I was able to add a new enx3c8cf8eb229a nic nicknamed eth2 to an already running openwrt_1 container following these steps cat bridge_eth2
Here is the unbridge_eth2 that undoes it all cat unbridge_eth2
cat /etc/config/network
cat /etc/config/firewall
|
I also found this useful https://stackoverflow.com/questions/60189587/how-to-pass-through-physical-nic-to-docker-container cat /etc/rc.local
|
How do i add multiple WAN eth0 and eth1 and eth3 without breaking the system.
The text was updated successfully, but these errors were encountered: