Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Realserver 1
  2. ---
  3. Chain IN (policy ACCEPT)
  4. target source-ip destination-ip source-hw destination-hw hlen op hrd pro
  5. DROP anywhere 192.168.1.240 anywhere anywhere any any any any
  6.  
  7. Chain OUT (policy ACCEPT)
  8. target source-ip destination-ip source-hw destination-hw hlen op hrd pro
  9. mangle anywhere 192.168.1.240 anywhere anywhere any any any any --mangle-ip-s 10.12.12.241
  10.  
  11. Chain FORWARD (policy ACCEPT)
  12. target source-ip destination-ip source-hw destination-hw hlen op hrd pro
  13. ---
  14. ............
  15. Realserver 2
  16. ---
  17. Chain IN (policy ACCEPT)
  18. target source-ip destination-ip source-hw destination-hw hlen op hrd pro
  19. DROP anywhere 192.168.1.240 anywhere anywhere any any any any
  20.  
  21. Chain OUT (policy ACCEPT)
  22. target source-ip destination-ip source-hw destination-hw hlen op hrd pro
  23. mangle anywhere 192.168.1.240 anywhere anywhere any any any any --mangle-ip-s 192.168.1.242
  24.  
  25. Chain FORWARD (policy ACCEPT)
  26. target source-ip destination-ip source-hw destination-hw hlen op hrd pro
  27. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement