User Tools

Site Tools


ict:services

This is an old revision of the document!


IT Services

This page contains an introduction to what IT services Proto offers, and how to use them.

E-mail

For who? All members of S.A. Proto can send and receive e-mail, as soon as they become a member.

Incoming

If you're a member of S.A. Proto, you'll automatically get a Proto e-mail address in the form of username@proto.utwente.nl. This e-mail address automatically forwards all your e-mail to the e-mail address you have configured for your Proto account (check your dashboard for these settings). Proto's forwarders use the Sender Rewriting Scheme (SRS) to make sure e-mails are not flagged as spam by your mailbox.

S.A. Proto doesn't use e-mail boxes for e-mail delivery. So you won't need any IMAP or POP to get your e-mail.

Outgoing

If you wish to also be able to send e-mails from your Proto e-mail address, you can use the following settings in your favorite e-mail client:

  • SMTP Server: mail.proto.utwente.nl
  • Port: 587 using STARTTLS
  • Username: username

Network drives

S.A. Proto offers network drives to committees and other projects Proto is involved in. You can find instructions on how to mount network drives under Windows and Mac OS. These network drives can be accessed from the UTwente campus (or over the UTwente VPN) using the following settings:

  • Server: files.proto.utwente.nl
  • Username: username@saproto

For who? Network drives can only be access by the accounts of people that are supposed to have access. For most group drives (board, committee) it goes that if you're in the committee on the website, you can access the drive. For other drives access has to be granted manually. If you want to request a drive or if you have questions, please contact the Have You Tried Turning It Off And On Again committee. New drive requests have to be approved by the Association Board.

Address Book / Member List Sync

S.A. Proto runs a directory service (LDAP via Active Directory) to make available other services such as the printing and network drives. However, this directory service can also be used as an address book on various devices including your phone and e-mail client, so you can easily access your Proto contacts from your phone or when writing an e-mail.

A few suggestions to use the Proto address book include:

You can talk to our LDAP server using the following settings:

  • Host: ad.proto.utwente.nl (port 636)
  • SSL enabled
  • LDAP version: 3
  • Base DN: OU=Proto,DC=ad,DC=saproto,DC=nl
  • Bind / login with username@saproto and your password

You can then access the following attributes:

  • Display name: displayName
  • First name: givenName
  • Photo: jpegPhoto (only if set via the site)
  • Last name: sn (guessed from displayName and givenName)
  • E-mail address: mail
  • Phone number: telephoneNumber (only if shared with other members via the site)
  • Website: wWWHomePage (only if set via the site)
  • Home address: streetAddress, postalCode, l (= city) and co (= country) (only if shared with other members via the site)

You could use the following search filters:

  • For members: (objectClass=organizationalPerson)
  • For committees: (objectClass=group)

For who? This service is only available to members of S.A. Proto with a working account.

Printing

S.A. Proto currently has two printers available. One document printer and one card printer (used for printing membership cards).

For who? All members can print for a small fee. How you can print is explained below.

Printing documents

If you want to print something, by far the easiest way to print something is by visiting the Print Something page on the website. There you can upload a PDF and print. All members can do this. Your document will be printed, gray-scale on A4, to the printer in the Protopolis.

If you have been granted access (access can be requested via the Association Board) you can also print directly to the printer in the Protopolis. This enables you to bypass the printing fee and to print directly from your computer. If you have access, you can use the following steps:

Windows

  • In Windows Explorer, go to \\130.89.190.30\ and log-in with username@saproto and the password.
  • Double-click the printer.
  • Wait for driver installation.

macOS

  • Open System Preferences and navigate to Printers & Scanners.
  • Click the + button below the list of printers.
  • Right-click next to the search bar, and select Customize Toolbar…
  • Drag the Advanced icon to the toolbar.
  • Click the newly added Advanced icon.
  • Wait for the entry fields to appear. This might take a bit.
  • Choose Windows printer via spoolss for Type.
  • Enter smb://130.89.190.30/Seadevil in the URL field.
  • Enter Seadevil (or any other name you like for the printer) in the Name field.
  • Select Select Software… in the Use dropdown.
  • Select HP LaserJet Series PCL 4/5.
  • Click add.

When using the printer for the first time, you are asked for your credentials. Use your username and the associated password.

VPN

For who? All members have access to the VPN.

S.A. Proto hosts an OpenVPN server you can use if you wish to connect to any of Proto's services from outside the campus. The most relevant use case right now is for accessing the network shares from outside the campus. You do not need a UTwente account in order to access this VPN, however, this VPN firewalls access only to Proto services.

You can log-in using your Proto username and password.

You can follow this manual to get OpenVPN up and running. Instead of using your UTwente credentials, you'll use your Proto credentials, and instead of the configuration file provided by the University of Twente, you have to use this configuration file.

Shared Hosting

For who? All members, committees and groups can request a shared hosting space, after approval of the Association Board.

If you have a special project for which you want to host your own website and/or e-mail, you can request shared hosting space on the web server of the Have You Tried Turning It Off And On Again committee. If granted you can use the following settings to use your shared hosting space.

General information

  • The shared hosting environment uses DirectAdmin with Apache, MySQL and Exim for e-mail.
  • You'll receive a hosting username and accompanying password.
  • Each database you configure will have its own username and password.
  • Each e-mail inbox you configure has its own password.
  • SSH access to the server is not possible, except for the Have You Tried Turning It Off And On Again committee.
  • Secure your website with SSL. You can use the DirectAdmin built-in Let's Encrypt module to request free auto-renewing certificates. The Have You Tried Turning It Off And On Again committee will check this periodically.

FTP

  • Host: atalanta.saproto.nl
  • Port: 21 (currently no SSL, we're working on it!)
  • Username: your hosting-username or what you set in DirectAdmin

MySQL

  • Host: localhost
  • Port: 3306
  • Username: what you set in DirectAdmin
  • NOTE: Don't use this MySQL database externally, only via localhost. There is no encryption so everyone can see what you're transmitting.

E-mail

  • Host: atalanta.saproto.nl
  • Port: 587 (SMTP), 993 (IMAP) or 995 (POP) (all with SSL/TLS)
  • Username: hosting-username or full e-mail of the mailbox you created in DirectAdmin

SSH

Some Have You Tried Turning It Off And On Again committee members develop on the website using a virtual host on our web server. These people can request SSH access with the Have You Tried Turning It Off And On Again committee.

  • Host: atalanta.saproto.nl
  • Port: 22
  • Username: hosting-username
  • Authentication: password authentication is disabled, only public key authentication is possible
ict/services.1510222454.txt.gz · Last modified: 2018/04/14 17:36 (external edit)