Shell script gets the local network card IP, MAC address, subnet mask, DNS IP, extranet ip_linux shell

Source: Internet
Author: User

#/usr/bin/env Bash

# Name:get_network_info.sh
# author:purple_grape # This was
a script to gather network inf Ormation of your Linux system.
# Test under Ubuntu 10.04 only.

#----------------------------
nic=eth0
mac= ' lang=c ifconfig $NIC | awk '/hwaddr/{print $} ' ip=
' lang=c Ifconfig $NIC | awk '/inet addr:/{print $} ' |  Awk-f: ' {print $} '
mask= ' lang=c ifconfig $NIC | awk-f: '/mask/{print $} ' ext_ip=
' curl ifconfig.me '

if [-f/etc/resolv.conf];
Then
   dns= ' awk '/^nameserver/{print $} '/etc/resolv.conf '
fi
#----------------------------
echo "Your network information is as below:"
echo $MAC echo
$IP echo
$dns
echo $ext _ip

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.