stephen_usher wrote: 24 Nov 2023 11:54
There will be an internal routing table within the TCP/IP stack to tell the system which hardware interface to route the packets to/from.
You need to check if this is being set up correctly as some TCP/IP stacks don't do this and they have to be set manually,
It's the equivalent of 'netstat -r' or 'route'
I tried both commands earlier and neither show me anything, I just come straight back to the CLI. In addition, I can ping the
A5000 from any of my test machines just fine, so it is reachable. There is no netstat...
I did set up a mirror port on my switch earlier today, and the SYN/ACK isn't getting lost up to that point, which means it's the cable, the NIC or a TCP stack issue on the
A5000. I don't believe the AUI adapter is bad, as it had the same problem of the
A5000 not responding to the SYN/ACK when I tested using the BNC cable yesterday.
Ideally I need to get a packet capture as close as possible to the machine, which would mean a packet capture on the machine itself (Unlikely), or something between my switch and the machine.
BTW I just figured out that whilst I can't see the full routing table by using "route get -host <HOSTNAME>" I can look at individual routes and they look fine and are auto added:
PXL_20231124_144143063.jpg
Of note is that when I used 8.8.8.8 as my target, it resolved to dns.google
And in fact if I do a "route get -net 192.168.1.0 255.255.255.0" I get this:
PXL_20231124_144653568.jpg
So the default route to the rest of the network is via the ethernet card.
So unless the cable is faulty, there is an issue either with my cable (I will try another), the NIC or the software.
You do not have the required permissions to view the files attached to this post.