CT320: Network and Systems Administration                 
The purpose of this assignment is to experiment with the setup of networking and network-based programs.                 
Make sure you can access the Internet and Domain Name Service (DNS) with these commands:                 
dig google.com wget -qO- https://cs.colostate.edu/~ct320/alphabet.txt
If they don’t work, fix things.                 
Install the NFS server package:                 
sudo apt-get install nfs-kernel-server
/export
and populate it with
several directories and files.
/etc/exports
like this:
/export ip-address-of-neighbor(rw)
sudo systemctl restart nfs-server
/etc/exports
line to look like this:
/export not-the-ip-address-of-neighbor(rw)
/import
export
from their system to yours:
mount ip-address:/export /import
/etc/fstab
to automate the mounting of your
neighbor’s exported file system.
sshd
daemon is installed:
sudo apt-get install openssh-server
ssh
command to gain access to the ct320
account
on your neighbor system and have them do the same.
ssh neighbor-ip-address hostname
scp
command to copy files between the
systems, in each direction (push & pull).
sshd
, and show that it works.
ssh
access, without disabling the sshd
daemon?
See http://askubuntu.com/questions/140126/how-do-i-install-and-configure-a-dhcp-server                 
This is a group exercise for the entire recitation.                 
192.168.110.200
.
subnet 192.168.110.0 netmask 255.255.255.0 { range 192.168.110.200 192.168.110.215; #the range of IP addresses that will be assigned option routers 192.168.110.1; #the default gateway option domain-name-servers 129.82.45.181; #the DNS server option subnet-mask 255.255.255.0; }
sudo service isc-dhcp-server restart
192.168.110.20
x is obtained.
Show your work to the TA for credit.                 
Modified: 2015-11-22T10:25                  User: Guest                  Check: HTML CSSEdit History Source |
Apply to CSU |
Contact CSU |
Disclaimer |
Equal Opportunity Colorado State University, Fort Collins, CO 80523 USA © 2015 Colorado State University |