-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Routing Traffic to another WAN link changing Mark value. #19
Comments
This is my iptables ruleset. Is this about the code or iptables ruleset?
|
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 like in the code below and only direct traffic through WAN1. However, I can't achieve this as output. What is the mistake? Thanks for your answer.
The text was updated successfully, but these errors were encountered: