- Timestamp:
- Jun 17, 2009, 2:20:18 AM (16 years ago)
- Location:
- trunk/lvs/debian/config/etc
- Files:
- 
          - 2 added
- 2 edited
 
 - 
          ha.d/ldirectord-finger.sh (added)
- 
          ha.d/ldirectord-http.sh (added)
- 
          inetd.conf (modified) (1 diff)
- 
          network/if-up.d/iptables (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/lvs/debian/config/etc/inetd.confr1194 r1200 39 39 40 40 # Make it easy to remotely query these LVS servers 41 79 stream tcp nowait root /sbin/ipvsadm 41 79 stream tcp nowait root /etc/heartbeat/ldirectord-finger.sh 42 78 stream tcp nowait root /etc/heartbeat/ldirectord-http.sh 
- 
        trunk/lvs/debian/config/etc/network/if-up.d/iptablesr1199 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.
      
