On 10/10/2013 10:35 AM, Matthias Dort wrote: > Helo, > > how can i disable the admin web access from internet? I have read, that > this is done in "Version: 2.5.0-4. Built: 2013-04-17-19:13" with using > the file "/etc/djigzo/ip-filter.properties", but what must be the content? > > With the following content it do not work: > > cat /etc/djigzo/ip-filter.properties > #md/29.05.12 add ip filter > DJIGZO_WEB_IP_FILTER="192.168.0.0/16,172.16.0.0/12,10.0.0.0/8" > #JAVA_OPTS="$JAVA_OPTS -Ddjigzo.ipfilter.network=$DJIGZO_WEB_IP_FILTER" > > Please help me, how to setup the filter for specific ip-address ranges > to deny web access.
The ip filter config is described in appendix D.6 of the (quick) install guide. An example of a valid ip filter (from the file /etc/djigzo/ip-filter.properties) ip-filter=192.168.1.2,127.0.0.* I think you can also use CIDR format like 192.168.0.0/16 If you are using the Virtual Appliance, you can set the IP filter from the virtual appliance console tool. Kind regards, Martijn Brinkers -- DJIGZO email encryption _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
