You need to re-evalute you IP addressing. If you use 255.255.0.0, then every IP address from 192.168.0.0 through 192.168.255.255 will be on the same subnet. This means that 192.168.1.x will think it can talk directly to 192.168.11.x withOUT going through a router.
You seem to have 3 what I would guess are 3 unique subnets, 192.168.1.0/24, 192.168.11.0/24, and 192.168.25.0/24.
If you want to route between the three, then you will need a router on each subnet that is connected to each of the other subnets, or one router that is connected to all three subnets.
Main Topics
Browse All Topics





by: jocasio123Posted on 2006-10-30 at 17:26:17ID: 17838913
Try
Route add 192.168.0.0 MASK 255.255.0.0 192.168.25.1 1