Displaying 4 results from an estimated 4 matches for "masqueradeaddress".
2011 Aug 13
1
can't list directories in ftp
.../etc/security/pam_env.conf into the chroot allows pam_env to
# work at session-end time (http://bugzilla.redhat.com/477120)
VRootEngine on
DefaultRoot /var/www/html/jokefire.com
#DefaultRoot ~ !adm
VRootAlias etc/security/pam_env.conf /etc/security/pam_env.conf
# Masqurade Address
MasqueradeAddress xx.xxx.xxx.xxx
# Passive Ports
PassivePorts 60000 65535
# Use pam to authenticate (default) and be authoritative
AuthPAMConfig proftpd
AuthOrder mod_auth_pam.c* mod_auth_unix.c
# If you use NIS/YP/LDAP you may need to disable PersistentPasswd
#PersistentPasswd...
2011 Aug 23
0
cant login remotely proftpd
...ame "JF FTP Server"
TransferLog /var/log/proftpd/ftp.snjh-internal.net
MaxLoginAttempts 3
RequireValidShell no
DefaultRoot /var/www/html/mydomain.com
User nobody
Group nobody
AllowOverwrite yes
MasqueradeAddress 192.168.1.55
PassivePorts 60000 65535
<Directory /var/www/html/jokefire.com>
<Limit ALL>
AllowAll
</Limit>
</Directory>
</VirtualHost>
#
# ----------------------------------------------------
# ftp.snjh.net
# external ftp server
#
<Virtua...
2011 Dec 13
0
proftpd graphical clients not working
..., %{7}" ftpquotatallies
SQLLogFile /home/bluethundr/sqllog.dbg
QuotaLimitTable sql:/get-quota-limit
QuotaTallyTable sql:/get-quota-tally/update-quota-tally/insert-quota-tally
RootLogin off
RequireValidShell off
</Global>
<VirtualHost 184.72.158.17>
MasqueradeAddress 184.72.158.17
<Directory /var/www/jf-current>
Umask 022
<Limit ALL>
AllowUser jfuser
</Limit>
</Directory>
</VirtualHost>
<VirtualHost 10.34.135.34>
<Directory /var/www/jf-current>
Umask 022
<Limit ALL>
Al...
2011 Aug 26
1
mysql authentication in proftpd
...ServerName "JF FTP Server"
TransferLog /var/log/proftpd/ftp.snjh.net
MaxLoginAttempts 3
RequireValidShell no
DefaultRoot /var/www/html/jokefire.com
User nobody
Group nobody
AllowOverwrite yes
MasqueradeAddress xx.xx.xx.xx
PassivePorts 60000 65535
<Directory /var/www/html/jokefire.com>
<Limit ALL>
AllowUser bluethundr
AllowUser rerekson
AllowUser jfuser
DenyAll...