Repository URL to install this package:
|
Version:
0.62.2 ▾
|
name: openbsd01
topology:
nodes:
obsd1:
kind: openbsd
image: vrnetlab/vr-openbsd:7.3
client1:
kind: "linux"
image: wbitt/network-multitool:alpine-extra
exec:
- ip addr add 192.168.1.2/30 dev eth1
- ip route add 192.168.2.0/30 via 192.168.1.1
client2:
kind: "linux"
image: wbitt/network-multitool:alpine-extra
exec:
- ip addr add 192.168.2.2/30 dev eth1
- ip route add 192.168.1.0/30 via 192.168.2.1
links:
- endpoints: ["obsd1:eth1", "client1:eth1"]
- endpoints: ["obsd1:eth2", "client2:eth1"]