You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iptables -A FORWARD -i eth0 -o v-eth1 -j ACCEPT
iptables -A FORWARD -o eth0 -i v-eth1 -j ACCEPT
Need to add both iptables and nftables rules to do the above (and remove them when vopono terminates) - like we do with the masquerade rule on the host.
Interface must be the detected (or provided) interface e.g. ethernet or wireless.
veth tunnel name must be generated name.
The text was updated successfully, but these errors were encountered:
See #59
Need to add both iptables and nftables rules to do the above (and remove them when vopono terminates) - like we do with the masquerade rule on the host.
Interface must be the detected (or provided) interface e.g. ethernet or wireless.
veth tunnel name must be generated name.
The text was updated successfully, but these errors were encountered: