Hi guys
I have created a container based on a Debian Buster template to use as a VPN server.
The problem I have is that only port 22 is available towards that machine and I'm puzzled on how to solve this (fairly new to Proxmox/containers and Linux is not my strongest point)
My Proxmox installation had been redone recently, did not change anything related to firewalling.
I tried to open a port on the console of the lxc with:
If I check with "netstat -tulpen" that specified port is not listed.
Can someone please help me out on this?
TIA
I have created a container based on a Debian Buster template to use as a VPN server.
The problem I have is that only port 22 is available towards that machine and I'm puzzled on how to solve this (fairly new to Proxmox/containers and Linux is not my strongest point)
My Proxmox installation had been redone recently, did not change anything related to firewalling.
I tried to open a port on the console of the lxc with:
Code:
iptables -A INPUT -p udp --dport <port number> --jump ACCEPT
iptables-save
Can someone please help me out on this?
TIA