I have an external IP address, IP 4, which is registered on my Proxmox (say 10.11.1.1/30), and I also have an alias address from my ISP (let's call it 10.12.2.2/32, there are several others, but they all use the mask /32). Previously, I used OpenVZ and, following the instructions, added the address 10.12.2.2/32 to OpenVZ_CT, and it worked. Is there any way to add this to proxmox?
If register on the host
net.ipv4.ip_forward = 1
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.conf.all.rp_filter = 1
kernel.sysrq = 1
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
will it help me?
If register on the host
net.ipv4.ip_forward = 1
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.conf.all.rp_filter = 1
kernel.sysrq = 1
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
will it help me?
Last edited: