From f4a45e7ce20519ae1aa35b053348adf123223af8 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 26 Sep 2013 22:51:46 +0300 Subject: [PATCH] removed nat passv ports workaround --- install/vst-install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install/vst-install.sh b/install/vst-install.sh index c52e02d2a..8d94beb3d 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -745,10 +745,6 @@ vst_ip=$(wget vestacp.com/what-is-my-ip/ -O - 2>/dev/null) if [ ! -z "$vst_ip" ] && [ "$vst_ip" != "$main_ip" ]; then # Set NAT association $VESTA/bin/v-change-sys-ip-nat $main_ip $vst_ip - - # Assign passive ip address - echo "pasv_address=$vst_ip" >> /etc/vsftpd/vsftpd.conf - service vsftpd restart fi if [ -z "$vst_ip" ]; then vst_ip=$main_ip