CSC373/406: Labs: Riely373 Server [13/42] |
For labs, we will use a server running linux.
The server name is riely373.cdm.depaul.edu. The ip address is 140.192.39.11
If you prefer to refer to the server by a shorter name, such as riely373, then add the following line to /etc/hosts (linux, OSX) or C:\WINDOWS\System32\drivers\etc\hosts (windows):
140.192.39.11 riely373
The hosts file will then look something like this:
127.0.0.1 localhost 140.192.39.11 riely373
Don't delete any entries unless you know what you are doing!
In the rest of the notes, I will use the server name riely373 rather than the ip address. You should substitute the ip address when attempting to connect with the server.
The server is behind a firewall which blocks all access except using ssh.
I have given all enrolled students an account on the machine.
Your account name is the first three letters of you last name, all lowercase. It may also include your first initial. It's one of these: ald alh all ber bon bre bur cat cou ega esp fan fed hay hoo kra kur kva lea luk maj mei nil pau pol porf porp sch spe tho wag wil wir xia
Your password is your depaul id number, including leading zeros.
If your name is not listed, email me and I will make an account for you.
These accounts are temporary and will be deleted when the class is finished. I reserve the right to read any files that you post to the account.
In the rest of the notes, I will use the username stu. You should substitute your own username when attempting to connect with the server.
You can access the machine by going to a command line and typing:
ssh stu@riely373.cdm.depaul.edu
Using PuTTY, connect to server riely373.cdm.depaul.edu with username stu. For FileZilla, use port 22.