Created
January 17, 2018 01:38
-
-
Save tuklusan/b8fac511a3d3e1704ecc791202c668dc to your computer and use it in GitHub Desktop.
atalkd.conf | Install sheep_net.ko kernel module and sheep_net device for SheepShaver Power Macintosh G4 emulator for Classic Mac OS 9 emulation and connect over AppleTalk using Netatalk: See http://bit.ly/MacOS9-SheepShaver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----- | |
# Install sheep_net.ko kernel module and sheep_net device for | |
# SheepShaver Power Macintosh G4 emulator for Classic Mac OS 9 | |
# emulation and connect over AppleTalk using Netatalk: | |
# | |
# Complete instructions: http://bit.ly/MacOS9-SheepShaver | |
# | |
# A SANYALnet Labs Hobbyist Project | |
# Supratim Sanyal - http://tuklusan.decsystem.org/ | |
# ----- | |
# | |
# | |
# Format of lines in this file: | |
# | |
# interface [ -seed ] [ -router | -dontroute ] | |
# [ -phase { 1 | 2 } ] [ -addr net.node ] | |
# [ -net first[-last] ] [ -zone ZoneName ] ... | |
# | |
# -seed only works if you have multi-interfaces. Any missing arguments are | |
# automatically configured from the network. Note: lines can't actually be | |
# split, tho it's a good idea. | |
# | |
# -router is like -seed but it allows single-interface routing. -dontroute | |
# disables routing for the specified interface. | |
# | |
# Some examples: | |
# | |
# The simplest case is no atalkd.conf. This works on most platforms | |
# (notably not Solaris), since atalkd can discover the local interfaces | |
# on the machine. | |
# | |
# Very slightly more complicated: | |
# | |
# le0 | |
# or | |
# eth0 | |
# | |
# for Solaris/SunOS or Linux. | |
# | |
# A much more complicated example: | |
# | |
# le0 -phase 1 | |
# le1 -seed -phase 2 -addr 66.6 -net 66-67 -zone "No Parking" | |
# | |
# This turns on transition routing between the le0 and le1 | |
# interfaces on a Sun. It also causes atalkd to fail if other | |
# routers disagree about it's configuration of le1. | |
# | |
#vde-decnet-tap3 -seed -phase 2 -addr 2005.79 -net 2005-2006 -zone "moksha" | |
## | |
vde-decnet-tap3 -phase 2 -net 0-65534 -addr 65280.80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment