12-24-2023 11:21 AM
I've got a friend who is refurbishing an Tektronics 4404 AI workstation from the 80s/90s. (You can find him on YouTube if interested.)
The box does have an ethernet adapter but the networking software, apart from having no manual, is obviously working on pre-1993 CIDR networking because classless networking was invented. i.e. it has classful networking.
I'm old enough to vaguely remember this in my college networking classes, but I've never worked on classful routing.
What we want to do is to give the box an address of 192.168.1.61 is in old money is a HOST address, which is OK and works.
We want to keep everything on the 192.168.1.x network local, I guess it shouldn't got to the router.
And everything else goes to the router on 192.168.1.1.
We have one networking table in colon separated format.
Assigning the HOST address is OK.
The other two parts we don't understand. Is it possible to say just to send out packets to 192.168.1.x to the interface, but everything else to the router?
With CIDR you have 0.0.0.0/0 -> 192.168.1.1 would be the way to do it, but pre-CIDR 0.0.0.0 seems to mean undefined rather then default.
It does kind of work with this so far:
192.168.1.1 # interface
64.0.0.0 -> 192.168.1.1
35.0.0.0 -> 192.168.1.1
which is kind of guessing but I think this leaves out a lot of routing and you would end up having to put in millions of individual static routes for each network and subnet. There has to be a better way!
Any help appreciated!
12-24-2023 12:00 PM
As far as I recall, Classful applied to dynamic routing protocols not carrying the network mask, e.g. RIPv1.
Route tables, static routes, and host IPs shouldn't be so limited.
12-24-2023 12:05 PM
Hi @robbika ,
Have you tried using the keyword "default" instead of "0.0.0.0"?
Regards,
12-27-2023 12:37 AM
look at this post
Writing software on Tektronix 4404 | by Adam Billyard | Medium
you may contact the publisher for details on the capabilities of (c.q. how to configure) the network
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide