[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MacGate Revival
On Friday, May 24, 2013 10:17:05 AM UTC-5, Lisa2dotcom wrote:
> > So far I can see TCP packets for telnet and DNS requests from the IIGS.
>
> Miles,
>
> Help me understand how you can "see" the DNS requests from the IIGS? AFAIK, these requests would be Ethernet SNAP frames, containing AppleTalk packets that encapsulate the TCP/IP data (MacIP). Are you saying with Wireshark you can decode this data all the way down to the point that you know it contains properly addressed DNS requests?
>
> Thanks,
>
> Rick
This is the summary when trying to connect using a hostname. .103 is the IIGS .101 is my actual DNS server, but I don't see any evidence that this reaches the LAN:
64505 2187.794859 192.168.60.103 192.168.1.101 DNS 85 Standard query A a2server.groupwhere.pri
This is an example when trying to telnet by ip address to the a2server host. 60.103 again is the IIGS. 60.1 is the ipddp0 ip address on the host:
303020 25906.889238 192.168.60.103 192.168.60.1 TCP 56 ams > telnet [SYN] Seq=0 Win=16384 Len=0
I would have expected this to NOT show up as TCP traffic as you suggested.