Kali Lab 1 Network Communications Part 1
Introduction to Hacking This is my Lab Exercise for Network Communications. The details for the lab are posted in the description below. ============================================================ Kali Lab 1 - Network Communications Part 1 Lab 1 - Network Communications (c) 2016, Paul W. Poteete Note: Try to avoid reading the "Command:" details for each exercise. This will help you learn as you complete the lab. All commands are conducted with the user privileges presumed sudo or root when necessary. Resources: Linux Machine Network Access Tools: ifconfig ping dhclient nmap tcpdump iptables Part I: IP Addressing 1) What is your IP Address? Command: ifconfig 2) Ping another students IP Address with 3 packets. Command: ping -c3 192.168.1.xxx 3) Ping another students IP Address indefinitely. Command: ping 192.168.1.xxx ### To stop, press CTRL-C 4) Change your IP Address to the 10.10.10.0 network. Hint: Use the same last octet that you currently have assigned to your computer. Command: ifconfig eth0 10.10.10.xxx 5) What is your IP Address? Command: ifconfig 6) Ping another students IP Address with 5 packets. Command: ping -c5 10.10.10.xxx 7) Change your IP Address to the default network using a DHCP Client Command: dhclient eth0 8) What is your IP Address? Command: ifconfig ----------------------- Thank you for dropping by! Please join me: https://www.youtube.com/PaulWPoteete https://www.twitter.com/PaulWPoteete https://www.linkedin.com/in/PaulWPoteete CC by Paul W. Poteete
Introduction to Hacking This is my Lab Exercise for Network Communications. The details for the lab are posted in the description below. ============================================================ Kali Lab 1 - Network Communications Part 1 Lab 1 - Network Communications (c) 2016, Paul W. Poteete Note: Try to avoid reading the "Command:" details for each exercise. This will help you learn as you complete the lab. All commands are conducted with the user privileges presumed sudo or root when necessary. Resources: Linux Machine Network Access Tools: ifconfig ping dhclient nmap tcpdump iptables Part I: IP Addressing 1) What is your IP Address? Command: ifconfig 2) Ping another students IP Address with 3 packets. Command: ping -c3 192.168.1.xxx 3) Ping another students IP Address indefinitely. Command: ping 192.168.1.xxx ### To stop, press CTRL-C 4) Change your IP Address to the 10.10.10.0 network. Hint: Use the same last octet that you currently have assigned to your computer. Command: ifconfig eth0 10.10.10.xxx 5) What is your IP Address? Command: ifconfig 6) Ping another students IP Address with 5 packets. Command: ping -c5 10.10.10.xxx 7) Change your IP Address to the default network using a DHCP Client Command: dhclient eth0 8) What is your IP Address? Command: ifconfig ----------------------- Thank you for dropping by! Please join me: https://www.youtube.com/PaulWPoteete https://www.twitter.com/PaulWPoteete https://www.linkedin.com/in/PaulWPoteete CC by Paul W. Poteete