๐Ÿ“ฆ cezarsa / ipvsadm

git://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/cezarsa/ipvsadm.git
HTTPS git clone https://github.com/cezarsa/ipvsadm.git
SSH git clone git@github.com:cezarsa/ipvsadm.git
CLI gh repo clone cezarsa/ipvsadm
Alexander Petrovsky Alexander Petrovsky ipvsadm: fix wrong (negative) FWMARK values in output e61c8cd 5 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ contrib
๐Ÿ“ debian
๐Ÿ“ libipvs
๐Ÿ“„ config_stream.c
๐Ÿ“„ config_stream.h
๐Ÿ“„ dynamic_array.c
๐Ÿ“„ dynamic_array.h
๐Ÿ“„ ipvsadm-restore
๐Ÿ“„ ipvsadm-restore.8
๐Ÿ“„ ipvsadm-save
๐Ÿ“„ ipvsadm-save.8
๐Ÿ“„ ipvsadm.8
๐Ÿ“„ ipvsadm.c
๐Ÿ“„ ipvsadm.sh
๐Ÿ“„ ipvsadm.spec.in
๐Ÿ“„ MAINTAINERS
๐Ÿ“„ Makefile
๐Ÿ“„ README
๐Ÿ“„ release-tarball.sh
๐Ÿ“„ SCHEDULERS
๐Ÿ“„ VERSION
๐Ÿ“„ README.md

ipvsadm

This is free software. See below for details.

ipvsadm is a utility to administer the IP Virtual Server (IPVS) services offered by the Linux kernel with IPVS support to create a wide range of load-balancer setups.

Check out the Linux Virtual Server Project home page on the World Wide Web: http://www.LinuxVirtualServer.org/ or http://www.Linux-VS.org/ for the most recent information about ipvsadm.

Releases can be downloaded from: https://kernel.org/pub/linux/utils/kernel/ipvsadm/

The source code is available via git from kernel.org: https://git.kernel.org/cgit/utils/kernel/ipvsadm/ipvsadm.git git://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git

A wikipage is available at: http://kb.linuxvirtualserver.org/wiki/Main_Page

To make, make sure your Linux kernel is compiled with IPVS, e.g. by invoking "make menuconfig" or "make xconfig" to setup the right compiling options, see the README of the virtual server patch for detail, then simply type make in the source directory.

Install to your liking. We suggest the following pathnames: /sbin/ipvsadm /sbin/ipvsadm-save /sbin/ipvsadm-restore /usr/man/man8/ipvsadm.8 /usr/man/man8/ipvsadm-save.8 /usr/man/man8/ipvsadm-restore.8 /etc/rc.d/init.d/ipvsadm This will be done automatically when calling make install in the source directory.

Wensong Zhang Jesper Dangaard Brouer


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.