I don't like internal ip addresses -----Ursprungligt meddelande----- Från: [email protected] [mailto:[email protected]] För Sergej Kandyla Skickat: den 25 januari 2009 15:50 Till: [email protected] Ämne: Re: [Users] ip address
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 _______________________________________________ Users mailing list [email protected] https://openvz.org/mailman/listinfo/users
