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