Re: ip and subnet

2000-06-25 Thread Joe Pinkus
That is one of the issues. What SH did not tell us is how many routers are in his network. Is he planning on using one router, if so, how will this work. There is no way to configure these IP subnets he described on one router. Joe "Raymond Everson (Rainman)" wrote: > Let me have a whack at t

Re: ip and subnet

2000-06-25 Thread Raymond Everson (Rainman)
Let me have a whack at this (somewhat ambiguous) scenario 10.150.25.25/16 tries to ping 10.150.100.25/24 (assuming we're traversing a router, right?) 10.150.25.25/16 is trying to ping an address in his same network and the interface has no reason to believe that 10.150.100.25 is NOT in his ow

Re: ip and subnet

2000-06-21 Thread NoOneYouKnow
""pedro quezada"" <[EMAIL PROTECTED]> wrote in message 8ipcik$a26$[EMAIL PROTECTED]">news:8ipcik$a26$[EMAIL PROTECTED]... > he is using a 10.0.0.0 network why in world would you use ip subnet zero. Because he is attempting to use a zero subnet (10.150.0.0/24 by the end of my response) ? > you wo

Re: ip and subnet

2000-06-20 Thread pedro quezada
he is using a 10.0.0.0 network why in world would you use ip subnet zero. you would only use ip subnet zero if you need all the posible addresses posible . He can configure 16 millon host with that private class A adreess. in order for Wesson to determine his subneting scheme .he should think ab

Re: ip and subnet

2000-06-20 Thread NoOneYouKnow
This won't work because the subnet for the first floor includes the addresses you are then trying to assign seperately to floors two and three. You first floor subnetwork includes addresses from 10.150.0.0 - 10.150.255.255. So, any traffic from floor one to floors two or three will not be sent to

Re: ip and subnet

2000-06-20 Thread Joe Pinkus
No this will not work, tell us what will happen when a user on floor 1, let's say his ip address is 10.150.25.25/16 tries to ping a user on floor 2 whose ip address is 10.150.100.25/24. The ping will fail, but you need to know why in order to understand why this ip scheme will not work. By the

Re: ip and subnet

2000-06-20 Thread Russell Lusignan
The way you have it setup means that 2 and 3 floor won't be able to talk to eachother, but the 1st floor will be able to talk to both of the other floors, 2nd and 3rd floor will be able to talk to some hosts on the 1st floor, plus there is a chance of overlapping addresses if your not careful. If

ip and subnet

2000-06-20 Thread SH Wesson
If on one floor I use 10.150.0.0 255.255.0.0 and on the remaining 2 floors I use 10.150.100.0 255.255.255.0 and 10..150.102.0 255.255.255.0, will this work in terms of all three networks being able to communicate with each other. Will there be any problems, etc. Can someone help me reason thi