File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ansible/roles/lvs-iptables/files Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
-A scripts -m tcp -p tcp --dport 25 -j MARK --set-mark 3
43
43
# Send finger-bound traffic to the LVS director itself
44
44
-A scripts -m tcp -p tcp --dport 78:79 -j RETURN
45
- # Send everything else to FWM 1 ( primary)
46
- -A scripts -m mark --mark 0 -j MARK --set-mark 1
45
+ # Send everything else to FWM 21 (Fedora 20 primary)
46
+ -A scripts -m mark --mark 0 -j MARK --set-mark 21
47
47
48
48
# Clear external DSCP bits
49
49
-A primary -j DSCP --set-dscp 0
50
- # scripts-primary.mit.edu goes to the primary (FWM 1 ) on all ports
51
- -A primary -j MARK --set-mark 1
50
+ # scripts-primary.mit.edu goes to the Fedora 20 primary (FWM 21 ) on all ports
51
+ -A primary -j MARK --set-mark 21
52
52
53
53
# Clear external DSCP bits
54
54
-A sipb -j DSCP --set-dscp 0
You can’t perform that action at this time.
0 commit comments