--- BasiliskII/README 2005/05/13 09:33:51 1.39 +++ BasiliskII/README 2005/06/30 21:27:26 1.41 @@ -2,7 +2,7 @@ Basilisk II A 68k Macintosh emulator - Copyright (C) 1997-2004 Christian Bauer et al. + Copyright (C) 1997-2005 Christian Bauer et al. License @@ -442,6 +442,12 @@ ether instead of sending packets via physical media writes them to the user space program. + Prerequesties: + - Make sure the "tun" kernel module is loaded + # modprobe tun + - Make sure IP Fordwarding is enabled on your system + # echo 1 >/proc/sys/net/ipv4/ip_forward + A virtual network configuration script is required and the default is /usr/local/BasiliskII/tunconfig unless you specify a different file with the "etherconfig" item.