M
maur
Guest
Howdy. 
Actually i have set vmbr0 on master node with ip 10.2.10.1 and vps with 10.2.10.11..
On master in iptables:
iptables -t nat -A PREROUTING -d 188.40.78.xx -i eth0 -j DNAT --to-destination 10.2.10.11
iptables -t nat -A POSTROUTING -s 10.2.10.11 -o eth0 -j SNAT --to 188.40.78.xx
But in this way - i can't set for example apache on vps to listen on 188.40.78.xx.. There's bridge possibility, but can't be used in my situation because of hetzner - they blocking traffic when detect different mac address...
After couple of days i will have ~10 ips and i want to use them on vps one or another..
So - there's any other, nicer option?

Actually i have set vmbr0 on master node with ip 10.2.10.1 and vps with 10.2.10.11..
On master in iptables:
iptables -t nat -A PREROUTING -d 188.40.78.xx -i eth0 -j DNAT --to-destination 10.2.10.11
iptables -t nat -A POSTROUTING -s 10.2.10.11 -o eth0 -j SNAT --to 188.40.78.xx
But in this way - i can't set for example apache on vps to listen on 188.40.78.xx.. There's bridge possibility, but can't be used in my situation because of hetzner - they blocking traffic when detect different mac address...
After couple of days i will have ~10 ips and i want to use them on vps one or another..
So - there's any other, nicer option?