Sample Header Ad - 728x90

Forward traffic from docker to host

0 votes
0 answers
95 views
I have a docker acting as VPN server in a host. Then, the traffic passes trhough the eth0 of the host from a VPN client, then encrypted traffic, and finally arrives to the tun0 in the docker. What I want is to forward the dencrypted traffic to the host again. How could I do it? Traffic flow: > VPN client > --encrypt(traffic)--eth0(host)--encrypt(traffic)--tun0(docker)--traffic--interface(host)
Asked by Nfernandez (101 rep)
Oct 31, 2024, 01:47 PM