팝업레이어 알림

팝업레이어 알림이 없습니다.

Memory

HOME > 공지사항

RockyLinux 라즈베리파이 록키리눅스 GeoIP 설치

페이지 정보

profile_image
작성자 최고관리자
댓글 0건 조회 17,875회 작성일 22-08-30 00:36

본문

      1. maxmind 사이트에 접속 후 회원 가입을 한다. 
        https://www.maxmind.com/en/geolite2/signup

ccafbdec6edec86be958bd65da466183_1661785922_8548.png
 2. 가입 후 메일로 전송된 주소로 연결한다.
 
ccafbdec6edec86be958bd65da466183_1661786044_7677.png
 3. 라이센스 키를 만든다

ccafbdec6edec86be958bd65da466183_1661786254_5643.png


필수 패키지 설치
yum install gcc gcc-c++ make automake unzip zip iptables-devel perl-CPAN wget libmnl* perl-NetAddr-IP perl-Text-CSV_XS git


xtables-addons download
wget http://downloads.sourceforge.net/project/xtables-addons/Xtables-addons/xtables-addons-2.13.tar.xz 

tar xvf xtables-addons-2.13.tar.xz


xtables-addons 설치
cd xtables-addons-2.13
nano mconfig 



./configure
make && make install

GeoLite2xtables download
git clone https://github.com/mschmitt/GeoLite2xtables
cd GeoLite2xtables/
mv geolite2.license.example geolite2.license

# 발급받은 키로 수정
nano geolite2.license
YOUR_LICENSE_KEY='발급받은 키를 넣는다.'

GeoIP 데이터베이스 다운로드 및 CSV 변환
[root@geoip GeoLite2xtables]# ./00_download_geolite2 
[root@geoip GeoLite2xtables]# ./10_download_countryinfo  

inflating: /tmp/GeoLite2-Country-Blocks-IPv4.csv  
inflating: /tmp/GeoLite2-Country-Blocks-IPv6.csv  

댓글목록

등록된 댓글이 없습니다.