OpenVPN Client Device mode not working correctly

Started by Vonguru, January 23, 2018, 10:02:52 AM

Previous topic - Next topic
Hello,

When I set my device mode in my OpenVPN client to tap, it appears to still be set to tun based on the following error message on the OpenVPN server side:  WARNING: 'dev-type' is used inconsistently, local='dev-type tun', remote='dev-type tap'

Thanks,
Von


You need to have the same tunnel type for both ends; the client needs to request what the server offers.

https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage says: "You must use either tun devices on both ends of the connection or tap devices on both ends. You cannot mix them, as they represent different underlying network layers."

Bart...