Archive for the tag 'firewall'

Media Player (Dvico 3100) + Netgear WGT634U = Cheap Wifi Media Player

This year, for my birthday I have a very nice Media Player M3100. This stuff is really usefull, no need to use a noisy computer to watch recorded Divx. It’s pretty kool to watch films from beds you know..
The only issue: I need to take it back to my computer when I want to upload [...]

admin April 5th, 2007

Packet filtering w/ Python and Linux

While looking for a fun way to filter my WIFI traffic, I decided to look at userland firewall API in Python. I found: ipqueue.
I haven’t really wrote a full featured app with it, but here the first things to make it work.
# load the kernel queue module
modprobe ip_queue
# all outgoing ping will pass throught the [...]

admin November 1st, 2004