Computer System Administration Homework 1 Install FreeBSD & WireGuard

Slides:



Advertisements
Similar presentations
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
Advertisements

1 Configuring Web services (Week 15, Monday 4/17/2006) © Abdou Illia, Spring 2006.
Introduction to Microsoft Office Web Apps with Jim Mollé Learn iT! Computer Software Training.
Outlook Web Access (OWA) is a web mail service of Microsoft Exchange; allow users to connect remotely via a Web browser OWA is used to access ,
BY ALEXANDER STEPHENS RYAN PIERCY EmCare Mobile Scheduling Application.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
RADIUS Server (Brocade Controller)
VPN Scenarios © N. Ganesan, Ph.D.. Chapter Objectives.
Website Administration Information Systems 337 Prof. Harry Plantinga.
1 ISA Server 2004 Installation & Configuration Overview By Nicholas Quinn.
System Administration HW1-1 changlp. Computer Center, CS, NCTU 2 Requirements  Basic Install up-to-date –RELEASE of FreeBSD  8.2-R Add a user and a.
Welcome Back Reminders for the School Year.
Session 5: Working with MySQL iNET Academy Open Source Web Development.
what is contacts? In-contacts is an online contacts database designed from the ground up to be compatible with modern business needs.
N ETWORKED & D ISTRIBUTED COMPUTING S YSTEMS L AB Programming Assignments EE323 Computer Networks.
LPHI ITG Emergency Preparedness Information Sessions & Training.
Introduction to eChalk For Students. What is eChalk? eChalk’s unique online learning environment provides your school with its own electronic “town square”
Firewalls. Intro to Firewalls Basically a firewall is a __________to keep destructive forces away from your ________ ____________.
Retail Training Manuel 2 Overview  One stop, secure, and easy-to-use web-based tool that incorporates rate, quote, and bind functions  Enables agents.
1 Implementing Monitoring and Reporting. 2 Why Should Implement Monitoring? One of the biggest complaints we hear about firewall products from almost.
Online Homework/Tutorial System.
Sponsored by the National Science Foundation 1 ICDCS13: July 8, 2013 Are you ready for the tutorial? 1.Grab a Worksheet and instructions 2.Did you do the.
Website Administration Information Systems 337 Prof. Harry Plantinga.
Computer Information Technology. I need you to submit your project electronically to the Hancock website. Before you can submit your project you will.
Case study: Data Provider setup Sergey Sukhonosov National Oceanographic Data Centre, Russia Expert training on the Ocean Data Portal technology, Buenos.
Understand Network Isolation Part 2 LESSON 3.3_B Security Fundamentals.
Apple Remote Desktop Hey! I got some new software for my school. For free. For what?
Remote Access Using a Netgear DG834 Router 1http://
Copyright ©2016 WatchGuard Technologies, Inc. All Rights Reserved WatchGuard Training What’s New in Fireware v
Windows 10 Common VPN Error Tech Support Number
Virtual Private Networks
Contact form LAW Click the web link
EAuthentication What is it? What is needed for FFAVORS?
CS 13011/13012 Computer Science I A and B Programming Labs
HUMAN RESOURCES & ADMINISTRATION
Training Objectives About D2F Download Installation Configuration
SSL Certificates for Secure Websites
ECE 544: Middlebox lab Abhigyan Sharma.
Homework 3 frank.
ELECTRONIC PROPOSAL SUBMISSION SYSTEM
Welcome to Physics 2015! (General Physics Lab 1 – Spring 2013)
Welcome to Salem State University
By Janet Crawford and Dam Luong Submitted to the Faculty of
System Administration Practice Homework 1-1 : FreeBSD Base
Information Hub.
SPS FPDS-NG Integration: System Administration
IT Services for Students Community College of Rhode Island
Lab 1 introduction, debrief
IT Services for Students Community College of Rhode Island
Welcome to the Credit Hours System
Website: Contact No: ID:
Unit 27: Network Operating Systems
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Configuring Internet-related services
Practical 2 Unit 26 Design a small or home office network
Installation & User Guide
Computer System Administration Homework 3 – File Server
Welcome to IRS.gov & e-990 filing We’re here to help you!
System Administration HW5 - Micro Computer Center
First Level Incident Handling FAQ (For EAL)
System Administration HW5 - Mini Private Lab
System Administration HW3 - File System Server
System Administration Homework 4 – Web Server
System Administration Practice Homework2 - File System Server
WireGuard zswu.
System Administration HW1
HC VMware Module
Private Cloud Time Attendance System
Presentation transcript:

Computer System Administration Homework 1 Install FreeBSD & WireGuard yca

Requirements Basic Install up-to-date release of FreeBSD Root on ZFS Add a user and a group Group name should be identical to your username User should also be in the ‘wheel’ group Use this user to do this homework instead of root Set your machine to current time zone and adjust current time CST Enable sshd You can install on VM

Requirements (Cont.) VPN Wireguard: https://www.wireguard.com/ You will be arranged a 10.113.0.x IP by TA for you to do your homework during this semester. You will get a pre-generate private key and the public key of server for you to connect to savpn.nctu.me:51820 You can create your own peer so you can connect to your intranet from outside world. you can install wireguard with pkg.

Example Configurations – Client # /usr/local/etc/wireguard/wg0.conf [Interface] Address = 10.113.1.1/25 PrivateKey = [CLIENT PRIVATE KEY] [Peer] PublicKey = [SERVER PUBLICKEY] AllowedIPs = 10.113.0.0/16 Endpoint = [SERVER ENDPOINT]:51820 PersistentKeepalive = 25

Example Configurations – Client (Cont.) Start interface wg-quick up wg0 Stop interface wg-quick down wg0 You can use man to get more information man wg man wg-quick

Submission Login with the user you created. $ rm -f /tmp/sahw1.tmp Perform this as root if it cried about 'Permission denied' $ uname -a >> /tmp/sahw1.tmp $ date -Iseconds >> /tmp/sahw1.tmp $ id >> /tmp/sahw1.tmp $ service sshd status >> /tmp/sahw1.tmp $ zfs list >> /tmp/sahw1.tmp $ sudo wg >> /tmp/sahw1.tmp $ mail -s '[SAHW1] <ID number>' sahw1@savpn.nctu.me < /tmp/sahw1.tmp

Check submission result Web page: https://savpn.nctu.me/hw1/ You can submit many times, only the last count. Due: 2019/09/27 23:59 After the deadline, the website will still be online for you to check whether your machine works correctly.

FAQ Adjust current time ntpdate(8) //non-continuous or ntpd(8) //continuous https://www.freebsd.org/doc/en/books/handbook/network-ntp.html Server time.stdtime.gov.tw tick.stdtime.gov.tw tock.stdtime.gov.tw watch.stdtime.gov.tw clock.stdtime.gov.tw

FAQ (Cont.) How to check VPN work correctly? Ping 10.113.0.254 from your machine. Ping some classmates’ machine. I did not receive the email about my VPN information. Contact TA as soon as possible.

Help! Email to ta@nasa.cs.nctu.edu.tw Office hour: 3GH at EC318