[Users] ip address

Sergej Kandyla sk.paix at gmail.com
Sun Jan 25 09:51:52 EST 2009


mattias пишет:
> i only have access to dynamic ips
> will it work with openvz?

I think a right solution will be assign a internal ip for VPS (something 
like 10.10.10.1)
Then you could setup firewall forwarding on you HN.

iptables -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 
10.10.10.1:80
and so on...


More information about the Users mailing list