| auto lo br0 | |
| iface br0 inet static | |
| bridge_ports ens192 zt0 | |
| address 172.30.30.2 | |
| netmask 255.255.255.0 | |
| gateway 172.30.30.1 | |
| up /sbin/ip route add 192.168.1.0/24 via 172.30.30.1 | |
| up /sbin/ip route add 192.168.0.0/24 via 172.30.30.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment