Page 1 of 1

OpenVPN TAP settings

Posted: Sun 25 Dec 25 2022 7:09 pm
by Daniel Wee
Settings.

Generally can follow this:-
https://www.comparitech.com/blog/vpn-pr ... r-pfsense/

With key changes pertaining to TUN/TAP

Using 2048-bits all through.

Re: OpenVPN TAP settings

Posted: Mon 26 Dec 26 2022 11:07 am
by Daniel Wee
To get rid of cached password warning, edit /var/etc/openvpn/server2/*.ovpn file and add:-

auth-nocache

Also to forward broadcast packets, make sure:-

server-bridge 192.168.1.1 255.255.0.0 xxxxxxxxx yyyyyyyyyy

where xxxxxxxxx is the start of the ip pool and yyyyyyyyy is the end of the ip pool to be bridged, eg. 192.168.7.20 192.168.7.29