View Single Post
  #3 (permalink)  
Old 30-06-2009, 12:38
ametovic ametovic is offline
new member
 
Join Date: Jun 2009
Posts: 5
Default

thank you so much Rsync,

just a few questions if you don't mind:

Quote:
# iptables -t nat -s clientIP -A POSTROUTING -j SNAT --to serverIP
what is clientip and what is serverIP?

my server gets 10.7.0.1 and remote machine gets 10.7.0.6 from openvpn and the servers ext IP is 78.129.***.**

is this correct?

Quote:
iptables -t nat -s 10.7.0.0/24 -A POSTROUTING -j SNAT --to 78.129.***.**
or this?
Quote:
iptables -t nat -s 10.7.0.0/24 -A POSTROUTING -j SNAT --to 10.7.0.1
or none of the above?

if I wanted to move to Virtuozzo 4 node would I need to setup the server again?
how long is the down time?

Thanks a lot , I do appreciate it.
Zeljko
Reply With Quote