michaellanguage

Results 5 comments of michaellanguage

Am trying to install and use mwan3 load balancing on openwrt packag install. `docker network create --driver macvlan --subnet 192.168.8.0/24 -o parent=eth1 eth1 ` `docker network create --driver macvlan --subnet...

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...

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...

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. ` sudo ip netns sudo ip link add macvlan1 link eth1 type macvlan sudo ip link set dev macvlan1...