Partitioning a network address. Urgent help please


 
Thread Tools Search this Thread
Special Forums IP Networking Partitioning a network address. Urgent help please
# 1  
Old 09-28-2011
Error Partitioning a network address. Urgent help please

Hi,

I am trying to figure out a way to partition the departmental IP network address block to create a staff and a student subnet. Each of these will be identified by its own network address and netmask. It is university policy that you must be economical with the IP addresses. That is, the subnets must be as small as possible, but they must be large enough to accommodate the maximum number of hosts you were given.

Also, it is university policy that the respective gateway router to the outside
world should always be given the highest possible host IP address in the subnet.

The student subnet should have a higher IP network address than the staff subnet.

The network must be able to support up to 60 machines on the staff subnet (not counting the router) and up to 120 machines on the student subnet (also not counting the router).

IP address/netmask
University network address 127.158.128.0
University network mask 255.255.192.0
University internet gateway IP address 127.158.191.254
Department network mask 255.255.254.0
Department router address 127.158.129.254


Suppose that the network address of the departmental network is 127.158.128.0 (calculated by AND between Dep network mask and Dep router address)


I know that 60 machines would use 6 bits for the staff subnet.
the netmask of staff would be 255.255.255.192.

how can I figure out the the IP network address of the staff subnet.
I have worked out the range for the staff subnetwork.

127.158.128.0 - 127.158.128.63
127.158.128.1 = Gateway address
127.158.128.63 = Broadcast address

Now how can I calculate the IP network address of the staff subnet??

Please help its urgent
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Network address translation

How would one approach the problem of determining the NAT tables of a router without knowing the userid and password. The only password holder died. I know the internal ip address of the router is 192.168.2.1, and also ports 80 or 8080 and 3389 are open. (5 Replies)
Discussion started by: jgt
5 Replies

2. Shell Programming and Scripting

Can't access network interfaces anymore [Kinda urgent]

Hello, I've bought an semi-dedicated (cloud computing) server, but yesterday I had to change my IP, so I tried this with PuTTY: Went to /etc/network/interfaces And changed iface eth0 inet static To iface eth0 inet dhcp Hoping to get an dynamic IP Then I restarted my... (5 Replies)
Discussion started by: lukinhasb
5 Replies

3. UNIX for Dummies Questions & Answers

fake network address....

Good morning! Why would having a fake network device be useful? Thanks in advance Bigben (0 Replies)
Discussion started by: bigben1220
0 Replies

4. Shell Programming and Scripting

network and broadcast address

Hi Suppose You have two computers. One named kenny which has an IP address of 192.168.0.7. kenny lives on a subnet with a subnet mask of 255.255.255.240. The second computer is called zathras, which has an IP address of 192.168.0.17, zathras lives on a network with the same subnet mask. i)... (4 Replies)
Discussion started by: scofiled83
4 Replies

5. IP Networking

Obtaining IP address from both my network interface

HI folks, I am developing a software which one of the module is to interchange the ip address of another active network interface's when making a socket connection. I would like to know whether there is any function call that would enable me to retrieve the ip address that is obtained by a... (2 Replies)
Discussion started by: citiz3n
2 Replies

6. AIX

NETWORK IP ADDRESS on HACMP

Hi, I try to understand how to configure my ethernet network in a hacmp cluster. I have 2 nodes, 3 lan port on each node, and 1 service ip to cluster. I don't have any serial o iscsi heartbeat. Do you suggest me a possibile ip address configuration? I've many error whene I verify it from hacmp... (3 Replies)
Discussion started by: hacmp
3 Replies

7. Solaris

unable to setup network,urgent help needed!!

Hi all, I just bought a new system, but am unable to configure network on it.. am using a nge0 ethernet interface to login. i've tried all i knew but not of the webpages seem to open. Here is what i've done.. ifconfig nge0 plumb ifconfig -a (nge0) was being displayed as up and running. ... (23 Replies)
Discussion started by: wrapster
23 Replies

8. Solaris

network on solaris 10, through usb port...(urgent)

hi all, I have been trying to setup network on solaris10 from a long time but am unable to do so.. I tried it with the ethernet card i have(dfe -520tx) but since i was not able to find drivers for that particular device, i thought of using the usb mode to run network.. However am not able... (0 Replies)
Discussion started by: wrapster
0 Replies

9. UNIX for Dummies Questions & Answers

network address and broadcast address?

say I have a IP address which is 10.0.0.12, and subnet mask is 255.255.255.240, what is the network address and what is the broadcast address which host lives on? And could you explain how to get the answer? thanx in advance! (7 Replies)
Discussion started by: pnxi
7 Replies

10. UNIX for Dummies Questions & Answers

chang IP address ( Urgent )

How to chang IP address on the server from unix ? for Example I want to chang it from 10.2.0.2 TO 133.2.2.2 Can u please give me more explanation for how to do (5 Replies)
Discussion started by: fmmq
5 Replies
Login or Register to Ask a Question