Tag Archives: networking

Raspberry Pi – Command line WiFi configuration

For a device aimed at least partly at getting kids into programming, setting up access to my hidden WiFi network on a Raspberry Pi proved a little more challenging than I expected Continue reading

CXF – Adding security by IP whitelisting

Creating a simple Interceptor class to enforce IP address based security for an Apache CXF web-service Continue reading

Java – Whitelisting IP subnets

Whitelisting IP subnets rather than individual addresses can alleviate some of the drudge of managing your security configuration. Continue reading