- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-13-2014 04:02 AM
:Hi, all,
Suppose I have a following simple network architecture :
- WAN1 : 1.1.1.1/24 (GW: 1.1.1.254)
- WAN2 : 2.2.2.2/24 (GW: 2.2.2.254)
- Default Route : 1.1.1.254
In WAN1, all the interface mgmt services are workable, I can connect it from a internet address, I also can ping any internet address by orginating source address from 1.1.1.1.
But all above situations are unworkable in WAN2, even I configure a PBF rule as :
- source zone : WAN2
- source address : 2.2.2.2
- destination address and service : any
- action : forwarding to 2.2.2.254
Why? and how can I resolve it? is there any workaround?
Thanks a lot,
Sample
01-13-2014 05:22 AM
if you cerate another VR for WAN2 it will work (management services)give default gw 2.2.2.2254 for that VR
I tried that before just fixed it with another VR.
01-13-2014 02:17 PM
You can follow this DOC for configuration:
PAN-OS 3.1 ISP Redundancy Using Policy Based Forwarding
01-13-2014 07:04 PM
panos, thanks a lot, it's helpful idea.
01-13-2014 07:34 PM
craymond, thanks a lot, ^_^
but my question isn't it, but it's a helpful document
01-14-2014 04:51 AM
The reason this is happening is a routing issue. When coming in from the internet the reply packets will use the default route out of the firewall. In your case this is set to the primary interface. Even if you were to get two default routes active you would not necessarily be able to control which wan interface got the reply packets.
The separation into virtual routers overcomes this problem by giving each wan interface their own routing table and default route. So the reply will return out to the internet on the ingress interface.
For this solution you do need to make sure routing is setup between your two vr as you want to use the services. For this you may want to use policy based routing.
03-10-2014 10:05 AM
I have the same problem. I think that this is a big problem and need to be resolved. Because, create two VR was make my administration and the troubleshooting more complex.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!