Skip to content

Latest commit

 

History

History

0x08-networking_basics_2

img

Networking basics #1

In this project, I continued to learn about IP addresses while practicing manipulating them with Bash scripts.

Tasks 📃

  • 0. Change your home IP

    • 0-change_your_home_IP: Bash script that configures an Ubuntu server as follows:
    • localhost resolves to 127.0.0.2
    • facebook.com resolves to 8.8.8.8
  • 1. Show attached IPs

  • 2. Port listening on localhost