If you're like me, and you own a Siemens Gigaset 762sx, you've probably done a port scan on your 762sx's IP to find that its running an SSH server... maybe then you tried to log in, but 'root' didnt work with your router's configured password. Well I fiddled around a bit, and finally managed to log in using username 'administrator' and the router's configured password. But it wasnt linux! It was the router's own front-end IGD configuration terminal and theres not much fun you can have with that...
But I knew the thing was running Linux, because of the format of the logs on the status page... and because Linux is open source, Siemens is supposed to make the source code for the firmware available online. Well, they did... but the customized, locked Telkom firmware gave some headaches - the source wasn't available, and the root password is different... Well I wanted access: So I contacted hCOM (SA's/Telkom's distributor for the router) and while they tried to get the password for me, they couldn't.
Eventually after lots of examination of Siemen's original firmware, I found out about a hidden command: 'sx762os', which opens a 'normal' busybox shell (sh). Yeahh!! =)
I then saw that the /config directory is a jffs partition with about 512k free space, and whatever is in there will last if the modem's power is lost. It's great that the device has a USB port, because you can then also access a USB drive once it mounts, from the shell, opening up the possibilities
Just thought I'd share this with anybody who owns this great router, because I've always wanted to get into the linux portion of it and haven't been able to... finally it's time to tinker. Would be great if someone could port the WRT54G route-splitting script to work on this router - I would, but I don't really need it considering I have a separate Linux server to do that
But I knew the thing was running Linux, because of the format of the logs on the status page... and because Linux is open source, Siemens is supposed to make the source code for the firmware available online. Well, they did... but the customized, locked Telkom firmware gave some headaches - the source wasn't available, and the root password is different... Well I wanted access: So I contacted hCOM (SA's/Telkom's distributor for the router) and while they tried to get the password for me, they couldn't.
Eventually after lots of examination of Siemen's original firmware, I found out about a hidden command: 'sx762os', which opens a 'normal' busybox shell (sh). Yeahh!! =)
I then saw that the /config directory is a jffs partition with about 512k free space, and whatever is in there will last if the modem's power is lost. It's great that the device has a USB port, because you can then also access a USB drive once it mounts, from the shell, opening up the possibilities
Just thought I'd share this with anybody who owns this great router, because I've always wanted to get into the linux portion of it and haven't been able to... finally it's time to tinker. Would be great if someone could port the WRT54G route-splitting script to work on this router - I would, but I don't really need it considering I have a separate Linux server to do that
Last edited: