#!/bin/sh nmcli connection add type bridge ifname anbox0 -- connection.id anbox-net ipv4.method shared ipv4.addresses 192.168.250.1/24 # Alternatively, we could use the anbox-bridge script # that relies on iptables. # https://github.com/anbox/anbox/blob/master/scripts/anbox-bridge.sh