summaryrefslogtreecommitdiffstats
path: root/test/configure
diff options
context:
space:
mode:
Diffstat (limited to 'test/configure')
-rwxr-xr-xtest/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configure b/test/configure
index 9acd021c8..bb955670b 100755
--- a/test/configure
+++ b/test/configure
@@ -6,7 +6,7 @@ ifconfig br0 10.10.20.1/29 up
6iptables -t nat -A POSTROUTING -o eth0 -s 10.10.20.0/29 -j MASQUERADE 6iptables -t nat -A POSTROUTING -o eth0 -s 10.10.20.0/29 -j MASQUERADE
7# port forwarding 7# port forwarding
8# iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 10.10.20.2:80 8# iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to 10.10.20.2:80
9 9
10brctl addbr br1 10brctl addbr br1
11ifconfig br1 10.10.30.1/24 up 11ifconfig br1 10.10.30.1/24 up
12brctl addbr br2 12brctl addbr br2