QUOTE(hlauwers @ Dec 28 2004, 23:19)
Hi,
we use an IP-range 10.130.60.X with a 255.255.255.0 subnetmask
(so 254 addresses)
I would like to add another subnet by changing the subnetmask.
of course I could use 255.255.0.0 but this isn't good for broadcast I think.
Something ideal would be:
10.130.60.X
10.130.61.X
What subnetmask do I need ?
[right][snapback]585188578[/snapback][/right]
What you really need is a router (a real one not a broadband router) between the two networks and leave it subnetted the way it is.
I wouldn't recommend it, but you could use the subnet mask of 255.255.240.0
this would put 10.130.60.0 and 10.130.61.0 in the same subnet.
the networks would be subnetting like so:
10.130.0.0 - 10.130.8.0
10.130.9.0 - 10.130.16.0
10.130.17.0 - 10.130.24.0
10.130.25.0 - 10.130.32.0
10.130.33.0 - 10.130.40.0
10.130.41.0 - 10.130.48.0
10.130.49.0 - 10.130.56.0
10.130.57.0 - 10.130.64.0 <- your new subnet
10.130.65 - 10.130.72.0
10.130.73 - 10.130.80.0
etc...
you lose the first and last address for network and broadcast addresses.
This will give you a total of 2046 nodes on your logical network. Like I said, i dont recommend it.