01-28-2005 07:48 AM - edited 02-20-2020 11:54 PM
I have been allocated two non-contiguoius subnets by the ISP, am I right that there is no way to support two subnets on an outside ( e0 ) interface ?
01-28-2005 11:02 AM
Hello Mikee
It works , you just have to be sure that both
subnets are properly routed to the outside interface by your ISP.
Any static or global/nat configuration statement can use an IP from any of the two subnet ranges.
Be carefull not to use the SUBNET or BROADCAST addresses to make static or global statements.
01-31-2005 02:17 AM
We have tried this with no joy so far, I suspect the outside mask will need to change to allow for both subnets IE class A 0r B in this case even though the ISP subnets are both /29, this may fool the pix and router to see each other.
01-31-2005 05:30 AM
Have you checked with your ISP , they should be routing both subnets to your outside interface.
What version of PIX OS you have ?
01-31-2005 06:34 AM
Hello !
I will clarify my previous post , to make it work you have two options depending on how your ISP configured his router.
If they just added a second subnet by configuring a secondary IP to the interface facing your PIX then you have to enable proxy-arp on the outside interface of your PIX ,
no sysopt noproxyarp outside
For the other option you dont need to have proxy-arp enabled but your ISP should "route" the second subnet to your outside PIX address, using this command
route second_subnet subnet_mask outside_PIX_address
Hope this helps ... let me know !
03-26-2009 04:04 AM
Hi,
that first option you described is what my ISP have configured.
Do you know if the PIX 6.3 will do proxy arp on its outside interface for a static entry of a IP address which is not in the subnet of the outside?
In my case, it's not working.
Appreciate any help.
03-27-2009 03:36 PM
Hi,
Yes it should, provided that it is enabled first.
You can enable proxyarp on an interface by configuring the noproxyarp command
no sysopt noproxyarp outside
Hope this helps.
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