< Home - < Back

ipset


Information about the package, ipset, which is shipped with common Linux distributions. The ipset package is designed for, Manage Linux IP sets.


Package Name:

ipset

Summary:

Manage Linux IP sets

Description:

IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be administered by the ipset utility. Depending on the type, currently an IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC addresses in a way, which ensures lightning speed when matching an entry against a set. If you want to: - store multiple IP addresses or port numbers and match against the collection by iptables at one swoop; - dynamically update iptables rules against IP addresses or ports without performance penalty; - express complex IP address and ports based rulesets with one single iptables rule and benefit from the speed of IP sets then ipset may be the proper tool for you.

Architecture:

x86_64

Version:

6.11

Release:

4.el6

Size:

63 k

Repository:

base

From Repository:

Licence:

GPLv2



Handy Yum Commands for ipset


Control the ipset package with the following handy commands outlined below.


Command

Description of Command

yum install ipset

This command will install ipset on the server.

yum remove ipset

This command will un-install ipset on the server. When you run this command, you will be asked if you are sure that you want to remove ipset, so you have to manually confirm that you want to do this.

yum -y remove ipset

This command will un-install ipset on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ipset when using the -y flag.

yum update ipset

This command will update ipset to the latest version. When you run this command, you will be asked if you are sure that you want to remove ipset, so you have to manually confirm that you want to do this.

yum -y update ipset

This command will update ipset to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ipset when using the -y flag.

yum info ipset

This command will show you core information about the ipset package.

yum deplist ipset

This command will show you the dependencies for ipset. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ipset

This command will check if there is an update waiting on ipset. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.