Installing & Configuring VSftpd Installing & Configuring VSftpd Applicable to Centos Versions: Centos 5.x Centos 6.x Requirements Explanation of requirements. Root access to your server Server running Centos 5.x or 6.x Doing the Work Basic description of what will be done and what is expected. Install VSftpd and add a user: yum install vsftpd useradd ftpuser passwd ftpuser Configure VSftpd: vi /etc/vsftpd/vsftpd.conf Change these options to your liking, when finished making any changes here, restart the vsftpd service so they take effect. # Example config file /etc/vsftpd/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Please see vsftpd.conf.5 for all compiled in defaults. # # READ THIS: This example file is NOT an exhaustive list of vsftpd options. # Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's # cap...
Posts
Showing posts from July 29, 2012
- Get link
- X
- Other Apps
Native VLAN Mismatches Error#1 Lets assume that one of the workstations on the network (PC 5) cannot connect to the internal web server WEB/TFTP, lets use the figure below as an example of a switched network, the first place you start will be at the Switch 2 to check if VLANs are properly configured. Looking at the diagram, switch port fa0/3 on Switch 2 is configured as a trunk port. ...