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... _______________________________________________ Users mailing list [email protected] https://openvz.org/mailman/listinfo/users
