Shell obtains the gateway and modifies the IP address to enable the NIC.

Source: Internet
Author: User
Shell obtains the gateway and modifies the IP address to enable the NIC.
#! /Bin/bash # autho freefei # script is a init computer ETH # data 2014 10 09 192.168.1.1netstats =$ (netstat-r | grep default | cut-f 10-d ''); echo $ netstats; # change other ifcfgeth1path =/etc/sysconfig/network-scripts/ifcfg-eth1newip =$ (echo $ {netstats} | cut-F 1-3-D .) # The first three paragraphs of the obtained gateway do not contain the current PC ipcomnewid = 'ipaddr = '$ {newip }. 252 sedstatu = $ (sed-r-I "/gateway =/S /. */gateway =$ {netstats}/g "$ {eth1path}); # combine the new ipsedstatu =$ (sed-r-I"/ipaddr =/S /. */$ {comnewid}/g "$ {eth1path }); # So close default eth0 and IFUP new eth1if $ sedstatu-EQ 0 then # ifdown eth0 # IFUP eth1 service network restartelse echo 'Sorry sed connond its error' fiexit 0

 

Shell obtains the gateway and modifies the IP address to enable the NIC.

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.