Guest User

Untitled

a guest
Jul 11th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. wan {
  2. disable-source-nat
  3. enable-local-traffic
  4. flush-connections
  5. interface-health eth0 {
  6. nexthop x.53
  7. }
  8. interface-health tun1 {
  9. nexthop x.249
  10. }
  11. rule 100 {
  12. destination {
  13. address 0.0.0.0/0
  14. }
  15. inbound-interface eth1
  16. interface tun1 {
  17. weight 1
  18. }
  19. per-packet-balancing
  20. protocol all
  21. source {
  22. address x.0/24
  23. }
  24. }
  25. rule 200 {
  26. destination {
  27. address 0.0.0.0/0
  28. }
  29. exclude
  30. inbound-interface eth1
  31. interface eth0 {
  32. weight 1
  33. }
  34. protocol all
  35. }
  36. }
Add Comment
Please, Sign In to add comment