Skip to content

Latest commit

 

History

History

0x08-networking_basics_2

0x08. Networking basics #1

Write a Bash script that configures an Ubuntu server with the below requirements.

Requirements:

  • localhost resolves to 127.0.0.2
  • facebook.com resolves to 8.8.8.8.

Write a Bash script that displays all active IPv4 IPs on the machine it’s executed on.

Write a Bash script that listens on port 98 on localhost.