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
Currently if the bastion gets rebooted the following operations need to be done manually:
Use ip route add to route traffic to the vpn.
Inside the openvpn container run iptables -t nat -A POSTROUTING -o tun+ -j MASQUERADE
The text was updated successfully, but these errors were encountered:
Currently if the bastion gets rebooted the following operations need to be done manually:
Use
ip route add
to route traffic to the vpn.Inside the openvpn container run
iptables -t nat -A POSTROUTING -o tun+ -j MASQUERADE
The text was updated successfully, but these errors were encountered: