일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Kibana server is not ready yet
- pfsense
- 로그인불가
- ansible
- G-suite
- application security
- GitLab
- freebsd
- endpoint security
- centos 8
- miniconda
- XCP-ng
- 보안양파
- Elasticsearch
- macos
- elastic stack
- hardening
- proxycfg
- Kibana
- xe guest utilities
- PlayBook
- docker
- 한글가이드
- ELASTIC
- x-pack
- Windows
- Proxy
- bash
- ssh key 배포
- Today
- Total
선 밖에 선 자유인
packetfence 설치 본문
http://www.packetfence.org/downloads/PacketFence/CentOS6/x86_64/RPMS/
요기서 패키지 다운로드
1. yum update
Install Wget
2. yum install wget
Add RPMforge
3. wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
4. rpm –import http://apt.sw.be/RPM-GPG-KEY.dag.txt or gpg –import http://apt.sw.be/RPM-GPG-KEY.dag.txt
5. rpm -i rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
Add EPEL software repository:
6. rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm
Add Open Fusion RPM Repository
7.rpm -Uvh http://repo.openfusion.net/centos6-x86_64/openfusion-release-0.6.2-1.of.el6.noarch.rpm
Exclude perl-Apache-Test from rpmforge and openfusion repository
8. Vi /etc/yum.repos.d/rpmforge.repo
9. Add the line exclude = perl-Apache-Test* on the section [rpmforge]
10.Vi /etc/yum.repos.d/openfusion.repo
11. add the line exclude = perl-Apache-Test* on the section [of]
12. In order to use the repository, just create a file named /etc/yum.repos.d/PacketFence.repo with the following content
13. [PacketFence]
name=PacketFence Repository
baseurl=http://inverse.ca/downloads/PacketFence/RHEL$releasever/$basearch
gpgcheck=0
enabled=0
Install PacketFence with all its dependencies
14. yum groupinstall –-enablerepo=PacketFence,rpmforge Packetfence-complete
Once packetfence is installed it can be configured at GUI interface
http://ipaddress:1444/configurator
The management interface will be
http://ipaddress:1443