Date: Thu, 11 Aug 2016 11:13:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211744] [NEW PORT] sysutils/ipdbtools: Tools for IP based Geo-blocking and Geo-routing Message-ID: <bug-211744-13-JG87M8jPwT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211744-13@https.bugs.freebsd.org/bugzilla/> References: <bug-211744-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211744 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: pi Date: Thu Aug 11 11:12:23 UTC 2016 New revision: 420060 URL: https://svnweb.freebsd.org/changeset/ports/420060 Log: New port: sysutils/ipdbtools Tools for generating IP based Geo-block-ing and Geo-routing tables in order to configure the system's firewall and/or routing facilities In general, routing is determined by destination IP addresses, and access control by the firewall is established by selectors that can be attrib- uted to incoming and outgoing IP packets, like physical interfaces on which the packets are going, source and target IP addresses, protocol types, port numbers, content types and content, etc. The Geo-location would be just another selector, but this information is not carried explicitly with IP packets, however, it can be obtained using an IP address as a key for looking-up the location in an IP database. Online databases do exist, but these are usually limited to single queries and in addition the look-up in an online database is by far too slow for even thinking about being utilized at the firewall level, where IP packets need to be processed in a microsecond time scale. Therefore, a locally maintained Geo-location database is indispensable in the given respect. The System's own routing and filtering tables can be configured to do these tasks if there is a source of the appropriate data. The ipdbtools(1) are designed to provide this data and to assist managing and using it. WWW: https://cyclaero.github.io/ipdb/ PR: 211744 Submitted by: cyclaero@gmail.com Changes: head/sysutils/Makefile head/sysutils/ipdbtools/ head/sysutils/ipdbtools/Makefile head/sysutils/ipdbtools/distinfo head/sysutils/ipdbtools/pkg-descr --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211744-13-JG87M8jPwT>