The Default gateway MUST be on the same subnet as the host.
The computer only knows how to talk to "local" computers. The purpose of the default gateway is a local computer that knows how to get to other networks.
The local computer compares the address for a packet and determines if it is local - if it is it sends directly to the at host, if it is not local it checks it's routing table if nothing is found it forwards that packet to the default gateway
hope that helps!
Main Topics
Browse All Topics





by: MikeHolcombPosted on 2009-10-31 at 13:32:12ID: 25711430
It looks like someone got a little over zealous with your subnetting. While technically these subnet masks could work, they do make troubleshooting network connectivity much more complicated - as you're experiencing. I would strongly suggest re-addressing the network to conform with the standard subnet masks defined for internal networks according to RFC 1918 (http://en.wikipedia.org/w iki/Privat e_network) .
I would simplify Subnet 1 and use 192.168.1.0 with a standard subnet mask of 255.255.255.0 which allows for 254 hosts on that one subnet. You could use 192.168.1.1 as your default gateway.
Considering Subnet 2 is not even using a private IP address, I would change it completely to another subnet such as 192.168.2.0 with a subnet mask of 255.255.255.0.
I come across a lot of customers with "strange" subnet mask address schemes and in the end, they are very happy when they invest the time to re-addressing their systems.
Hope this helps...
Mike