Running OpenWRT on Soekris 4801
After looking for quite a while for different solutions for my local router box, i decided to use an Soekris 4801 box. There are several advantages for this:
- It is fanless
- It can be run with CF Cards
- All hardware is supported by Open Source drivers
- support for OpenWRT is known to be quite good
- it is Linux based
- one can easyly install more software
option ifname lo option proto static option ipaddr 127.0.0.1 option netmask 255.0.0.0config interface lan
option ifname eth1 option proto 'static' option ipaddr '10.9.0.1' option netmask '255.255.255.0'config interface wan
option ifname eth0 option proto pppoe option username "myISPlogin" option password "s3cr3t"config interface phone
option ifname eth2 option proto static option ipaddr 10.9.1.1 option netmask 255.255.255.0config interface wlan
option ifname ath0 option proto static option ipaddr 10.9.2.1 option netmask 255.255.255.0/etc/config/wireless config wifi-device wifi0
option type atheros option channel 8 option diversity 1 option distance 100 option txantenna 0 option rxantenna 0 option mode 11gconfig wifi-iface
option device wifi0 option network wlan option mode ap option ssid myESSID option hidden 0 option encryption psk2 option key "iWILLnotTELLyou"
No TrackBacks
TrackBack URL: http://blog.zobel.ftbfs.de/cgi-bin/movabletype/mt-tb.cgi/66
did anyone tried this with soekris net5501-70?
not yet, but my net5501-70 should arrive today or tomorrow, so i can try that.