PDA

View Full Version : Need Routing Help


kishvet
11-29-2002, 11:36 AM
I need some routing advice. I thought that I had it working OK, but am having a problem.

Cisco Router - 12.151.3.1
|
|
|
StarOS1 - 12.151.3.2 (default route 0.0.0.0/0.0.0.0 gw 12.151.3.1)
Routes for 4.0/24, 10.0/24, 12.0/24, 15.0/24 point to 2.6
ether3 - 192.168.2.1
|
|
|
StarOS2 - 192.168.2.6 (default route 0.0.0.0/0.0.0.0 gw 192.168.2.1)
Route for 10.0/24, 12.0/24, 15.0/24 points to 4.2
wlan1 - 192.168.4.1
|
|
|
StarOS3 - 192.168.4.2 (default route 0.0.0.0/0.0.0.0 gw 192.168.4.1)
Route for 15.0/24 points to 12.2
ether1 - 192.168.10.1
wlan2 - 192.168.12.1
|
|
|
StarOS4-192.168.12.2 (default route 0.0.0.0/0.0.0.0 gw 192.168.12.1)
ether1 - 192.168.15.1


I can ping from Star 1 to Star 4 fine. I can ping from Star2 to the internet just fine. I cannot ping from Star3 or Star 4 to the internet. I can, however ping to Star1's 12.151.3.2 Interface just fine. Are the default routes set up properly? I could use some advice. Thanks in advance.

Grant

lonnie
11-29-2002, 12:29 PM
These routes look fine and you have verified them by pinging from 1 to 4. More than likely what you have to do is expand your masquerade statement to include the expanded IP range. The private IP will not make it out to the Internet, so it has to be masqueraded on Star1 to 12.151.3.2.

kishvet
11-29-2002, 01:52 PM
These routes look fine and you have verified them by pinging from 1 to 4. More than likely what you have to do is expand your masquerade statement to include the expanded IP range. The private IP will not make it out to the Internet, so it has to be masqueraded on Star1 to 12.151.3.2.

Lonnie,

Masquerade was fine BUT, I did not have the public ip's that I 1:1 nat'd bound to the public interface of Star1. Works like a charm. Now, if I can just find out what is causing the erratic ping times on Star4. I am replacing the unit piece by piece to see if that helps. Thanks alot.

Grant