update nets

This commit is contained in:
Kameron Kenny - pi501 2024-04-17 21:10:28 -04:00
parent 70b0b59ce1
commit 5629b01284
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
ip link set eth0 promisc on
docker network create -d macvlan --subnet 10.99.22.0/24 --gateway 10.99.22.254 -o parent=eth0.22 infra_dev_net
docker network create -d macvlan --subnet 10.200.53.240/28 --gateway 10.200.53.254 -o parent=eth0.53 dns_local_net
#docker network create -d macvlan --subnet 10.99.22.0/24 --gateway 10.99.22.254 -o parent=eth0.22 infra_dev_net
#docker network create -d macvlan --subnet 10.200.53.240/28 --gateway 10.200.53.254 -o parent=eth0.53 dns_local_net
#docker network create -d macvlan --subnet 10.99.153.240/28 --gateway 10.99.153.254 -o parent=eth0.153 pub_dns_net
docker network create -d macvlan --scope swarm --subnet 10.99.153.240/28 --gateway 10.99.153.254 -o parent=eth0.153 pub_dns_swarm_net
#docker network create -d ipvlan --subnet=10.99.22.0/24 -o ipvlan_mode=l2 -o parent=eth0.22 infra_dev_net