12-23-2004 07:56 AM - edited 03-09-2019 09:50 AM
Hi, I have not been able to find an answer to this question.
I see routes on PIX deviced expressed 2 ways both seem to work.
1) route outside 0.0.0.0 0.0.0.0 149.149.43.129 1
2) route outside Toronto 255.255.255.0 123.15.203.193 1
What is the difference?
TIA
12-23-2004 08:15 AM
"Toronto" in this case is the name defind with:
name
If:
name 172.30.1.0 Toronto
then:
route outside Toronto 255.255.255.0 123.15.203.193 1
equals to:
route outside 172.30.1.0 255.255.255.0 123.15.203.193 1
Regards,
Alex.
12-23-2004 09:11 AM
Thanks for the reply, yes this is a spoke/hub site to sire VPN. So, are all packets then routed through the tunnel even those directed to the public internet?
I suspect
route outside 0.0.0.0 0.0.0.0 123.15.203.193 1
might be a better option?
TIA
12-23-2004 09:47 AM
I guess you are right.
Default gateway (0.0.0.0/0) should be enough to function.
Logicaly:
In case you'll have both of them in, PIX will still use first one to route traffic to Toronto. It'll lookup Toronto next hope and will find out that next hop is not a directly conected address, then it'll look for the other route to get to that next hop and hence will use default route.
Alex.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide