Changes

Jump to: navigation, search

OPS335 FTP Lab

102 bytes removed, 18:07, 1 November 2011
Build your VM
*Setup a default Desktop firewall. You can do this from the System->Administration->Firewall menu by stopping the firewall and then selecting the Desktop option to make a new one.
*Once your Desktop firewall is set up you'll need to restart the libvirtd service. Use the command "service libvirtd restart".
*Check your firewall using the "iptables-save" command. You should get something that looks like this .
*Still as root you need to install an ftp client. Use this command: "yum install ftp".
*Now make sure you are connected to the Internet. Start Firefox and authenticate yourself with your LEARN password.
*Use virt-manager to create a new Virtual Machine (VM) named vm01.
*Login to your VM and ensure you have the default Fedora Desktop firewall set up. Your firewall should look something line this .
Before preceeding to the next part ensure your gateway is working properly and that your server has full access to the Internet. Try some of these commands on your VM guest:
ping 192.168.122.1
host cbc.ca
also start Firefox in the guest and ensure it can view outside web sites.
 
===Set up your FTP Server (Passive Mode)===
#Still on vm01 use yum to install vsftpd and edit the config file (/etc/vsftpd/vsftpd.conf) to implement the following:
1
edit

Navigation menu