On Sun, 12 Dec 2004, Erez Doron wrote:
i have just got a new adsl router from bezeq. it is the eci b-focus 312+ adsl2 router
and of course: it runs linux !!!
Did you get a copy of the GPL and the source for everything GPL/LGPL on it (probably at least kernel, busybox, glibc/uclibc, iptables)? Or a written offer to provide the source? If not you should report to the copyright holders.
it is a 150Mhz mips processeor with 64Mb ram, and flash of 1.4M
64 Mbit or 64MByte?
however, thease are basic firewall rules, and i wanted to get better ones. of course i can set any rules i like using iptables from the shell, but this doesn't keep them after reboot ... and i can not edit the rc.S script, as the root fs is a compressed RO system.
so i wonder how the software itself saves the information, written via the web interface.
The flash is usually accessed with mtd interface, see what
cat /proc/mtd
shows you. If there are a few partitions, probably one of them is used to store configuration, either in a filesystm (jffs is common), or directly.
-- Matan Ziv-Av. [EMAIL PROTECTED]
================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]