- using hubs instead of switches, which allows us

to sniff the traffic from the host system.
This commit is contained in:
Martin Willi
2006-05-23 10:08:12 +00:00
parent 7ba69503aa
commit 5ade114fd5
+1 -1
View File
@@ -31,7 +31,7 @@ do
cecho " * Great, umlswitch$n is already running!"
else
cecho-n " * Starting umlswitch$n.."
uml_switch -tap tap$n -unix /tmp/umlswitch$n >/dev/null </dev/null &
uml_switch -hub -tap tap$n -unix /tmp/umlswitch$n >/dev/null </dev/null &
sleep 2
eval ifconfig "tap$n \$IFCONFIG_$n up"
cecho "done"