[SOLVED] Installing VSFTPD and configuring IPTables to match another server
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Installing VSFTPD and configuring IPTables to match another server
I've been tasked with setting up a RHEL FTP server to mirror one we currently have. From what I've read, I need to install and configure VSFTPD and then configure IPTables. From what I've been able to come up with, I need to follow the steps in this article to install and setup VSFTPD. Is this a good complete article to follow you think?
Also, how do I copy the iptables config from that server to my new one? I think that iptables on our current server only allows certain IPs or blocks certain IPs (not sure which), so I need to have it do that on my new server as well.
I've been tasked with setting up a RHEL FTP server to mirror one we currently have. From what I've read, I need to install and configure VSFTPD and then configure IPTables. From what I've been able to come up with, I need to follow the steps in this article to install and setup VSFTPD. Is this a good complete article to follow you think?
Without having used the tutorial (or vsftpd, for that matter)
I'd say it looks clear enough; and not many people have
complained about it on the blog. ;}
Quote:
Originally Posted by rjo98
Also, how do I copy the iptables config from that server to my new one? I think that iptables on our current server only allows certain IPs or blocks certain IPs (not sure which), so I need to have it do that on my new server as well.
Thanks everybody.
Depends on how iptables was set-up on the first machine.
You should be able to just copy /etc/sysconfig/iptables*
to the new box (maybe check the content after the copy,
and verify that any references to the original machines
IP address are changed to the new ones).
not many people complained, thats how i figured it was good too :-) it looked easy enough, but not sure if there were some other things it failed to mention since this will be hanging out on the internet. can't trust hackers!
not many people complained, thats how i figured it was good too :-) it looked easy enough, but not sure if there were some other things it failed to mention since this will be hanging out on the internet. can't trust hackers!
Thanks for the tip on iptables.
True that. If the other machine hasn't been rooted you could
basically just clone it, modify a few bits and bobs (files that
store info about the IP and/or name of the machine) and be away
laughing ;}
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.