Try with this
iface eth0 inet manual
comment all iptables rules from /etc/network/interfaces
reboot your server
openn shh and paste this
iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o vmbr0 -j SNAT --to-source xx.xx.xx.67
It shuld be fine
you must create bridge for VMs after that you must set up your iptables.
look at my post for inspiration, https://forum.proxmox.com/threads/one-public-ip-with-prerouting-port-rules.26463/
Hello Proxmox community.
I have very interesting problem, and I am unable to solve it
So I have Proxmox 4.1-2f9650d4 server with two interfaces, one is facing to the internet with public IP and second one is for local network (LAN).
My /etc/interfaces/network file look like this:
auto lo...
Hello Proxmox community.
I have very interesting problem, and I am unable to solve it
So I have Proxmox 4.1-2f9650d4 server with two interfaces, one is facing to the internet with public IP and second one is for local network (LAN).
My /etc/interfaces/network file look like this:
auto lo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.