LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing VSFTPD and configuring IPTables to match another server (https://www.linuxquestions.org/questions/linux-newbie-8/installing-vsftpd-and-configuring-iptables-to-match-another-server-768424/)

anon091 11-11-2009 09:12 AM

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?

http://www.cyberciti.biz/tips/rhel-f...tallation.html

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.

Tinkster 11-11-2009 10:12 AM

Quote:

Originally Posted by rjo98 (Post 3753005)
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?

http://www.cyberciti.biz/tips/rhel-f...tallation.html

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 (Post 3753005)
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).


Cheers,
Tink

anon091 11-11-2009 10:23 AM

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.

Tinkster 11-11-2009 10:41 AM

Quote:

Originally Posted by rjo98 (Post 3753066)
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 ;}

anon091 11-11-2009 10:56 AM

If only I knew how to do that, sounds cool!

I'm not even sure how to partition my 70GB drive properly for an FTP server.

Tinkster 11-11-2009 12:22 PM

Well ... what's the partitioning scheme on the existing box?

anon091 11-11-2009 01:18 PM

When I do a df -h I get the following, which I don't understand at all. Plus that other server has bigger drives.

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
131G 16G 109G 13% /
/dev/sda1 99M 23M 71M 25% /boot
tmpfs 506M 0 506M 0% /dev/shm

Tinkster 11-11-2009 01:23 PM

Basically that says the machine was set-up with Logical Volume Manager
and uses a /boot partition (physical), and one root partition "/" on LVM.


What's the output of
fdisk -l

anon091 11-11-2009 01:32 PM

-bash: fdisk: command not found

Tinkster 11-11-2009 01:34 PM

Try as root, normal users aren't allowed potentially
dangerous toys ;}

anon091 11-11-2009 01:39 PM

haha, good call

Disk /dev/sda: 146.5 GB, 146557370368 bytes
255 heads, 63 sectors/track, 17817 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 17817 143010630 8e Linux LVM

Tinkster 11-11-2009 01:53 PM

Interesting ... does the machine not have any swap?

anon091 11-11-2009 01:58 PM

From what I can tell (which isn't worth much) doesn't look like it. wouldn't it have shown in one of those two?

Tinkster 11-11-2009 02:02 PM

Not necessarily ...
any mention of swap in /etc/fstab ?

anon091 11-11-2009 02:03 PM

/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0


All times are GMT -5. The time now is 09:53 PM.