2 |
|
Basilisk II |
3 |
|
A 68k Macintosh emulator |
4 |
|
|
5 |
< |
Copyright (C) 1997-2004 Christian Bauer et al. |
5 |
> |
Copyright (C) 1997-2005 Christian Bauer et al. |
6 |
|
|
7 |
|
|
8 |
|
License |
26 |
|
IRIX 6.5) |
27 |
|
- AmigaOS 3.x |
28 |
|
- Windows NT 4.0 (mostly works under Windows 95/98, too) |
29 |
< |
- Mac OS X 10.1, 10.2 |
29 |
> |
- Mac OS X 10.1, 10.2, 10.3 (native windowing port has UI bugs with 10.4) |
30 |
|
|
31 |
|
Some features of Basilisk II: |
32 |
|
- Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5) |
442 |
|
instead of sending packets via physical media writes them to |
443 |
|
the user space program. |
444 |
|
|
445 |
+ |
Prerequesties: |
446 |
+ |
- Make sure the "tun" kernel module is loaded |
447 |
+ |
# modprobe tun |
448 |
+ |
- Make sure IP Fordwarding is enabled on your system |
449 |
+ |
# echo 1 >/proc/sys/net/ipv4/ip_forward |
450 |
+ |
|
451 |
|
A virtual network configuration script is required and the |
452 |
|
default is /usr/local/BasiliskII/tunconfig unless you specify |
453 |
|
a different file with the "etherconfig" item. |
504 |
|
not an Ethernet device, Basilisk II will display a warning message and |
505 |
|
disable Ethernet networking. |
506 |
|
|
507 |
+ |
Mac OS X: |
508 |
+ |
The "slirp" method described above nearly works. |
509 |
+ |
|
510 |
|
See the next item for an alternative way to do networking with Basilisk II. |
511 |
|
|
512 |
|
udptunnel <"true" or "false"> |