Next Previous Contents

2. Where Can I Get The Latest?

There is a CVS server on netfilter.org which contains the latest HOWTOs, userspace tools and testsuite. For casual browsing, you can use the Web Interface.

To grab the latest sources, you can do the following:

  1. Log in to the netfilter CVS server anonymously:
    cvs -d :pserver:cvs@pserver.netfilter.org:/cvspublic login
    
  2. When it asks you for a password type `cvs'.
  3. Check out the code using:
    # cvs -d :pserver:cvs@pserver.netfilter.org:/cvspublic co netfilter/userspace
    
  4. To update to the latest version, use
    cvs update -d -P
    


Next Previous Contents