Coder Social home page Coder Social logo

add-ips-centos's Introduction

Add IP Addresses Range to CentOS

Script which allows you simple bind IPs ranges to CentOS/RHEL based Linux system. All provided ranges will be placed in the /etc/sysconfig/network-scripts directory using separate scripts and ifcfg-eth0-rangeX naming system (where X is a unique number corresponding to a specific range). Keep in mind that this script allows to add multiple IPs ranges at once. However, script supports not bigger than /16 ranges at this moment.

How to Use

You can run this script remotely on any CentOS/RHEL based Linux machine using following command:

bash <(curl -s -L https://git.io/add-ips-centos.sh)

If you want to run this script locally, use these commands:

wget https://git.io/add-ips-centos.sh && chmod +x add-ips-centos.sh
./add-ips-centos.sh

Please follow these rules when you want to add IPs:

  • Write each new range from the new line;
  • Don't use any extra symbols after netmask number;
  • After last range hit Ctrl-D on a blank line to stop input.

add-ips-centos's People

Contributors

jonsbun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.