|
Question : Static Route help with my pix
|
|
I'm trying to create a new static route on my pix to a VLAN. My current config is:
outside 0.0.0.0 0.0.0.0 66.60.131.5 1 OTHER static inside 10.4.0.0 255.254.0.0 10.4.1.8 1 CONNECT static outside 66.60.137.176 255.255.255.240 66.60.137.178 1 CONNECT static
I need to add a route for 10.10.5.0 255.255.0.0 10.4.1.80
But I also noticed that the line inside 10.4.0.0 255.254.0.0 10.4.1.8 1 CONNECT static should probably have mask changed to 255.255.0.0
So my questions are:
1. How do I change the subnet mask on my existing route? I'm missing something, and don't have any resources avail to me. 2. Is adding the second route as simple as : route inside 10.10.5.0 255.255.0.0 10.4.1.80 ?
Thx!
|
Answer : Static Route help with my pix
|
|
That will work as long as 10.4.1.8 is on the PIX, and you're allowing the right port traffic through.
Don't forget that you'll need a route in the PIX to get out to other networks, and a GW for those routes to go through. And you'll need a gateway for 10.10.5.0 traffic (which I think you already have, yes?).
|
|
|