1
1
At home I'm running a little PC (Debian Jessie) as a NAS and some kind of a monitoring device. This PC got two bridged Ethernet ports. One is connected to a switch (eth1
) where all other devices are plugged in and the other one is connected with my router (eth0
).
On most of my devices there is some OpenVPN client running.
Now I'm trying to establish the VPN-connection directly on my NAS-PC, so there is no need to configure every device for it's own.
But the problem is I can't establish a TAP
-connection to the VPN-server, only TUN
-connections. (If the server would accept TAP
, I could try to bridge eth1
with tap0
)
Is there any other possibility, besides bridging (only possible with TAP
), to direct the whole traffic of eth1
via the VPN-connection (TUN
)?
thanks
it sounds like you are trying to make your Debian Jesse PC a router for all the devices on your network .. but instead of simply passing packets to the upstream router you want to send all packets to a VPN server ? – dotvotdot – 2015-11-24T12:54:56.237