Server :: Stuck With Masquerading With ProFTPD Version 1.3.3e?

Jul 19, 2011

I am literally quite stuck with proftp the version being: ProFTPD Version 1.3.3e# I have the following config:

[Code]...

I mean would I need to logically seperate out a series of passive ports and then open them using my custom routers NAT, so each passive port goes to its own virtual host as such? Just a bit confused about what the next steps would entail I mean I don't have any firewall on my Linux box, don't see the point since I use pfSense and an IPS/IDS and it's never been hacked since!

View 2 Replies


ADVERTISEMENT

Server :: How To Enable Masquerading In Sendmail

Feb 11, 2010

l have been trying to enable masquerading in sendmail. I've started from scratch. Here's what I did:
1.My Mail Server name is "ids.com" and local hostname is "server"
2. When I send the mail from my user to other user. The mail goes with user@server
All this allows me to send mail from all of my computers. Now, to get masquerading:

3. I have MASQUERADE_AS(`ids.com'), MASQUERADE_DOMAIN(`ids.com'), and FEATURE(`masquerade_entire_domain'). I also added "ids.com" to /etc/mail/local-host-names to be able to receive mail addressed to that domain.
This masquerades mail originating on the server, but still the mail from the other computers has a "From:" line of the form user@hostname.

View 2 Replies View Related

Server :: Ubuntu 10.10 - OpenVPN And Masquerading

Dec 12, 2010

I have set up OpenVPN Server on a VM (Ubuntu 10.10) running virtualbox bridged to the host. Everything is working fine excepts the fact that I cant seem to be able to assign internal IP (VPN Server) to client connecting. Let me explain: All my clients are connecting and accessing the internet without any issue. Where I have an issue is that all my clients come out the other way on the internet with my server ip address which kind of defeat the purpose. Is there a way (keeping in mind that I am running the server in a VM) to have all my clients accessing the internet with an IP provided by the VPN Server?

View 4 Replies View Related

Server :: Sendmail - How To Do Domain Masquerading

Apr 24, 2011

I have a Centos 5.5 Server, Servername is CentOS1. It has a Forum and a HelpDesk. The Help Desk software SENDS and acknowledgement to the user and emails to all the people on the support desk. Users can reply to emails only by accessing the helpdesk NOT by mail. Thus the server is configured to only SEND mail and not to receive any mail at all.

Mail Server is Sendmail.
Hosts file reads : -
# Do not remove the following line, or various programs that require network functionality will fail.
127.0.0.1CentOS1.tech.xxxxx.com CentOS1 localhost.localdomain localhost
::1localhost6.localdomain6 localhost6

There is NO MX Record because this server receives NO mail, it's send only. Unfortunately, the mail it sends has a From Header which is @CentOS1.tech.xxxxx.com. I want it to send from @xxxxx.com. I've read all the howtos on Masquerading and I've tried many, many things, but with the same results. It will NOT change the From. I had it working perfectly a long time ago with a SuSE server, but I can't for the life of me remember what I did. I know I also battled a bit.

The last few lines of sendmail.mc read : -
LOCAL_DOMAIN('localhost.localdomain')dnl
dnl #
dnl # The following example makes mail from this host and any additional
dnl # specified domains appear to be sent from mydomain.com
dnl #
dnl MASQUERADE_AS('xxxxx.com')dnl
dnl FEATURE(masquerade_envelope)dnl
dnl FEATURE(masquerade_entire_domain)dnl
dnl MASQUERADE_DOMAIN(localhost)dnl
dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl
dnl MASQUERADE_DOMAIN(CentOS1.tech.xxxxx.com)dnl
dnl MASQUERADE_DOMAIN(CentOS1)dnl
dnl MASQUERADE_DOMAIN(tech.xxxxx.com)dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
dnl MAILER(cyrusv2)dnl

I've tried each one of the MAQUERADE_DOMAIN in turn, none of them work and yes, I have remade it.

View 15 Replies View Related

CentOS 5 Server :: Masquerading Not Working?

Apr 30, 2009

I have some problem getting masquerade works, but no luck. I created a cronjob that do a backup which will notify me by email. I was able to received the email with from "root@domain.mydomain.com" I want to change this to root@mydomain.com, I tried do the masquerade and it does not work.

View 6 Replies View Related

OpenSUSE Network :: 11.3 - PPTPD VPN Server And Masquerading

Sep 13, 2010

