Project

General

Profile

Support #413

Installing and Using PeerGuardian on Arch Linux

Added by Daniel Curtis almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
07/09/2014
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

Peerguardian is an excellent program to protect from known bad IP addresses. It can be installed on Arch Linux from the AUR, and requires a little workaround (currently) to get it to start with systemd.

Install PeerGuardian

  • Install prerequisites:
    sudo pacman -U gksu
    
    1. NOTE: You may need to configure gksu with gksu-properties.
  • Install PeerGuardian:
    wget https://aur.archlinux.org/packages/pg/pgl/pgl.tar.gz
    tar xzf pgl.tar.gz
    cd pgl
    makepkg -s PKGBUILD
    
    1. Install the package:
      sudo pacman -U pgl*.xz
      
  • Open pglgui and configure IP blacklists
  • When PeerGuardian lists are updated and ready to run, open a terminal and run:
    sudo systemctl start pgl.service
    
#1

Updated by Daniel Curtis almost 10 years ago

  • Description updated (diff)
  • Status changed from New to Closed
  • % Done changed from 50 to 100

Also available in: Atom PDF