Hello to all , thx for your help ,
"My target is to use LCX container like a Network Device that use Nord VPN with OPENVPN protocol to use it with my VM because i have only one public IP"
i have a small server with proxmox VE 7.1.7 where i have build a 101 LXC CT to manage my NordVPN , i have installed script NYR from this guide https://virtualizeeverything.com/2021/09/24/openvpn-in-lxc/ and then i have connect my LXC to NordVpn with ovpn file and i put my username and password .
Next step that i have to do is connect to my 101 via PVE shell with command pct enter 101 and if i try to discover my new Ip with curl https://ipinfo.io/ip all is ok .
Now i have study https://pve.proxmox.com/wiki/Network_Configuration to try to share tun0 with my VM and i have used this configuration
(example IP)
auto vmbr1
iface vmbr1 inet static
address 198.51.100.5/29
gateway 198.51.100.1
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/tun0/proxy_arp
But when i start a new Ubuntu server VM i seg vmbr1 in the network interface ...
When I arrive during installation to device network setup i can't find any ,i should manage manual IP ? if yes how i can manage parameters ?
Have u a guide where i can study/follow to resolve ?
THX
"My target is to use LCX container like a Network Device that use Nord VPN with OPENVPN protocol to use it with my VM because i have only one public IP"
i have a small server with proxmox VE 7.1.7 where i have build a 101 LXC CT to manage my NordVPN , i have installed script NYR from this guide https://virtualizeeverything.com/2021/09/24/openvpn-in-lxc/ and then i have connect my LXC to NordVpn with ovpn file and i put my username and password .
Next step that i have to do is connect to my 101 via PVE shell with command pct enter 101 and if i try to discover my new Ip with curl https://ipinfo.io/ip all is ok .
Now i have study https://pve.proxmox.com/wiki/Network_Configuration to try to share tun0 with my VM and i have used this configuration
(example IP)
auto vmbr1
iface vmbr1 inet static
address 198.51.100.5/29
gateway 198.51.100.1
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/tun0/proxy_arp
But when i start a new Ubuntu server VM i seg vmbr1 in the network interface ...
When I arrive during installation to device network setup i can't find any ,i should manage manual IP ? if yes how i can manage parameters ?
Have u a guide where i can study/follow to resolve ?
THX
Last edited: