Technical data

ASTi Telestra 4 Quick Start Guide (Ver. 1, Rev. E)
Copyright © 2011 Advanced Simulation Technology inc. 5
1.3.2. Basic Network Debugging
If possible, disable your firewall for debugging purposes.
Log into your Studio and open a terminal.
1. Try to ping the Target. Allow ping to run for a full 30 seconds to make sure there isn't an
intermittent networking problem. Type the following:
ping x.x.x.x
where x.x.x.x is the IP address.
2. Then type:
ping hostname.local
If this doesn't work, there is something wrong with your basic IPv4 settings. Check your
IPv4 settings. This also verifies that Avahi mDNS is running on the Target.
3. You can also verify mDNS by typing the following in a terminal:
netstat -gn
You should see “224.0.0.251” and the following string:
ff18:6e87:5466:0016:cba9:773f:4571:aced
Both of these need to appear on the interface (i.e. Eth0) you are using.
4. Type the following command:
ping6 -I <interface> ff18:6e87:5466:0016:cba9:773f:4571:aced
where <interface> is your interface i.e. eth0. This checks to see if Studio can see Tar-
get’s ANZAC information.
Log into your Target from a terminal and repeat the debugging steps above.