task 1 in the following scenario we would like to find out more information about a 5154766
Task 1 In the following scenario, we would like to find out more information about a host that is on out network. Given an IP address we would like to search for additional information, we can start with obtaining the IP address off the default route. When running on a Linux VM, this like most likely to be the intermal IP of the VirtualBox or VMWare instance. If you are running on MacOS. Linux or LinuxSubsystemForWindows, this may be the local router on your subnet. Take care when running on a network you do not manage. You may choose to do this on the Kali Linux machines in the Network Lab in TONS 3.08. Authentication details for Kali lab machines; Username: root Password: toor Log onto your Linux VM or Kali lab machine Use route to find the default gateway, an edited example. Note that the gateway has the “flag” G, you may use grep or similar tools to select only this line; # route -n Kernel IP routing table estinatio Genmask Flags Metric Ref Use Iface Gateway 0 eth0 0 eth0 0.0.0.0 192.168.17.1 0.0.0.0 UG 0 0 255.255.255 . 0 192.168.17.0 0.0.0.0 0 U 0 Use arp to fine the MAC address of the host # arp -an ? (192.168.17.2) at 00:aa:ff:00:f8:02 [ether] on eth0 ? (192.168.17.1) at 00:aa:ff:83:3d:42 [ether] on eth0 ? (192.168.17.8) at 00:aa:ff:b5:al:c0 [ether] on eth 0 Q) Can you identify the routers IP address and its MAC address? See man pages for ; route, arp Search for terms, the flag -K allows you to search for specific terms in available man pages; man -K keyword