I want to connect to a VPN with OpenVPN using Tunnelblick.
I have a configuration file that has "dev-node NETGEAR-VPN" line in it. I assume it is the name of the network interface it will use to connect. So, when I connect using that file I get an error that "cannot open TUN/TAP dev ovpn: no such file or directory".
So I commented out that line, now naturally it creates a new interface while it connects to the VPN and provides a random MAC ID. But I want it so be static instead of being dynamically allocated MAC ID.
Is there any way to create the interface and persist it so that VPN client connects to the server through the same interface all the time and the MAC ID does not change?
Thanks
Swapnil