Have a router running OpenSUSE 11.3. I have 3 interfaces
eth0 192.168.0.0/24 - local network
eth1 - The Internet if
eth2 - Citynet

I have configured routing and it works. I can browse the Internet from local net. However, I want to connect to my workstation (192.168.0.3) from Citynet interface. I've made masquerading rule in Yast it works just fine like a proxy do (on 192.168.0.2 local server). Now I need to run VPN server in my local net to connect from Citynet interface, and I have problems with it. I've configured pptpd on the router and it work for local network and I have a vpn server under Windows on 192.168.0.2

So my questions are:
1. What do I need to do in yast to allow vpn (pptp) ftom eth2 to 192.168.0.2?
2. What do I need to do in yast to allow vpn on router?
Some how I succeed to make redirection to 192.168.0.2 and it worked, but I've tried to change it to router and can't get it work again.

In all these cases client has the next message:
pptp[109]: LCP: timeout sending Config-Requests
pptp[109]: Connection terminated.
pptp[109]: Modem hangu

View 2 Replies View Related

Server :: ProFTP Masquerading Setup Uses IPChains Convert To IPTables

Jan 25, 2011

How to Nat. I wanted to be able to resolve something like
ftp.myfirstdomain.com to 192.168.0.2
Then ftp.mysecond.com to 192.168.0.3

Just as a random example, I know these cannot be done using name based virtual hosts like in Apache. But I got this working internally using my LAN connection and the 2 IP addresses above, with Bind DNS pointing the dns's to those 2 ip addresses respectively. This worked, yet when I tried connecting from my work place to transfer some files, it kept going to the default user's home directory. Just wanted to get this project finished, 2 domains and one public facing IP address.

View 3 Replies View Related

Ubuntu :: Firefox Stuck At Version 3.6.6?

Nov 14, 2010

I'm running Ubuntu 10.04 64-bit and my Firefox is stuck at version 3.6.6. Mozilla shows the current version is 3.6.12. What's going on? 3.6.6 is over four months old and has had several security flaws fixed.

View 4 Replies View Related

Server :: LFTP Can't Connect To Proftpd Server (hangs)

Nov 28, 2010

I'm using ProFTPd as my FTP server on a CentOS 5 box. Since updating to version 1.3.3c, I seem to have very specific problems. Connections work quite fine with about any FTP client out there, including the basic ftp command from the Linux prompt. However, when trying to connect to that server with LFTP, things go wrong. When connecting, all I get is [Connecting] then [Logging in...] and then nothing. I have to add that SSL is forced off in lftp.conf (I read it could be the problem). I sometimes get a counter for reconnection, but it never works.

The command I use in lftp is : open -u <user>,<pass> <server_ip>, the ls for lftp to establish the connection. I don't see anything at all in the server's log. I just see "FTP session opened" and "FTP session closed" in /var/log/messages" and nothing in /var/log/secure. I can give you a strace if needed. Please keep in mind that the server WORKS with anything but LFTP and NCFTP (which I also tried).

View 10 Replies View Related

Debian :: Start A Ftp Server With Proftpd?

Aug 24, 2010

I am pretty new to Linux and I want to start a ftp server with proftpd. Well sofar I have made one but there is one problem when I login with windows, the computer don't ask for a username and password. Instead he just show some folders from my home directory.

I have used the standard proftpd config file, and tried to change some things with online tutorials but non of them worked with windows (only for linux ftp connections). Can some of you refer me to a good tutorial for a multi user ftp linux server or explane me what to do?

View 1 Replies View Related

Server :: Which Is The Best Vsftpd Or Proftpd Or Pureftpd

Jun 18, 2011

which is the best vsftpd or Proftpd or Pureftpd ?

which is high secure and reliable ?

Pureftpd or Proftpd can install on Centos ?

View 1 Replies View Related

Server :: Proftpd Always Responds With 530 (slackware)?

Jul 20, 2010

I followed this tutorial trying to set up proftpd. I'm using Slackware 13.1, but I had assumed most of the tutorial was all relevant still.Using the default proftpd.conf file, I was able to do anonymous login, but I was hoping to use the conf file in the tutorial to only allow certain users, so it currently looks like this:Quote:

# To really apply changes reload proftpd after modifications.
AllowOverwrite on
AuthAliasOnly off

[code]....

View 1 Replies View Related

Server :: ProFTPd Warning: Can't Start

Feb 1, 2011

