Ignore:
Timestamp:
Dec 17, 2013, 10:24:02 PM (10 years ago)
Author:
achernya
Message:
Bind sipb.mit.edu on the directors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lvs/debian/config/etc/network/if-up.d/iptables

    r1792 r2497  
    3232# scripts-primary.mit.edu goes to the primary (FWM 1) on all ports
    3333iptables -A PREROUTING -t mangle -d 18.181.0.182 -j MARK --set-mark 1
     34
     35# sipb.mit.edu acts like regular scripts, except ftp goes to i-hate-penguins.xvm.mit.edu (FWM 4)
     36iptables -A PREROUTING -t mangle -m tcp -m multiport -p tcp -d 18.181.0.29 --dports 80,443,444 -j MARK --set-mark 2
     37# Also send port 25 there too because the IP is shared with rtfm.mit.edu (fix this after renaming the machine)
     38iptables -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
     40iptables -A PREROUTING -t mangle -m mark --mark 0 -d 18.181.0.29 -j MARK --set-mark 1
Note: See TracChangeset for help on using the changeset viewer.