Changeset 1200 for trunk/lvs/debian/config/etc/network/if-up.d/iptables
- Timestamp:
- Jun 17, 2009, 2:20:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lvs/debian/config/etc/network/if-up.d/iptables
r1199 r1200 21 21 iptables -A scripts -t mangle -m tcp -p tcp --dport 25 -j MARK --set-mark 3 22 22 # Send finger-bound traffic to FWM 255 (the LVS director itself) 23 iptables -A scripts -t mangle -m tcp -p tcp --dport 7 9 -j MARK --set-mark 25523 iptables -A scripts -t mangle -m tcp -p tcp --dport 78:79 -j MARK --set-mark 255 24 24 # Send everything else to FWM 1 (primary) 25 25 iptables -A scripts -t mangle -m mark --mark 0 -j MARK --set-mark 1
Note: See TracChangeset
for help on using the changeset viewer.