NETWORKSTIP Networking CCNA,Centos,Ubuntu,Sql,

Made By Muhammad Nafees

Breaking

Wednesday 11 July 2018

July 11, 2018

Configure seprate User access on WDS Windows Server

Configure separate User access on WDS Windows Server

  • Open Active Directory Users and Computers, click on Computers and right click, choose New, Computer.
  • Give the computer a name
  •  
  •  In WDS services select Active directory Prestaged Devices then right panel select device Name and then click to properties then click on Join Rights tab and then click on configure user.

Tuesday 3 July 2018

July 03, 2018

VSFTPD with Samba Server on Centos

VSFTPD with Samba Server on Centos

Installing VSftpd FTP Server on CentOS
 VSftpd is an FTP server for Linux.

 Install the VSftpd Server

Type the following command to install the VSftpd FTP Server: 
[root@centos7 ~]# yum install vsftpd  

Backup the default configuration file ‘vsftpd.conf’:
[root@centos7 ~]# cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.back 

We also need to install the FTP client, so that we can connect to an FTP server: 
[root@centos7 ~]# yum install ftp