ubuntu 12.04에서는 정상적으로 geoip 가 세팅 되었는데 가끔 ubuntu 10.04 에서 실행 할때 에러가 나올 경우가 생겨서 잃어버릴까바 적어놓는다. 10.04 버전문제 발생 : Could not open /var/geoip/LE/NL.iv0: No such file or directoryiptables v1.4.4: Could not read geoip database 이런 에러가 생긴다. 해당 문제는 실제 생성된 파일들은 iv4,ip6로 되어있는데 ip0값을 원할때해당 에러가 나온다. 이는 아래 펄 스크립트(geoip_csv_iv0.pl)로, 다운 받고 Unzip된 GeoIPCountryWhois.csv 파일을 돌린다 ./geoip_csv_iv0.pl GeoIPCountryWhois.c..