This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Policy route proxy traffic

Hi,

I have two Internet Connection, so I tried to policy route,the proxy traffic, but it's not working. What I have to put in the policy route?


This thread was automatically locked due to age.
Parents
  • [ QUOTE ]
    Hi,

    I have two Internet Connection, so I tried to policy route,the proxy traffic, but it's not working. What I have to put in the policy route? 

    [/ QUOTE ]

    It seems that this is a bit tricky. After finding out that it just doesn't work I found a clue in the release notes for the beta telling that you have to use snat.

    This works for me now (where external1 is my default connection and external2 the other for http):

    Policy Routing:

    Source Interface: Any
    Source: external1(adresse)
    service: http
    Dest: any
    target: external2-Router

    Nat:

    external1 (Address) -> Any / HTTP external2 (Address)           None
Reply
  • [ QUOTE ]
    Hi,

    I have two Internet Connection, so I tried to policy route,the proxy traffic, but it's not working. What I have to put in the policy route? 

    [/ QUOTE ]

    It seems that this is a bit tricky. After finding out that it just doesn't work I found a clue in the release notes for the beta telling that you have to use snat.

    This works for me now (where external1 is my default connection and external2 the other for http):

    Policy Routing:

    Source Interface: Any
    Source: external1(adresse)
    service: http
    Dest: any
    target: external2-Router

    Nat:

    external1 (Address) -> Any / HTTP external2 (Address)           None
Children