I run Debian 5 64-bit machine with 2 IP-addresses. I installed ProFTPd through init.d instead of standalone but when I start it, it gives the following error:

Code:
ProFTPd warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration.
If I select standalone as servertype through the config, it works good.

Previously, I had this same machine on the same OS with 1 IP-address. I installed ProFTPd and it worked well with init.d . Maybe the 2nd IP is causing it? How can I make it work through init.d without having this error?

View 9 Replies View Related

Server :: Proftpd Getting 550 Permission Denied

Jun 16, 2010

I installed proftpd on a new CentOS 5 server, yet when FTPing in (I can log in fine), the files and directories do not list and I get a "550 filename: Permission denied" error each time I try to "put" or "get" a file (I can tell that the file is there, though, because if I try to access a non-existent file, I get a "No such file or directory error" instead of the permission denied error).

View 10 Replies View Related

Server :: Proftpd - MaxStoreFileSize Not Working?

Dec 27, 2010

According cu proftpd documentation this should limit upload file size to 5 MBytes to everyone excepting user crystal which is allowed to upload 100 MBytes.

Code:
# Restrict upload to only 3 megabytes
MaxStoreFileSize 5 Mb
MaxStoreFileSize 100 Mb user crystal

My Proftpd also restricts the user crystal to 5 Mb. It seems the second line is not taken into consideration.

View 2 Replies View Related

Ubuntu :: Grub2 External Hdd \ Stuck At Installing 10.10 Minimal Version?

Mar 31, 2011

