@wired 3!
linux 11 : 140.112.30.42
my private ip
# In ta221@DebianCacti:/home/ta221/IP_tracing
#Use IP
python3 IP_finder.py --ip [xxx.xxx.xxx.xxx] --debug
#example
python3 IP_finder.py --ip 140.112.30.41 --debug
#Use Mac-address
python3 IP_finder.py --mac [xxxx.xxxx.xxxx] --debug
ssh to A-02
1. if we got IP address, use arp table to find mac-address.
2. Find interface in the mac-address table.
3. Get the description of the interface.
4. connect to the next switch and GOTO step 2.