This shows you the differences between the selected revision and the current version of the page.
| traz:setup-w5web 2008/04/25 20:53 | traz:setup-w5web 2008/08/05 17:17 current | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| localhost:5432:postgres:$USER:pw | localhost:5432:postgres:$USER:pw | ||
| </code> | </code> | ||
| + | |||
| Line 47: | Line 48: | ||
| Setup your browser proxy to point to: hydra.lcs.mit.edu:$FLUME_PROXYPORT. | Setup your browser proxy to point to: hydra.lcs.mit.edu:$FLUME_PROXYPORT. | ||
| + | |||
| + | Add firewall rules to ''/etc/rc.local'' so that no outsiders may use the W5 proxy. | ||
| + | <code> | ||
| + | iptables -A INPUT -p tcp -s 18.26.4.0/24 --dport 8000 -j ACCEPT | ||
| + | iptables -A INPUT -p tcp --dport 8000 -j REJECT | ||
| + | </code> | ||
| + | Then enter the two commands manually with ''sudo'' to activate them now. | ||
| ====== Setup Flume ====== | ====== Setup Flume ====== | ||