netfilter project logo

Release of the netfilter/iptables project

Releases

Official releases of the various netfilter.org projects are now announced (and linked) from the respective project pages.

Git repositories

You can access the Git repositories in two ways. For casual browsing, you can use the git web interface. To grab the latest sources, install git and do the following:

  • Check out the iptables code using:
    git clone git://git.netfilter.org/iptables.git
    
  • To update to the latest version, use
    git pull
    
    in the respective directory.
Multiple git repositories exist, check out the git web page for an overview.

Subversion Repository (obsolete)

The SVN repository is not updated anymore and only exists for historical reference.

You can access the Subversion server in two ways. For casual browsing, you can use the ViewCVS web interface. To grab the latest sources, you can do the following:

  • Check out the iptables code using:
    svn co https://svn.netfilter.org/netfilter/trunk/iptables
    
  • Check out the other available modules (cttest, documentation, homepage, netfilter-ha, pkttables, patch-o-matic-ng, ...) by using
    svn co https://svn.netfilter.org/netfilter/trunk/module
    
  • To update to the latest version, use
    svn update
    
    in the respective directory

FTP Access

Browse through all of the netfilter files released ever at our FTP server ftp://ftp.netfilter.org/pub/ (or one of our mirrors).

rsync Access

The full contents of the our WWW and FTP server can be accessed via rsync. You can use this to build a 1:1 mirror of the netfilter site

  • To access the FTP tree, use
    rsync -av rsync.netfilter.org::ftp ./ftp
    
  • To access the WWW tree, use
    rsync -av rsync.netfilter.org::www ./www
    


Copyright © 1999-2014 Harald Welte, Pablo Neira Ayuso . Pablo Neira Ayuso