[Monash Home] [Monash Info] [News and Events] [Campuses and Faculties]
[Monash University]
School of Computer Science and Software Engineering
about courses People research student community internal

Setting Up Network Connections

For a quick start click here

Introduction

IP Address

You must have an IP address (Internet Protocol address) to set up a network connection . This is a unique number that is the end point address for your computer on the network. These are usually provided as 4 numbers separated by dots, each number is one byte of a 32 bit word (e.g. 130.194.64.2),

This IP address must be allocated to you by a central authority to avoid clashes, so please do not attempt to pick an IP address yourself. If you do this, you risk annoying a large number of people who rely on the computer whose IP address you have stolen.

Net Masks and Subnets

IP addresses may be grouped into smaller networks or subnets by the use of a mask. This determines how much of the address is used to identify the host with the rest of the address identifying the subnet. For example 255.255.255.0 is a mask that specifies that the 1st 24 bits are for the subnet, and the last 8 bits represent the host, there being a maximum of 256 hosts in that subnet, whereas 255.255.252.0 provides for 10 bits to specify the host in a 1024 host subnet. The mask and subnet can be specified together, for example 130.194.224.0/22 specifies a 1024 host subnet starting at 130.194.224.0, its mask would be 255.255.252.0.

Hostname & Domainname

To make the IP address easier to remember and use, it is allocated a hostname and a domainname. The hostname is a name you can choose (within reason) for your computer, and the domainname represents the authority that has allocated your IP address.

The domainname is hierarchical. It is a series of strings separated by dots (e.g. csse.monash.edu.au) with the top of the hierarchy represented by the rightmost string. There is often no unique direct mapping of the strings to the dot components of an IP address.

Domainname Server

The mapping of a hostname and domain name to an IP address is done by Domain Name Servers (DNS). At least one has to be known to your computer so it can lookup hosts and find their IP addresses.

Default Router

The Internet is not just one large wire, but a collection of subnets. Messages are passed between these subnets using special computers called routers that have a connection to more than one subnet. Each host on the network must know a default router to which it can sent its messages that are destined for locations off the local subnet. The routers maintain tables of routes to locations so they know where to send your messages.

MAC or Hardware Addresses

Each computers network interface card also has an inbuilt MAC (Media Access Control) address. This is often termed its hardware address as it is supposed to be hard wired to the equipment itself. It is used by the router to identify the computer to which an IP address has been allocated. It is also used by the network servers that can provide all the network configuration parameters for a computer automatically.


Registering your Computer to obtain an IP Address

All computers on the network must be registered through technical services. If your computer has been provided for you, this will have already been done.

If you have brought in your own computer, you must get permission to attach it to the network and provide

Requested Hostname
this can be a string of alphanumeric characters, usually between 4 and 10 characters. Normally, your choice will prevail dependent on suitability and clashes.
 
MAC address
this is obtained using the "ipconfig" command under Windows, or the "ifconfig" command under Linux.
 
A Description of your Computer
this should be the type, make and model, and can include the capacity of its CPU, memory and hard disk and any other accessories.

Send this information to technical services and you will receive email notification of when your computer is registered. If you do not have access to a computer on the network, please arrange this with whomever introduced you to CSSE, or your course coordinator, or your supervisor. We cannot provide this service for any one not officially registered with CSSE.


Configuring your Computers Network Connection

To configure your computers network connection you will need "administrator" or "root" access. You can obtain all the network parameters and insert them manually (not recommended), or you can set up your computer to obtain them automatically (recommended).

Configuring to automatically obtain an IP address

The mechanism for automatically obtaining the network parameters is called DHCP (Dynamic Host Configuration Protocol). Although this mechanism is termed dynamic, in practice at Monash the IP address allocated does not change unless you shift to another subnet, or a rare network reorganization occurs.

The following instructions assume you have already created a network connection.

Under Windows
Open the properties of "control panel" -> "Network Connections" -> "Local Area Connection". Open the properties of "Internet Protocol (TCP/IP)", then select "Obtain an IP address automatically".
 
Under RedHat Linux
Run "redhat-config-network-gui", select the "eth0" device, then click on the "Edit" tool. Select "Automatically obtain IP address settings with dhcp". Click on "OK", then activate the device if its not already activated. Save the changes when asked. Type "/etc/inet.d/network restart" to have your changes take effect.
 
Under Debian Linux
Edit the file "/etc/network/interfaces". The entries for "eth0" should be "auto eth0" and
"iface eth0 inet dhcp".Type "/etc/inet.d/network restart" to have your changes take effect.

Configuring manually

The following information is provided for those who wish to configure their network connection manually (not recommended)

The first step it to identify which CSSE subnet you are operating on. Your allocated IP address can be used to work this out from the table below.

