You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue / Bug
FTP connection got an error to connect
Server sent passive reply with unroutable address. Using server address instead.
To Reproduce
Install LEMPer Stack with VSFTPD enable on AWS EC2 instance
Expected Behavior
FTP connection works as expected
Screenshots / Screen Cast
Config File (.env)
[vsftpd]
INSTALL_VSFTPD=true
# Available installer: repo | source.
VSFTPD_INSTALLER="source"# Available version: 3.0.5 or latest.
VSFTPD_VERSION="3.0.5"# Enable FTP over TLS.
VSFTPD_SSL_ENABLE=true
System Information (please complete the following information):
OS: Ubuntu 20.04
Shell: GNU bash, version 5.0.17(1)-release (x86_64-pc-linux-gnu)
Version: 2.x.x
The text was updated successfully, but these errors were encountered:
joglomedia
changed the title
VSFTPD error Server sent passive reply with unroutable address. Using server address instead.
VSFTPD error Server sent passive reply with unroutable address...
Feb 13, 2022
## v2.6.0
### New Features
- Add LEMPer's installation wrapper script ( https://github.com/joglomedia/LEMPer/blob/2.x.x/lemper.sh )
- Generate default LE's certificate for hostname domain on production environment
- Intro to new CLI command `lemper-cli site`
### Bugs Fix
- Installer not working on Ubuntu ( Issue #126 )
- locale-gen: command not found ( Issue #127 )
- VSFTPD error install: cannot create regular file ( Issue #128 )
- VSFTPD error Server sent passive reply with unroutable address ( Issue #129 )
- Postfix warning: do not list domain dev.localhost.localdomain in BOTH mydestination and virtual_alias_domains ( Issue #130 )
- Nginx Lua module installation error
- PHP multiple version installation error
### Enhancements
- Much more script enhancements
Describe the Issue / Bug
FTP connection got an error to connect
Server sent passive reply with unroutable address. Using server address instead.
To Reproduce
Install LEMPer Stack with VSFTPD enable on AWS EC2 instance
Expected Behavior
FTP connection works as expected
Screenshots / Screen Cast
Config File (
.env
)System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: