commit | e085e4ea04902323dc30dfe57dfe5d6621ae635c | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Tue Mar 01 16:46:30 2016 -0500 |
committer | Andy Bavier <acb@cs.princeton.edu> | Tue Mar 01 16:46:30 2016 -0500 |
tree | 08ab3d42b7be25042c2a1f87f93a9bed7836003c | |
parent | 7e4a546d93b95df0464cb1bfa245eb612bcd30f0 [diff] |
Specify MAC addr of veth pair
diff --git a/scripts/compute-ext-net.sh b/scripts/compute-ext-net.sh index ead559c..5c59a85 100755 --- a/scripts/compute-ext-net.sh +++ b/scripts/compute-ext-net.sh
@@ -4,7 +4,7 @@ apt-get install bridge-utils brctl addbr databr ifconfig databr 192.168.0.254/24 up -ip link add type veth +ip link add address 02:42:c0:a8:00:01 type veth ifconfig veth0 up ifconfig veth1 up brctl addif databr veth0