Skip to content

this script displays local network connection information

Notifications You must be signed in to change notification settings

argon3x/infonet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

infonet

this script displays local network connection information

  • Give permission of execution

      chmod u+x infonet.sh
    
  • Run script

      ./infonet.sh
    

Nota

for its correct execution, the following dependencies must be in place ifconfig and netstat.

  • install the ifconfig and netstat dependency run

      sudo apt install net-tools
    
  • later a symbolic link of the route command must be created.

      sudo ln -s /usr/sbin/route /usr/bin/route