O/S : CentOS 6.x
1. epel yum repo에 추가
1 |
[root@localhost ~]# yum -y install epel-release |
2.yum GeoIP install
1 |
[root@localhost ~]# yum -y install epel-releaseyum -y install GeoIP GeoIP-devel GeoIP-GeoLite-data* |
3. 자료를 확인해 보면 최신 자료가 아닌 2018년도 자료가 마지막이다
4. 최신 자료로 업데이트 진행은 아래 사이트에서 진행
1 2 3 4 5 6 7 8 9 10 11 12 |
[root@se ~]# ll /usr/share/GeoIP/ lrwxrwxrwx 1 root root 18 2019-12-05 14:54 GeoIP.dat -> GeoLiteCountry.dat lrwxrwxrwx 1 root root 16 2019-12-05 14:53 GeoIPASNum.dat -> GeoLiteASNum.dat -rw-r--r-- 1 root root 5528502 2018-04-04 22:41 GeoIPASNumv6.dat lrwxrwxrwx 1 root root 15 2019-12-05 14:53 GeoIPCity.dat -> GeoLiteCity.dat lrwxrwxrwx 1 root root 17 2019-12-05 14:53 GeoIPCityv6.dat -> GeoLiteCityv6.dat -rw-r--r-- 1 root root 2273897 2018-04-04 22:41 GeoIPv6.dat -rw-r--r-- 1 root root 4638365 2018-04-04 22:41 GeoLiteASNum.dat lrwxrwxrwx 1 root root 16 2019-12-05 14:54 GeoLiteASNumv6.dat -> GeoIPASNumv6.dat -rw-r--r-- 1 root root 20539238 2018-04-04 22:42 GeoLiteCity.dat -rw-r--r-- 1 root root 21581053 2018-04-04 22:42 GeoLiteCityv6.dat -rw-r--r-- 1 root root 1242574 2018-04-04 22:41 GeoLiteCountry.dat |
4. 최신 자료로 업데이트 진행은 아래 사이트에서 진행
GeoIP.dat GeoIPCity.dat 파일 업데이트 CentOS 6 (GeoLite2 이용한 geoip geoipcity 파일 최신 파일로 업데이트)