cartman: remove portforwarding to butter
svn path=/configurations/trunk/tud/; revision=25142
Rob Vermaas committed
Dec 15, 2010 at 12:32 UTC
23c4a5f929ee0085c6bbbfb4ba927dcc3c548787
1 file changed
-3
cartman.nix
-3
@@ -103,9 +103,6 @@ rec {
103
iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 192.168.1.0/24 -j ACCEPT
104
iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -j SNAT --to-source ${myIP}
105
106
- # butters ssh
107
- iptables -t nat -A PREROUTING -p tcp -i eth1 --dport 8080 -j DNAT --to 192.168.1.23:22
108
-
106
# stan ssh (for the SCM seminar)
107
iptables -t nat -A PREROUTING -p tcp -i eth1 --dport 2222 -j DNAT --to 192.168.1.20:22
108