How active the remote web admin ?

All about firmwares for routers. Support for RouterTech firmwares is here too.
User avatar
thechief
RouterTech Team
RouterTech Team
Posts: 12067
Joined: Wed Feb 01, 2006 10:22 pm
Location: England, the Centre of Africa
Contact:

Post by thechief » Thu Jul 10, 2008 7:28 pm

The ssh server is dropbear. I think it is pretty secure.
The Chief: :afro: Be sure to read the Firmware FAQ and do a Forum Search before posting!
No support via PM. Ask all questions on the open forum.
pierissimo
Novice
Novice
Posts: 15
Joined: Thu Jul 10, 2008 6:47 pm
Contact:

Post by pierissimo » Thu Jul 10, 2008 9:21 pm

ok thankssss!
I was in alarm!


ciao!
mstombs
RouterTech Team
RouterTech Team
Posts: 3753
Joined: Wed Jan 10, 2007 11:54 pm

Post by mstombs » Thu Jul 10, 2008 11:56 pm

When I compared the firmware dropbear sources with a standard one I did see that that someone, maybe Ti?, had changed an identification string, presumably for better compatibility somewhere!
pierissimo
Novice
Novice
Posts: 15
Joined: Thu Jul 10, 2008 6:47 pm
Contact:

Post by pierissimo » Mon Jul 14, 2008 1:32 pm

I was able to ssh my router from remote host...but I cannot find useful commands to have a complete control of the router.
I was interested to: get ip account status, get connected clients, portforward, change wlan wpa password and settings related to wlan...

am I too hard to please? :?

thanx!
mstombs
RouterTech Team
RouterTech Team
Posts: 3753
Joined: Wed Jan 10, 2007 11:54 pm

Post by mstombs » Mon Jul 14, 2008 1:44 pm

Have a look at cli pdf in your Routertech firmware download, it is possible to do most things from the command line that the web interface does, but syntax tricky. And same as web interface - if you make changes you need to do the equivalent of "save all" to make sticky.

Other things can be viewed or temporarily changed using standard linux commands.

Current active connected devices from the arp table

cat /proc/net/arp

for example (alternatively "arp -n")
pierissimo
Novice
Novice
Posts: 15
Joined: Thu Jul 10, 2008 6:47 pm
Contact:

Post by pierissimo » Mon Jul 14, 2008 1:57 pm

I have a look at cli pdf! I forget about it!

thanx!
tiepolo
Experienced
Experienced
Posts: 162
Joined: Sat Mar 03, 2007 10:10 pm
Location: milan, Italy

Post by tiepolo » Tue Jan 20, 2009 6:03 pm

hello,

I tried to execute
setenv ip3.sh ";/sbin/iptables -t nat -I PREROUTING -p tcp -i ppp0 --dport 2022 -j REDIRECT --to-ports 22" , but i obtain only an ip3.sh trunkated :

;/sbin/iptables -t nat -I PREROUTING -p tcp -i ppp0 --dport 2022 -j REDI

loosing everithing after that

so I can't get the port redirection -

do you have ideas?

Thx,

Paolo
Paolo
mstombs
RouterTech Team
RouterTech Team
Posts: 3753
Joined: Wed Jan 10, 2007 11:54 pm

Post by mstombs » Tue Jan 20, 2009 7:40 pm

adam2 routers have tight limits on length of env vars, pspboot is more generous.

Consider using an mtd5 minix partition to store small scripts and call them.
Post Reply