Skip to content

Commit

Permalink
update passthrough ports in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bparli committed Feb 11, 2019
1 parent 42f9e10 commit d6de66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For passthrough mode we need a couple iptables rules on the convey load balancer
For passthrough mode on the convey load balancer
```
sudo iptables -t raw -A PREROUTING -p tcp --dport <LOAD_BALANCER_PORT> -j DROP
sudo iptables -t raw -A PREROUTING -p tcp --sport <BACKEND_SERVER_PORT> --dport 32768:61000 -j DROP
sudo iptables -t raw -A PREROUTING -p tcp --sport <BACKEND_SERVER_PORT> --dport 33768:61000 -j DROP
```

To run
Expand Down

0 comments on commit d6de66f

Please sign in to comment.