* GPL violation by router manufacturer Conceptronic
@ 2004-12-16 19:37 Miguel Angel Alvarez
2005-01-04 10:30 ` Harald Welte
0 siblings, 1 reply; 4+ messages in thread
From: Miguel Angel Alvarez @ 2004-12-16 19:37 UTC (permalink / raw)
To: netfilter-devel
Hi all!
I have found what may be (it surely seems to be) a GPL violation by
Conceptronic (it was Tulip computers some years ago).
They sell a router, actual model is C100BRS4H. Their web page is
http://www.conceptronic.net, go to products->networking and you'll find it
here.
A friend of mine bought one today.
I first ran nmap against this device, and identified it as running linux
2.4.18-2.4.20
Then I asked my friend to look for GPL notices and source code on the
documentation and he could find none.
So, I went to the manufacturers web to look it myself, and could find no
reference to linux or GPL code. What I found was and actual update to the
router's ROM.
The download site is
http://download.tulip.com/support/Conceptronic/Network/C100BRS4H/
After i downloaded it (C100BRS4H_2.97.bin) and ran the strings command i found
the following significative strings:
webpages-6104k.bin
vmlinux.bin
I couldn't dig more since I don't know what proccessor has the device nor
what compression algorithm they are using.
The rest was garbage, so i suposse this are two compressed files.
I searched in google, but i couldn't find any reference to this particular
violation, just another violation in a wireless router from same
manufacturer.
This is nmap output:
Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-12-16 16:58 CET
Interesting ports on (my friend's IP):
(The 1651 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
53/tcp filtered domain
80/tcp filtered http
515/tcp filtered printer
631/tcp filtered ipp
8080/tcp open http-proxy
9100/tcp filtered jetdirect
9111/tcp filtered DragonIDSConsole
9152/tcp filtered ms-sql2000
Device type: general purpose
Running: Linux 2.4.X
OS details: Linux 2.4.18 - 2.4.20 (X86)
Uptime 0.116 days (since Thu Dec 16 14:11:32 2004)
Nmap run completed -- 1 IP address (1 host up) scanned in 27.013 seconds
--
Don't see the world trought a window, be open{source}minded, and be free :-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* GPL violation by router manufacturer Conceptronic
@ 2004-12-16 20:30 Miguel Angel Alvarez
2004-12-16 22:27 ` Sven Anders
0 siblings, 1 reply; 4+ messages in thread
From: Miguel Angel Alvarez @ 2004-12-16 20:30 UTC (permalink / raw)
To: netfilter-devel
Hi all!
I have found what may be (it surely seems to be) a GPL violation by
Conceptronic (it was Tulip computers some years ago).
They sell a router, actual model is C100BRS4H. Their web page is
http://www.conceptronic.net, go to products->networking and you'll find it
here.
A friend of mine bought one today.
I first ran nmap against this device, and identified it as running linux
2.4.18-2.4.20
Then I asked my friend to look for GPL notices and source code on the
documentation and he could find none.
So, I went to the manufacturers web to look it myself, and could find no
reference to linux or GPL code. What I found was and actual update to the
router's ROM.
The download site is
http://download.tulip.com/support/Conceptronic/Network/C100BRS4H/
After i downloaded it (C100BRS4H_2.97.bin) and ran the strings command i
found the following significative strings:
webpages-6104k.bin
vmlinux.bin
I couldn't dig more since I don't know what proccessor has the device nor
what compression algorithm they are using.
The rest was garbage, so i suposse this are two compressed files.
I searched in google, but i couldn't find any reference to this particular
violation, just another violation in a wireless router from same
manufacturer.
This is nmap output:
Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-12-16 16:58 CET
Interesting ports on (my friend's IP):
(The 1651 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
53/tcp filtered domain
80/tcp filtered http
515/tcp filtered printer
631/tcp filtered ipp
8080/tcp open http-proxy
9100/tcp filtered jetdirect
9111/tcp filtered DragonIDSConsole
9152/tcp filtered ms-sql2000
Device type: general purpose
Running: Linux 2.4.X
OS details: Linux 2.4.18 - 2.4.20 (X86)
Uptime 0.116 days (since Thu Dec 16 14:11:32 2004)
Nmap run completed -- 1 IP address (1 host up) scanned in 27.013 seconds
--
Don't see the world trought a window, be open{source}minded, and be free :-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GPL violation by router manufacturer Conceptronic
2004-12-16 20:30 GPL violation by router manufacturer Conceptronic Miguel Angel Alvarez
@ 2004-12-16 22:27 ` Sven Anders
0 siblings, 0 replies; 4+ messages in thread
From: Sven Anders @ 2004-12-16 22:27 UTC (permalink / raw)
To: Miguel Angel Alvarez, netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 2013 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Miguel Angel Alvarez wrote:
| Hi all!
|
| I have found what may be (it surely seems to be) a GPL violation by
| Conceptronic (it was Tulip computers some years ago).
| They sell a router, actual model is C100BRS4H. Their web page is
| http://www.conceptronic.net, go to products->networking and you'll find it
| here.
|
| A friend of mine bought one today.
| I first ran nmap against this device, and identified it as running linux
| 2.4.18-2.4.20
| Then I asked my friend to look for GPL notices and source code on the
| documentation and he could find none.
| So, I went to the manufacturers web to look it myself, and could find no
| reference to linux or GPL code. What I found was and actual update to the
| router's ROM.
| The download site is
| http://download.tulip.com/support/Conceptronic/Network/C100BRS4H/
| After i downloaded it (C100BRS4H_2.97.bin) and ran the strings command i
| found the following significative strings:
| webpages-6104k.bin
| vmlinux.bin
Try this:
tail -c 1717886 C100.bin > webpages-6104k.bin.gz
tail -c 1652350 C100.bin > vmlinux.bin.gz
It's an MIPS kernel:
~ (Linux version 2.4.18-MIPS-01.00 (root@betty_linux) #318 ... 18:01:58 CST 2004)
If you look at the size of the firmware file, I'm not sure, if there are only
these two file in there...
Regards
~ Sven
- --
~ Sven Anders <anders@anduras.de>
~ ANDURAS service solutions AG
~ Innstraße 71 - 94036 Passau - Germany
~ Web: www.anduras.de - Tel: +49 (0)851-4 90 50-0 - Fax: +49 (0)851-4 90 50-55
Rechtsform: Aktiengesellschaft - Sitz: Passau - Amtsgericht Passau HRB 6032
Mitglieder des Vorstands: Sven Anders, Marcus Junker, Michael Schön
Vorsitzender des Aufsichtsrats: Dipl. Kfm. Karlheinz Antesberger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFBwgvY5lKZ7Feg4EcRAkeDAJoDv+KvtVIekPBs9PriL+FUvrzHdACeMi8K
iZqrVv+t/FZDhnkVKqmyfxc=
=0UuI
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: GPL violation by router manufacturer Conceptronic
2004-12-16 19:37 Miguel Angel Alvarez
@ 2005-01-04 10:30 ` Harald Welte
0 siblings, 0 replies; 4+ messages in thread
From: Harald Welte @ 2005-01-04 10:30 UTC (permalink / raw)
To: Miguel Angel Alvarez; +Cc: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]
On Thu, Dec 16, 2004 at 08:37:42PM +0100, Miguel Angel Alvarez wrote:
> Hi all!
>
> I have found what may be (it surely seems to be) a GPL violation by
> Conceptronic (it was Tulip computers some years ago).
> They sell a router, actual model is C100BRS4H. Their web page is
> http://www.conceptronic.net, go to products->networking and you'll find it
> here.
sorry for my late reply, netfilter-devel is not the right place for this
kind of mail, since it is about development.
Please direct gpl violations of netfilter/iptables to
laforge@gpl-violations.org, which I read more frequently.
Anyway, I'm going to reply to you privately with more informtaion.
--
- Harald Welte <laforge@netfilter.org> http://www.netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-01-04 10:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-16 20:30 GPL violation by router manufacturer Conceptronic Miguel Angel Alvarez
2004-12-16 22:27 ` Sven Anders
-- strict thread matches above, loose matches on Subject: below --
2004-12-16 19:37 Miguel Angel Alvarez
2005-01-04 10:30 ` Harald Welte
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.