Search results

  1. S

    TashRouter: An AppleTalk Router

    AppleShare 3 does support Apple 2 clients and even provides the images for net-boot. To be sure I'm following, minivmac can be run on any machine with ethernet capability and connect to TashTalk? Or, does it need to be run on the RPi? I'll read through the appropriate message threads to get...
  2. S

    TashRouter: An AppleTalk Router

    AFAIK, Geoff's "patch" was actually a GS/OS init file and wouldn't be relevant to the Workstation board supporting a ProDOS 8 envrionment. Historically, it was the //gs that had session issues which is why this situation is so odd. I setup my A/UX box as an Appleshare server, but since it...
  3. S

    TashRouter: An AppleTalk Router

    As I suspected, my Quadra 650 (running A/UX) works just fine over the TashTalk router. The //e Workstation board seems to be the problem child.
  4. S

    TashRouter: An AppleTalk Router

    Understood, but if you or anyone else on this forum can give me some guidance I will gladly capture the over-the-wire data for both working and non-working clients. That may provide enough information to help zero in on the underlying problem. The problem is almost certainly in the tashtalk or...
  5. S

    TashRouter: An AppleTalk Router

    Important update: Whatever is going on with the session drops, it's particular to the Apple II workstation card. My //gs stays connected without incident. Do any of the active developers have access to a //e + Apple Workstation card? If not, my offer to gather data stands. $ nbplkup...
  6. S

    TashRouter: An AppleTalk Router

    Currently running Raspbian and I believe this indicates agetty isn't using the /dev/ttyAMA0 interface: /sbin/agetty -o -p -- \u --noclear tty1 linux I'd really like to help get things figured out and will be glad to grab Wireshark traces and/or debug output. Just need a few specifics on what...
  7. S

    TashRouter: An AppleTalk Router

    I built and installed the latest release of netatalk as a control. No difference. Still disconnects within a minute or so.
  8. S

    TashRouter: An AppleTalk Router

    I'm not sure how to do this on Void Linux, but I'm going back and forth with Raspbian and there I was able to use raspi-config to ensure it wasn't presenting a console on the serial port. How can I verify whether or not getty is attached to /dev/ttyAMA0? Before the Apple 2 is disconnected it...
  9. S

    TashRouter: An AppleTalk Router

    For completeness' sake, I tried building atalkd with all flavors of the "split horizon" patch: None present, '!=', '==' and the latest from the current sources 'if (!(iface->i_flags & IFACE_RSEED) && (rtmp->rt_iface == iface)) {'. In all cases the Apple 2e gets disconnected in about a minute...
  10. S

    TashRouter: An AppleTalk Router

    After rebuilding atalkd with the split-horizon patch reverted I'm sorry to say that the disconnects continue. It didn't seem to change much of anything.
  11. S

    TashRouter: An AppleTalk Router

    After an entire morning spent chasing kernel panics on the Pi Zero W I was finally able to install this new kernel. It seems to work as advertised! The recipe for tashrouter invocation now works with macvtap and is behaving as well as my attempt yesterday with Raspbian. Currently building a...
  12. S

    TashRouter: An AppleTalk Router

    npblkup @LocalTalk2ZoneA - returns nothing. The Apple 2 is connected to the Tashtalk hat (Pi Zero). I had been having build problems with the latest netatalk (with fixed horizon behavior), but finally found a workaround. Tomorrow I'll try running with that code. More information: I can no...
  13. S

    TashRouter: An AppleTalk Router

    Well, that gets things a bit further. getzones shows: root@dockstar:/etc/netatalk# getzones EtherTalk Network LToUDP Network TashTalk Network The Apple 2 finds the dockstar server on the EtherTalk Network and can list files on mounted directories. However, the connection is dropped after...
  14. S

    TashRouter: An AppleTalk Router

    I restarted the tashrouter, then stopped netatalk, modified atalkd.conf as you suggested and restarted it. The ethertalk network is now showing up as 55, but the debug message remains the same - showing DEBUG: router adding network range 256-256 to zone LocalTalk2ZoneA (now default zone for...
  15. S

    TashRouter: An AppleTalk Router

    A light just went on... My netatalk server definitely has the 'split horizon' mod, since that was the only way I could get it to cooperate with most of the little bridge boxes. I know there have been a bunch of changes to the netatalk code base as of late, but I was hoping to avoid having to...
  16. S

    TashRouter: An AppleTalk Router

    The netatalk server 'dockstar' uses this setup: eth0 -router -phase 2 -net 1-255 -addr 1.163 -zone "LocalTalk2ZoneA" I edited the taprouter.py to use network 2, 3 and 4-6. No improvement. I cannot see anything on the Tashtalk network from the server. getzones shows only my zone - I don't...
  17. S

    TashRouter: An AppleTalk Router

    More information: A lookup from the AFP server does not seem to find the tashtalk router. $ ./nbplkup dockstar:ProDOS16 Image 1.163:3 dockstar:Apple //e Boot 1.163:3 dockstar:AFPServer...
  18. S

    TashRouter: An AppleTalk Router

    I apologize if I haven't been clear - long day of head banging! I am indeed using a single Apple IIe w/ workstation card connected through a pair of dongles to the DIN port of the tashtalk hat. There is an AFP server on the ethernet side of things. The logon program cannot find the server...
  19. S

    TashRouter: An AppleTalk Router

    So I've tried a direct connect using a crossover 8-pin cable and a pair of PhoneNet dongles. Same results with either: I can see four zones: LtoUDP Network Tashtalk Network Ethernet Network LocalTalk2ZoneA The last of these is my netatalk server running on a dedicated system. When I try to...
Back
Top