After adding the iptables prerouting part, I am not able to reach my container. I can get out allright. I wonder why i can’t reach it though. At first I thought it might be that ip forwarding must be activated, but changing that didn’t help.
Hello and thanks for that awesome tutorial, now i have a question, can SDN be used to assign IPv6 address to VM’s, as hetzner /64 IPv6 can be useful for some projects, thanks in advance.
I wanted to say thank you for this very helpful tutorial.
I’ve been following the instructions and have run into a problem at this point:
# transfer the network configuration file to Proxmox VE system
sshpass -p "<ROOT_PASSWORD>" scp -o StrictHostKeyChecking=no -P 2222 /tmp/proxmox_network_config root@localhost:/etc/network/interfaces
After I enter this line, nothing happens. The command doesn’t seem to complete; all I see is a blinking cursor. I have to terminate the process by pressing Ctrl-C. Is there a solution to this, or am I doing something wrong?