Skip to content

SIPCONFIG: bash script to get simple IP/Network information

Notifications You must be signed in to change notification settings

mmsystems/sipconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

sipconfig

SIPCONFIG: bash script to get simple IP/Network information

You can execute this script as follows:
$bash sipconfig.sh
or
$chmod u+x sipconfig.sh
$./sipconfig.sh

To install it, and only put sipconfig as a common command:
$cp sipconfig.sh /usr/bin/sipconfig
$chmod +x /usr/bin/sipconfig

Output example:
sipconfig screenshoot

  • All active interfaces IP's.
  • If a wifi interface is present and connected, show AP name.
  • Default Gateway and interface used.
  • Nameservers stored in /etc/resolv.conf.

About

SIPCONFIG: bash script to get simple IP/Network information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages