Changeset 2699


Ignore:
Timestamp:
May 19, 2015, 6:01:49 PM (9 years ago)
Author:
andersk
Message:
Remove joss-whedon
Location:
trunk/lvs/debian/config/etc
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/lvs/debian/config/etc/aliases

    r2328 r2699  
    1212noc: root
    1313security: root
    14 root: andersk@mit.edu, quentin@mit.edu, geofft+root@mit.edu, mitchb@mit.edu, ezyang@mit.edu, xavid@mit.edu, adehnert-sipb@mit.edu, achernya@mit.edu, glasgall@mit.edu
     14root: andersk@mit.edu, quentin@mit.edu, geofft+root@mit.edu, mitchb@mit.edu, ezyang@mit.edu, xavid@mit.edu, adehnert-sipb@mit.edu, achernya@mit.edu, glasgall@mit.edu, tboning@mit.edu, cereslee@mit.edu, btidor-scripts@mit.edu
  • trunk/lvs/debian/config/etc/ha.d/ha.cf

    r2698 r2699  
    1111node        rack-backward
    1212node        stanley-kubrick
    13 node        joss-whedon
    1413crm respawn
  • trunk/lvs/debian/config/etc/network/if-up.d/iptables

    r2497 r2699  
    3333iptables -A PREROUTING -t mangle -d 18.181.0.182 -j MARK --set-mark 1
    3434
    35 # sipb.mit.edu acts like regular scripts, except ftp goes to i-hate-penguins.xvm.mit.edu (FWM 4)
     35# sipb.mit.edu acts like regular scripts for the web ports, everything else goes to i-hate-penguins.xvm.mit.edu (FWM 4)
    3636iptables -A PREROUTING -t mangle -m tcp -m multiport -p tcp -d 18.181.0.29 --dports 80,443,444 -j MARK --set-mark 2
    3737# Also send port 25 there too because the IP is shared with rtfm.mit.edu (fix this after renaming the machine)
    38 iptables -A PREROUTING -t mangle -m tcp -m multiport -p tcp -d 18.181.0.29 --dports 20,21,25 -j MARK --set-mark 4
    39 # All else to the primary
    40 iptables -A PREROUTING -t mangle -m mark --mark 0 -d 18.181.0.29 -j MARK --set-mark 1
     38#iptables -A PREROUTING -t mangle -m tcp -m multiport -p tcp -d 18.181.0.29 --dports 20,21,25 -j MARK --set-mark 4
     39# All else to i-hate-penguins
     40iptables -A PREROUTING -t mangle -m mark --mark 0 -d 18.181.0.29 -j MARK --set-mark 4
Note: See TracChangeset for help on using the changeset viewer.