Changeset 1200 for trunk


Ignore:
Timestamp:
Jun 17, 2009, 2:20:18 AM (15 years ago)
Author:
quentin
Message:
HTTP-based list of scripts servers on http://scripts.mit.edu:78/
Location:
trunk/lvs/debian/config/etc
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lvs/debian/config/etc/inetd.conf

    r1194 r1200  
    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
  • trunk/lvs/debian/config/etc/network/if-up.d/iptables

    r1199 r1200  
    2121iptables -A scripts -t mangle -m tcp -p tcp --dport 25 -j MARK --set-mark 3
    2222# Send finger-bound traffic to FWM 255 (the LVS director itself)
    23 iptables -A scripts -t mangle -m tcp -p tcp --dport 79 -j MARK --set-mark 255
     23iptables -A scripts -t mangle -m tcp -p tcp --dport 78:79 -j MARK --set-mark 255
    2424# Send everything else to FWM 1 (primary)
    2525iptables -A scripts -t mangle -m mark --mark 0 -j MARK --set-mark 1
Note: See TracChangeset for help on using the changeset viewer.