https://github.com/inversepath/usbarmory/wiki/Host-communication

# enable masquerading for outgoing connections towards wireless interface
/sbin/iptables -t nat -A POSTROUTING -s 172.16.0.1/32 -o enp0s31f6 -j MASQUERADE

# enable IP forwarding
echo 1 > /proc/sys/net/ipv4/ip_forward