T-110.5101 Laboratory Works on Datacommunications Software (5 cr)

News

Posted
Title
23 Dec 11 Grades are now corrected
Grades are now corrected in oodi.
22 Dec 11 Errors in importing grades
Dear students, the scores and grade limits published in noppa are correct. Unfortunately, there was some errors when importing the grades to other systems(oodi/orek/osr). The mistakes will be hopefully corrected today. Sorry for the inconvenience and merry Christmas!
11 Dec 11 Mandatory course feedback
Dear students, to get a grade from this course, I remind to you to fill in the mandatory course feedback. In English: http://www.cs.hut.fi/cgi-bin/teekysely.pl?action=showform&id=T1105101-T1105101-s2011palaute&lang=ENG In Finnish: http://www.cs.hut.fi/cgi-bin/teekysely.pl?action=showform&id=T1105101-T1105101-s2011palaute&lang=FIN In Swedish: http://www.cs.hut.fi/cgi-bin/teekysely.pl?action=showform&id=T1105101-T1105101-s2011palaute&lang=SVE
09 Dec 11 Last chance to visit grading
Your last chance to visit grading will be on Friday 16.12.2011 at 13-14 in Playroom (A120).
09 Dec 11 Extra round results
Results of the extra round are now in Noppa.
02 Dec 11 Extra round demos
The demo times for the extra round are now available in the course reservation system.
28 Nov 11 Mandatory feedback
Dear students, in order to get a grade from this course, our new course policies requires you to fill in the feedback form. You'll find list of courses from here: http://www.cs.hut.fi/u/vjs/php/palaute.php?year=2011&term=s Click the "ENGSVE" link to switch to a different language than Finnish. Please do not forget to give feedback or otherwise we cannot give you a grade from the course.
26 Nov 11 Grade limits
Grade limits are published now in Noppa. Please check them out to decide if you want to take the extra round. P.S. For clarity, you can train for the demo of the last round in Paniikki by yourself but the receptions and demos will be held in the playroom (A121).
26 Nov 11 Router simulator
For the extra round, you'll find two PCs from classroom Paniikki equipped with the router simulator. You can use the machines whenever they are free but you can also book them using the reservation system of the course.
25 Nov 11 Results of round 5
Results of round 5 (web) are published in Noppa. Grade limits will be published during this weekend.
25 Nov 11 Extra round reception times
Reception times for the extra round are available in the reservation system. Please note that points from the extra round are mandatory for a full grade (5) from the course.
18 Nov 11 Web assignment demos
Please note that the slots for the web demos are 40 minutes to ensure that you will make it in time.
18 Nov 11 Round 5 (web) demo times
Round 5 (web assignment) demo times are now published in the reservation system.
11 Nov 11 Reception times for round 5
Reception times for round 5 are available. P.S. There will be some small changes with scores of this assignment today.
11 Nov 11 Round 4 results
Round 4 results are published now in Noppa.
11 Nov 11 On the extra round, grading and demo sessions
To remind you, lab assignments 1-5 are mandatory. Assignment 6 is optional but required for full grade. Grade limits will be published after the fifth round. P.S. There will be less demo sessions for Fridays for the remaining rounds.
04 Nov 11 Round 4 demos available
Please reserve your demo time in Taru.
28 Oct 11 Round 3 receptions available
Round 3 reception times are now available in Taru Appointment Scheduler. Having a reception appointment IS NOT compulsory, in other words reception times are completely voluntary. If you need some help with the exercises of this particular round, please reserve a personal appointment with an assistant. Simple questions and notifications may be sent by email, but we reserve a right to instruct you to a reception appointment.
19 Oct 11 About the router simulator on the extra round (6)
The sixth round is optional but required for grade number five. Also, students who want a better score in general should do it. The round requires the use of a commercial simulator on Windows. We have allocated two physical PCs installed with the licensed simulator software. The PCs are located in the paniikki computer room at T-building (you should have received an email describing your password). You can use the machines whenever they are unoccupied. However, to ensure that a machine is available solely for you, please use the course reservation system to book one hour slots for you. We expect that the PCs will be occupied especially during the reception week just before the demos. Thus, students who start early with the assignment get more time with the simulator. So ist better to start early with the assignment. The simulator itself and the assignment should be quite straightforward for the brave and impatient. Nevertheless, the library has two books related to the simulator (see the assignment). The books can be read at the library or borrowed over the night.
14 Oct 11 Round 3 Demos Available
You may reserve an appointment for the round 3 demo now.
13 Oct 11 Hints for assignment "Lab 3: Email server"
Dear students, If you run into difficulties with the 3rd lab assignment, you might find useful to configure DNS servers and create lab1 and lab2 zones and forwarders from one zone to the other. And remember to add mail exchanger record for zones.
12 Oct 11 A chance to revisit assignment scores
Dear students, you can revisit scoring of the past assignments on the last day of the corresponding demo week (Friday). If you can't make it, you can come also on the following Friday. The time is 13:00-14:00 and the place is playroom (A120) at the T-building.
10 Oct 11 Noppa is down tonight
Noppa is down tonight as well, just in case you didn't notice.
10 Oct 11 Downtime for the reservation system
The reservation system will be down for upgrades during the night. If you need to make urgent reservations, please do so before nine o'clock in the evening. The system will be up tomorrow noon. Sorry for the inconvenience.
08 Oct 11 Round 3 reception times available
Round 3 reception times are now available in Taru Appointment Scheduler. Having a reception appointment IS NOT compulsory, in other words reception times are completely voluntary. If you need some help with the exercises of the round, please reserve a personal appointment with an assistant. Simple questions and notifications may be sent by email, but we reserve a right to instruct you to a reception appointment. Please note also that now the deadline of reserving appointments has been changed to 20:00 EET on the day before.
07 Oct 11 Round 2 results
Round 2 results are published in Noppa.
04 Oct 11 Accessing virtual machines from Niksula
Dear students To access your virtual machines from Niksula network, you have to add the following to one of the Niksula's hosts ".ssh/config" file (do not copy-paste empty lines from the example). ----clip-clap---- Host lab1 ProxyCommand ssh username@kosh.aalto.fi nc %h %p Hostname farm1.niksula.hut.fi User labrat Port 99991 ----clip-clap---- In this example alias for virtual machine is "lab1" and host that we use as a proxy outside the Niksula's network is "kosh.aalto.fi" (you can use whatever host you like that is outside Niksula, but remember to change username to the one you're using on the host). "Port" is you of course your virtual machine port. To access your virtual machine you only need to type "ssh lab1". First it asks your password to kosh.aalto.fi and then to your virtual machine. To make things even easier, you can add your public key from _Niksula_ (not from kosh) to virtual machines' ".ssh/authorized_keys" file and that way you only have to type in your password to host that you have defined in "ProxyCommand" line. Actually you can access the virtual machines without typing password even at once, but that's an exercise for you to solve.
03 Oct 11 IP address spaces for eth1 / eth2
Dear students, When you are assigning IP addresses for eth1 or eth2 interfaces, do not use IP addresses from eth0's address space (172.16.0.0/12), because that way you will break virtual machines routing table. Instead use addresses from address spaces 10.0.0.0/8 or 192.168.0.0/16.
30 Sep 11 demo sessions for next week
Hi, demo sessions for the next week will be available today, roughly around noon.
23 Sep 11 Round 2 reception times available
Round 2 reception times are now available in Taru Appointment Scheduler. Having a reception appointment IS NOT compulsory, in other words reception times are completely voluntary. If you need some help with the exercises of the round 2, please reserve a personal appointment with an assistant. Simple questions and notifications may be sent by email, but we reserve a right to instruct you to a reception appointment.
23 Sep 11 Access from the niksula network
Hi, the virtual machines are unreachable from the cs.hut.fi network. Please access the virtual machines from other networks until the admins have fixed the problem. Sorry for the inconvenience.
23 Sep 11 Virtual machines are back online
Dear students, Virtual machines are now back online and working, so you can still do last minute system configurations.
22 Sep 11 Virtual machines are down, problem solving is in progress
Dear students, Virtual machines are down, and we are figuring out the problem. Stay tuned for more information.
20 Sep 11 Please remember to pick a demo time!
Deadline for picking an appointment for the demo of the first round is one day before the deadline at 22:00 EET. The last demo sessions will be on Friday, so the ultimate deadline for attending the course's first compulsory assignment is on Thursday 22nd at 22:00 EET. At that moment you should have already reserved the time. Please pick an appointment early enough through our appointment scheduler! There have been some outages today in the appointment scheduler. Now they should be over, apologies for any inconvenience.
16 Sep 11 Demo time reservations open
The appointment reservation system is now open on the address below. Please check the preferences page after you have logged in. If you haven't registered to the course via Oodi, please contact the course staff.
16 Sep 11 reservations and virtual machines
The reservation system for the receptions and demo sessions will be up and running on Friday. We may have a small service break to apply a small fix to the virtual machine environment (and we'll notify this separately in the news).
13 Sep 11 a clarification to the sudo tip
Hi again, it appears that the special symbols get garbled in the email conversion of these news. Anyway, the echo line should have the "greater than" sign as follows: echo "labrat ALL=(ALL) NOPASSWD: ALL" GREATER_THAN_SYMBOL /etc/sudoers.d/localhost
13 Sep 11 A tip on how to disable password prompt for sudo
Hi, to save some time by avoiding password prompt with sudo, you can type as follows: labrat@labrat:~$ sudo -s root@labrat:~# echo "labrat ALL=(ALL) NOPASSWD: ALL" >/etc/sudoers.d/localhost root@labrat:~# chmod 0440 /etc/sudoers.d/localhost After this, you'll get root access with "sudo -s" without any password prompt.
13 Sep 11 contact information
Dear students, you can contact us by email follows: t-110.5101 [at] list.aalto.fi t-110.5201 [at] list.aalto.fi
13 Sep 11 Tips to help login to virtual machines
Dear students, Here are some tips to easen up the login process to the virtual systems: You might wanna look "man ssh_config" and this document: https://help.ubuntu.com/community/SSH/OpenSSH/Keys Because some files' user rights aren't correct, you have to run this command in virtual machines before generating the keys: "sudo chown -R labrat:labrat .bash_history .ssh"
13 Sep 11 Problem fixed, virtual servers are accessible now
Dear students, Problem causing Virtual servers not to be accessible, has been located and fixed. If you still encounter timeout problems when ssh'ing, flush your DNS cache, and try again. At least Aalto nameservers have the right IP address for the server.
13 Sep 11 Problems accessing virtual machines...
Dear students, There's some problems to access the virtual machines, and we're dealing with the problem right now. We let you know when machines are accessible again. Stay tuned!
12 Sep 11 Virtual Machines created
Dear students, Virtual machines have been created now, and you should have got some info and instructions by email to the address that you have registered in Oodi. If you did not get email about Virtual machines, please contact course personel. Have fun working with the exercises!
09 Sep 11 First round receptions
Hi, we're still setting up the reservation system so will have exceptionally fixed reception hours during the first round: * Wed 14.9 14-17 * Thu 15.9 11-13 * Fri 16.9 13-14 You can come there if you have some questions on the first round assignments. The reception place is playroom (A120, T-building).
08 Sep 11 Special courses in autumn 2011
Please note the special courses and seminars that are available in autumn 2011 by the CSE department. Some of the courses has not yet started, so you can still join! The page that contains the list of the courses and their short descriptions is linked below. (Sorry for the spam if you get this message through several courses.)
07 Sep 11 On course start-up schedule
Dear students, we have the following (more detailed) schedule for course start up: * receptions times for the next week will be published on this week Friday (9.9) * virtual machines will be created on Monday (12.9) for all registered in Oodi
06 Sep 11 slides and course registration
Dear students, the introduction slides can be found the "Lectures" tab in noppa. If you missed the lecture, please read through them carefully. There will be no other lectures on this course. Please register to the course in oodi during this week even if you are a bit unsure whether to take the course. Thanks and welcome to the course!
03 Aug 11 Starting lecture for Fall 2011
Dear students, the lab courses (T-110.5101 and T-110.5201) will start again in September. On the behalf of the course personel, I warmly welcome you! The starting lecture of both of the courses will be held in lecture hall T1 on Tuesday 6.9.2011 at 8:00-10:00. The first half of the lecture will be about course arrangements and the second half is a brief introduction to Linux. Participation especially to the first part of the lecture is highly recommended. It should be noted the amount of credits is higher than on previous years. Due to this, there will one extra assignment on the courses and, hence, more work. Please register in oodi as early possible even though you're not 100 % sure if you will participate. This way, course personnel can allocate your virtual machines rapidly and you have more time to do your exercises. Miika Komu
Updated 23 Dec 11 at 14:42