diff --git a/contrib/ports/unix/setup-tapif b/contrib/ports/unix/setup-tapif index 75a603f6..d5c4935d 100755 --- a/contrib/ports/unix/setup-tapif +++ b/contrib/ports/unix/setup-tapif @@ -1,13 +1,16 @@ #!/bin/bash -# Run me using "source setup-tapif" to get exported PRECONFIGURED_TAPIF variable +# This script needs bridge-util debian package or similar +# for other distros. + +# Run using "source setup-tapif" to get exported PRECONFIGURED_TAPIF variable # Alternatively, add "export PRECONFIGURED_TAPIF=tap0" to ~/.bashrc # http://backreference.org/2010/03/26/tuntap-interface-tutorial/ -# After executing this script, start unixsim/simhost. -# Enter 192.168.1.200 or "http://simhost.local/" (Zeroconf) -# in your webbrowser to see simhost webpage. +# After executing this script, start example_app. +# Enter 192.168.1.200 or "http://lwip.local/" (Zeroconf) +# in your webbrowser to see example_app webpage. export PRECONFIGURED_TAPIF=tap0