CSSE subnet Subnet
specification
Usable IP addresses
Staff (Caulfield) 224/23 130.194.224.1 - 130.194.224.239
130.194.225.1 - 130.194.225.239
Staff (Clayton) 226/23 130.194.226.1 - 130.194.226.239
130.194.227.1 - 130.194.227.239
Postgraduate and Research (Caulfield) 66/24 130.194.66.1 - 130.194.66.239
Postgraduate and Research (Clayton) 67/24 130.194.67.1 - 130.194.67.239
Honours/Masters (Clayton) 172.19.74.0/24 172.19.74.1 - 172.19.74.239
Honours/Masters (Caulfield) 172.19.75.0/24 172.19.75.1 - 172.19.75.239
Undergraduate labs
(shared with Faculty)
68/22 130.194.68.1 - 130.194.68.239
130.194.69.1 - 130.194.69.239
130.194.70.1 - 130.194.70.239
130.194.71.1 - 130.194.71.239
Wireless network (Caulfield) 251/24 130.194.251.1 - 130.194.251.239
Grangenet (Caulfield) 229.0/27 130.194.229.1 - 130.194.229.29
Grangenet (Clayton) 229.32/27 130.194.229.33 - 130.194.229.62
CSSE Servers (Clayton) 64.0/26 130.194.64.1 - 130.194.64.55
CSSE Servers (Caulfield) 64.64/26 130.194.64.65 - 130.194.64.119
Academic Servers (Caulfield) 64.128/28 130.194.64.129 - 130.194.64.142
Academic Servers (Clayton) 64.144/28 130.194.64.145 - 130.194.64.157
PlanetLab 64.160/29 130.194.64.161 - 130.194.64.165
Cluster 64.192/26 130.194.64.193 - 130.194.64.247
Backup (internal) 172.16.64/24 172.16.64.1 - 172.16.64.254
Cluster (internal) 172.16.65/24 172.16.65.1 - 172.16.65.254
Private (internal)‡ 172.16.252.0/22 172.16.252.1 - 172.16.255.254

Please note: The Private (internal) network is a set of IP address that have been allocated for use by anyone in CSSE. However, no ITS routers have been set up to route these addresses so they should only be used on private networks not connected to any wall ports.

Now, choose the network parameters relevant to the subnet you will be on. You may not need to specify all of them.

CSSE subnet Netmask Gateway Broadcast Network
Staff (Caulfield) 255.255.254.0 130.194.225.254 130.194.225.255 130.194.224.0
Staff (Clayton) 255.255.254.0 130.194.227.254 130.194.227.255 130.194.226.0
Postgraduate and Research (Caulfield) 255.255.255.0 130.194.66.254 130.194.66.255 130.194.66.0
Postgraduate and Research (Clayton) 255.255.255.0 130.194.67.254 130.194.67.255 130.194.67.0
Honours/Masters (Clayton) 255.255.255.0 172.19.74.254 172.19.74.255 172.19.74.0
Honours/Masters (Caulfield) 255.255.255.0 172.19.75.254 172.19.75.255 172.19.75.0
Undergraduate labs 255.255.252.0 130.194.71.254 130.194.71.255 130.194.68.0
Wireless network 255.255.255.0 130.194.251.254 130.194.251.255 130.194.251.0
Grangenet (Caulfield) 255.255.255.224 130.194.229.30 130.194.229.31 130.194.229.0
Grangenet (Clayton) 255.255.255.224 130.194.229.62 130.194.229.63 130.194.229.32
CSSE servers (Clayton) 255.255.255.192 130.194.64.62 130.194.64.63 130.194.64.0
CSSE Servers (Caulfield) 255.255.255.192 130.194.64.126 130.194.64.127 130.194.64.64
Academic Servers (Caulfield) 255.255.255.240 130.194.64.142 130.194.64.143 130.194.64.128
Academic Servers (Clayton) 255.255.255.240 130.194.64.158 130.194.64.159 130.194.64.144
PlanetLab 255.255.255.248 130.194.64.166 130.194.64.167 130.194.64.160
Cluster 255.255.255.192 130.194.64.254 130.194.64.255 130.194.64.192
Backup (internal) 255.255.255.0 n/a 172.16.64.255 172.16.64.0
Cluster (internal) 255.255.255.0 172.16.65.254 172.16.65.255 172.16.65.0
Private (internal) 255.255.252.0 n/a 172.16.65.255 172.16.65.0

 

DNS Servers

Please use the settings appropriate to the campus you are on. You may use DNS servers for the other campus, however it may be slower and you will be subject to the slight risk of failure of the network link between campuses.

You may swap the ordering of the first two entries if you like so that not everyone has the same first preference DNS server.

Caulfield:

130.194.64.65 (dns-caul-1.csse.monash.edu.au)
130.194.64.66 (dns-caul-2.csse.monash.edu.au)
130.194.7.99 (ns2.monash.edu.au, managed by ITS)

Clayton:

130.194.64.1 (dns-clay-1.csse.monash.edu.au)
130.194.64.2 (dns-clay-2.csse.monash.edu.au)
130.194.1.99 (ns1.monash.edu.au, managed by ITS)

Do not use these DNS addresses if you are connecting to a network outside of the CSSE domain. Contact that network provider for the appropriate DNS addresses for their network.

WINS Server

WINS is the Microsoft Windows equivalent of DNS. Various Microsoft network services (eg shared folders) rely on Microsoft networking in addition to TCP/IP networking. Access to a WINS server is required to be able to resolve NetBIOS resource names, and connect to Microsoft networking services, not local to your subnet.

The CSSE WINS server is on our server subnet and must be referenced to access the CSSE Microsoft networking services (SAMBA)

WINS Server
130.194.64.3

 



HelpContactsSite MapStaff DirectorySearch
CSSE home
Copyright © 1994-2004 Monash University
Caution - Privacy