How To

  1. Create two virtual machines Student(student-console) and Test(SimpleArbiterDhcpGw)
  2. Change the network settings to both virtual machines. SimpleArbiterDhcpGw: Adapter 1 set it to NAT, for internet access and Adapter 2 to internal network for local network. Student: Adapter1 set it to "internal-network" so it is in the same domestic network as SimpleArbiterDhcpGw.


  3. Login into Student
  4. In Student(student-console) create a new user, marjankoral19, with a custom password.
  5. Set the IP address to Student, - you can also do this manualy (ip: 172.23.192.3)
  6. Then edit the /etc/motd, file with the specified string. "Not for Human consumption"
  7. For testing login with the test user into Test(SimpleArbiterDhcpGw)
  8. Then connect to Student with ssh using the user marjankoral19 - ssh marjankoral@ip.
  9. If login successful the Message of the day should apear.

=======

Purpose of the exercise

How to create user? How to edit a file? How to connect to anoter computer using ssh? How to find out the computer IP address?

Brief description

Set up two virtual machines, set MOTD. Connect using ssh.