Changeset 1210 for branches/fc11-dev/lvs


Ignore:
Timestamp:
Jun 25, 2009, 9:40:30 AM (15 years ago)
Author:
mitchb
Message:
Merge r1197:1209 from trunk to branches/fc11-dev
Location:
branches/fc11-dev/lvs/debian/config/etc
Files:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/fc11-dev/lvs/debian/config/etc/inetd.conf

    r1198 r1210  
    3939
    4040# Make it easy to remotely query these LVS servers
    41 79      stream  tcp     nowait  root    /sbin/ipvsadm
     4179      stream  tcp     nowait  root    /etc/heartbeat/ldirectord-finger.sh
     4278      stream  tcp     nowait  root    /etc/heartbeat/ldirectord-http.sh
  • branches/fc11-dev/lvs/debian/config/etc/network/if-up.d/iptables

    r1198 r1210  
    2020# Send SMTP-bound traffic to FWM 3 (load-balanced)
    2121iptables -A scripts -t mangle -m tcp -p tcp --dport 25 -j MARK --set-mark 3
     22# Send finger-bound traffic to FWM 255 (the LVS director itself)
     23iptables -A scripts -t mangle -m tcp -p tcp --dport 78:79 -j MARK --set-mark 255
    2224# Send everything else to FWM 1 (primary)
    2325iptables -A scripts -t mangle -m mark --mark 0 -j MARK --set-mark 1
Note: See TracChangeset for help on using the changeset viewer.