(E-Mail Removed) wrote:
> I need kind of a programmable router running on Linux or FreeBSD
> based on an x-86 arch-type box that should comsume the minimal amount
> of power (like a basic router) ...
Well, you could get a router running on GPL code like some routers from
Linksys, Netgear, Buffalo, and others.
I have a Linksys WRT54G flashed with a 3rd party firmware
HyperWRT+Thibor. The web configuration is extended but most important
you have shell access on the box. For instance, I can configure the
packet filter directly with iptables. If you need something special you
can also compile your own binaries and install them.
A good starting point for reading is the web site of DD-WRT, another 3rd
party firmware project for the WRT54G and more routers (other brands,
too).
http://www.dd-wrt.com/ In particular look at the Wiki where you
can read which routers and brands can be flashed with DD-WRT (and other
3rd party firmware).
For the WRT54G you should also read
http://en.wikipedia.org/wiki/WRT54G
If you buy the WRT be sure not to buy one of the versions with less
memory like the WRT54Gv5,v6,v7.
Gerald