1 / 7

Linux Network Servers

Linux Network Servers. Apache + PHP + SSL Samba Shoutcast VNC 4 virtual servers CentOS. Tero Koskinen & Juuso Rintala. Steps. First we decided which OS we´re operating with CentOS was the most familiar to us Then which services we´d like to have

joanna
Download Presentation

Linux Network Servers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Linux Network Servers Apache + PHP + SSL Samba Shoutcast VNC 4 virtual servers CentOS Tero Koskinen & Juuso Rintala

  2. Steps • First we decided which OS we´re operating with • CentOS was the most familiar to us • Then which services we´d like to have • Apache, SSL for protected page, PHP counter, Samba for sharing files with Windows and Shoutcast for streaming mp3s Each of them was placed on one of the four virtual servers VNC client for accessing server remotely One virtual server is redirected to hamstero.dc.turkuamk.fi

  3. Samba • SMB (Server Message Block, "Samba") is a suite of programs supplied with all Linux distributions that enables UNIX systems to both access shared resources on Windows, and act as servers for it • Install and Configure 1.yum install samba -y 2.chkconfig --level 123 smb on  3.cd /etc/samba 4.mv smb.conf smb.conf.backup 5.vi smb.conf 6.gedit /etc/samba/smb.conf

  4. Smb.conf [global] workgroup = Wrkgrp netbios name = smbserver security = SHARE path = /home encrypt passwords = yes [share] path = /home/share force user = root valid users = JuTe public = yes available = yes

  5. Final tasks • Configure Users 1.add JuTe smbusers  2. passwd JuTe  3. smbpasswd -a JuTe • Restart Samba 1./etc/init.d/smb restart

  6. Windows login & share folder

More Related