Convert to a Proxmox server in VPN client How to config interface

  • Thread starter Thread starter doknet
  • Start date Start date
D

doknet

Guest
I need to convert to a Proxmox server in VPN client.
I have configured the network card eth0 with the following

cat /etc/network/interface
Code:
auto lo
iface lo inet loopback


iface eth0 inet manual




auto vmbr0
iface vmbr0 inet static
        address  192.168.1.241
        netmask  255.255.255.0
        gateway  192.168.1.10
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0
But not as creating br0 to operate the device tun / tap.




client.conf
Code:
dev tap
1194 44.xxx.101.xxx remote
www20.crt cert
www20.key key
tls-auth ta.key 1

Can anyone recommend where to read about the solution.
from already thank you very much