Problem with Routing Traffic to another WAN link changing Mark value. #55
samueljaydan
started this conversation in
Show and tell
Replies: 1 comment
-
Moving this to discussion at it sounds less like a concrete issue. If concrete issues arise from this discussion, we can create them separatly. Can you please provide the code you have written using this package, to solve the above stated problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 WAN links.
WAN1 => set mark 1
WAN2 => set mark 2
I see that it can do Load Balancing and shares the lines with a probability of 0.5. When I print packet Mark, I see that requests are coming through 1 and 2. I want to set the Mark as 1, then able to direct traffic through WAN1. How to do that functionality, I can not achieve with this lib.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions