Friday, April 28, 2017

Week 15 April 17 - 21

Current week objectives

  • Make sure the crontab still works on schedules.
  • Pass the knowledge the next intern

Current Week Accomplished/Hours worked

HOURS: 15 hours

  • Made a Network Admin Document to show all the configuration they need to know. 

Next week objectives

  • Fix 3D printer 

Important lessons learned/New Skills

How to configure ubuntu on VMware ESXi 6.0.0
  • Download Ubuntu desktop (https://www.ubuntu.com/download/desktop)
  • Open the VMware. Use the right IP on the web address 
  • Login
  • On the left side of VMware 
  • Right click on Virtual Machines and create a new virtual machine
  • Configure the hardware 
  • Install the OS such as Ubuntu, kali, CentOS, etc.
  • Finish 

Week 14 April 10 - 14

Current week objectives

  • Fix the server. Use every possible solution to keep the server alive.

Current Week Accomplished/Hours worked

HOURS = 18 hours

  • Crontab we set it every 30th of an hour. We setup an schedule to restart the network-manager.
  • The students are able to use the server even it restart. 

Next week objectives

  • I have to test if the crontab works. So after I set the crontab, I have to open the putty in order to see if the server is working in every 30th of an hour.


Important lessons learned/New Skills

  • wall is a command that post to the users that is log in to the server.
  • How to stop ssh timeout (https://docs.oseems.com/general/application/ssh/disable-timeout)

Concerns and Issues

  • There is an issue on DNS. The server keep going down because of it. 


Wednesday, April 12, 2017

Week 13 April 3 - 7

Current week objectives
  • Work on SRA cyberlab. Something broken within the SSH tunnel.
Current Week Accomplished/Hours worked

HOURS Worked: 28 hours

  • I did research what is happen in the SRA server. Here what I found:
  • http://askubuntu.com/questions/230698/how-to-restart-the-networking-service
    -----This will reset the network manager (service network-manager restart). Make sure they are active and correct IP address after checking the processor, hard drive space, ssh status, sshd status, and ifconfig. 
  • https://www.blackmoreops.com/2015/03/26/setup-dhcp-or-static-ip-address-from-command-line-in-linux/                                                                                                                                     -----This setup the static IP address if needed.
  • Crontab linux might solve the issue but please make sure to ask your supervisor to approve.
  • If the ssh server keeps going down, make sure to update kali linux and ssh. Since it is not connected to the internet, plug it in where you can access to internet temporarily and update everything. Then vim the sshd_config and configure. After that service ssh restart and check the ssh status.
    • plug to the ethernet
    • go to setting, Network in particular.
    • Go to IPv4
    • change the it to DHCP Addresses which is automatic. DONE.
Next week objectives

  • Work on the server, it's disconnecting won't able to ssh into the server. I have to restart the network manager manually. 
  • Check Netmask

Concerns and Issues

  • The SRA class might doing something in the interface or IP address that may cause the issue.

Sunday, April 2, 2017

Week 12 Mar. 27 - 31

Current week objectives
  • Configure Renderman using a virtual machine.
Current Week Accomplished/Hours worked

Hours Worked: 30 hours
  • We able to configure Renderman using Ubuntu on the virtual machine. Renderman is for 3D animation and visual effects development. It's the core rendering technology for Pixar. 
Concerns and Issues
  • One of the server SRA class continued to crash. I checked the processor, ram, and checked the ssh server, they were completely fine but the server still crashes.

Sunday, March 26, 2017

Week 11 Mar. 20 - 24


Current Week Accomplished/Hours worked
Hours: 26 hours
  • Figured out why the service was down. 
  • Checked the history for every username to find who change/accident the IP address.
Next week objectives
  • Check specs 
  • Name of the server
  • Configuration port number
  • HoneyDrive for Kali
Important lessons learned/New Skills
Steps to check for server
Linux command line on left
  1. Check for resources
    • top --- shows RAM
    • df --- is the filesystem
    • df -h --- Hard drive space, h is human readable 
    • ps -ef --- show all the Processor 
  2. Networking
    • netstat -an | grep 5902 --- Check if the port is listening
    • service ssh status --- Check for ssh status if is running
    • service ssh start --- start the ssh 
    • service ssh restart --- restart the ssh (Restart system if need)
--ifconfig Display information about all the network interface currently in operation. This can also change the IP address by ifconfig then the interface eth0 then numerical numbers. Example ifconfig eth0 1500 this will change IP address.
--who This show who is online at that time
--last history of who login
--history display the history of a particular user to find activities.

Issues/ Concerns 
Students are able to change the IP address by using the command like ifconfig OR they might change it accidently.



Wednesday, March 22, 2017

Week 10 Mar. 13 - 17

Current week objectives
  • Recreate the network diagram with the new server.
  • Install VMware ESXi on all the server
Current Week Accomplished/Hours worked
Hour: 15 hours
  • Finish two network diagram Complete with IP address for every single one the server.
  • Installed VMware ESXi on all of the servers, with static IP address
Next week objectives
  • Name all the server
  • View the specs for each hardware
  • SSH port configuration

Wednesday, March 15, 2017

Week 9 Mar. 6 - 10

SPRING BREAK!

The SRA lab will be close in this weeks spring break. Students and faculties will be able to SSH into the Kali server.