I am having trouble with setting up the grub based system on my external hdd. I am trying to have one grub which is going to load operating systems, and livecd if any (usb install). I am stuck at installing Ubuntu 10.10 Minimal version (i don't need gui for linux).Here is what I have done so far:

1. Created 2 primary partitions - windows 7 recovery and data (ntfs)
2. Created an extended partition for linux stuff.
3. Create a logic partition (10MB) for grub (ext2)

[code]....

View 6 Replies View Related

Server :: Installed Proftpd - Not Working As Service?

Feb 10, 2010

I recently installed ProFTPD on a Centos Linux with configure,make,install...(yum install proftpd didnt work) i installed everything it works but i cant control it through Service like, Service proftpd start,reload,stop like i used to on older servers.

View 5 Replies View Related

Server :: Proftpd 500 Illegal Port Command?

Jan 25, 2011

I set up a FTP server for a client. Running Ubuntu 10.10 server and proftpd. While setting it up, I was able to log into FTP from filezilla from in my office no problems. Now suddenly I cannot access it from inside, but I can still access it like normal from outside my network.I am getting 500 illegal port command when using activeAnd when I use passive, I get fail to retrieve directory.The server is on a DMZ, so ports should not be a problem, and according to our admin nothing has changed within our firewall

View 21 Replies View Related

Server :: Starting Proftpd Failed On Centos?

Feb 6, 2010

I recently had a problem with Proftpd, when execute proftpd return the next error:

# /sbin/service proftpd start
Starting proftpd: [FAILED]
the file configuration is:

View 1 Replies View Related

Server :: Why Gadmin-Proftpd Keep Saying Login Incorrect

Nov 23, 2010

I cant figure out why my server running fc14 keeps saying login incorrect 530. I am using gproftpd. I know that the login is correct though. For instance:
Lets say my user is "goober" and my pass is "fedora" and I go and type that in when I try and login to the ftp it says login incorrect.

View 1 Replies View Related

CentOS 5 Server :: Proftpd 530 Login Failed?

Jan 25, 2009

I'm having quite a hassle getting proftpd to work.

My setup:

- CentOS 5 (latest version)
- ProFTPD Version: 1.3.1 (stable)

Want do I want:

A simple FTP server which allows me to acces the /var/www/html directory to upload new files for my apache webserver.

What are my problems:

When trying to login it says the following:

***Begin***
[root@ICT2-Gateway ~]# ftp 127.0.0.1
Connected to 127.0.0.1.
220 FTP Server ready.
500 AUTH not understood

[Code]....

As you can see this has nothing to do with faulty firewall settings since i'm only trying this locally. Futhermore the password is 100% correct (and keyboard layout).

Since I've changed alot in my config file it thought it's not worth mentioning here, I'm reverting back to default.

View 3 Replies View Related

Ubuntu Servers :: Ftp Server Using Proftpd And Have Been Able To Connect To The Box On Local Lan?

Feb 9, 2010

i have been havin a little trouble with my ftp server im using proftpd and have been able to connect to the box on local lan but it stops with an error about tls packet.

i have been following a guide on settin up my server [URL]...and have attached my config and error details

View 1 Replies View Related

Server :: After New Iptables Rules Proftpd Stopped Working?

Jun 30, 2009

i have just setup a firewall using iptables on centos 5.3 but there's an issue with ftp
i can connect and i can login when i give command "ls" it says entering passive mode
and afterwards it times out do you know why? i have port 21 open in my firewall but still....

View 4 Replies View Related

Server :: Proftpd - Not Have A Permissions To Save Files Or Try To Modify

Mar 31, 2010

just thought i would throw this out there as a google search doesnt even come back with what i need. I have setup proftp with a mysql auth on a debian box. When i save files or try to modify them i get an error. Ie i dont have permission. When i look at the permissions for the files, it has a 2001 user permission and a ftpgroup as the group permission.

I want it to be ftpuser and ftpgroup with readable and writable permissions for the user and group. This is my second proftp box and i basiclly copied the config files over from the old box.

View 12 Replies View Related

Server :: Proftpd - Set Retry Delay After Failed Logins ?

Aug 17, 2010

How do you configure proftpd so that once a user has failed to login and reached the MaxLoginAttempts. That they can not retry logging in for another 4 hours ?

View 6 Replies View Related

Server :: ProFTPD Master/Root User Can't Get Into All Folders

Mar 2, 2010

So, I wanted a master ftp user that could access all the folders for all the users. I did this by creating a second root user. I'm aware of all the security considerations, and if there's a better way to do this than creating a root user I'd really like to know it. That said, my issue is that my new root user is still unable in FTP to access folders owned by other users that aren't world readable. Note that this is ONLY when logging in via ftp. If I login through SSH I can access all folders without problem and without the need to sudo. So this is a true root user. Does anyone have an idea how I can fix the proftpd configuration to allow my root user access to ALL folders no matter the owner?

View 3 Replies View Related

Server :: ProFTPd + MySQL: Statistics Collection And Parsing

Feb 25, 2010

I've just installed ProFTPd with mySQL and need to collect and/or parse statistics about users, traffic usage and so on. I've googled for a while and found no luck on getting some good guidance or manual on that. And on ProFTPd.org not much of info concerning the mySQL.

View 3 Replies View Related

Ubuntu Servers :: Proftpd Permission Denied After Upgrade From Server 8.1 To 9.1

May 24, 2010

After upgrading ubuntu server to the latest version (according to apt-get) proftpd stopped working. When I try to execute proftpd I get the following message (when logged in as root or user with root privileges) :

Code:

Line 18 in modules.conf looks like this:

Code:

I've tried removing and re-installing proftpd, but this doesn't help

If I comment line 18 in modules.conf, I just get permission denied on the next LoadModule command...

Can I remove all modules? or is there a way of fixing the permission denied issue?

View 2 Replies View Related

Server :: Cannot Login To FTP (proftpd) With A Single User On Debian Squeeze?

Jul 19, 2011

So I've been trying to get a single user to login to an FTP site I've created using proftpd and I haven't had much luck. So check this out: this only applies to one user, I can "su" to the user account so I know the password is set, and I am even able to SSH into the box as this user. This totally eliminates a bad/incorrect password and the server IS accepting connections on port 21 because I can FTP as other users. I've ruled out the client because I tried locally and using a command promptWinders but still no luck. This is what I'm seeing in the logs when I attempt to connect using an FTP client.

::ffff:192.168.1.118 UNKNOWN proftpd [18/Jul/2011:15:57:44 -0700] "USER crownftp" 331 -
Jul 18 15:57:44 ctserver-2 proftpd: pam_unix(proftpd:session): session opened for user crownftp by (uid=0)

[code]....

View 2 Replies View Related

Server :: Can't Connect To Proftpd Server?

Jan 24, 2010

I have a proftpd server and I can connect from localhost but I can't from outside.I've scanned the port 21 and it isn't responding (maybe mi ISP doesn't allow traffic on that port), so I've changed to the port 63306 just to see what happens.e changed the /etc/proftpd/proftpd.conf to port 63306 and restarted the proftpd service.Also I've added the rule to the firewall and an entry in the router configurationNow I try to log in through browser and it just stays like trying to connect to the server but nothing happens

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved