No Porn From Public WiFi Hotspots In the UK Proposed
whoever57 writes "Prime Minister David Cameron is proposing that porn should not be available through WiFi hotspots in public areas. Exactly how this will be implemented has not been identified, even to the extent of whether the ISP or the hotspot operator should implement the blocking. From the article: '
The Prime Minister said: “We are promoting good, clean, WiFi in local cafes and elsewhere to make sure that people have confidence in public WiFi systems so that they are not going to see things they shouldn’t.”
His intervention comes after a long-running campaign from children’s charities to ensure a blanket ban on unacceptable sites on public WiFi networks.'"
The what happens is that people move their porn to Linux, take a file like, say 'manandwoman.mov' and do:
split -b 10M manandwoman.mov $HARMLESSFILE
for s in $HARMLESSFILE*; do
$ENCRYPT -password "${HARMLESSFILE}MrFlibble$HARMLESSFILE" $s -o $s.bin
done
# copy the files to multiple free cloud storage facilities and post links to friends, passing instructions for reassembly
# via other means (sneakernet?)
# do this for many innocent files too, so that if someone catches you, you may deduce how they did it before
# you do and realise that they have been cheating at the Game of Life, or else have supernatural powers.
# In case you need to buy yourself out of jail, present evidence in completion of a certain challenge.
John_Chalisque
Of course a complete block would be impossible. What's needed is something like OpenDNS. I use it for my home network, with (in)appropriate categories blocked. This means it's far less likely the kids will stumble across (in a few years' time, read "successfully search for") anything we'd rather they didn't see.
The router acts as a DNS forwarder for OpenDNS's servers, and it blocks outgoing port 53 requests from machines on the LAN. This stops anyone configuring their own DNS server to get around my block.
This is by no means infallible: a proxy, a DNS server not on port 53, an external online IP address lookup - all of these will get around it. My intent is to reduce the likelihood of inappropriate material making it onto the LAN.
Ydco co