Search found 2857 matches

by mstombs
Sat Mar 16, 2013 5:37 pm
Forum: Routers
Topic: Cisco e3200 speed
Replies: 2
Views: 4516

Re: Cisco e3200 speed

The problem is I get about 50mbps (speedtest.net) when hooked direct to modem and about 50mbps when wired directly to router. But as soon as I go wireless, I drop to about 17mbps. What wireless mode are you using? Should get 20Mbps with wireless G (30Mbps with one of the speedbooster technologies) ...
by mstombs
Sat Feb 23, 2013 12:40 pm
Forum: Firewall/Security
Topic: url blocking again!
Replies: 12
Views: 20501

Re: url blocking again!

i have some questions about the minix partition 1 if its not unmounted properly does the data in it gets lost / will it not remount at next reboot ? You might have data loss (only of new data that has not been flushed). You can prevent such data loss by running "flush" after writing any data to the...
by mstombs
Tue Feb 19, 2013 11:36 pm
Forum: Firmware
Topic: routertech linux kernel tweaks
Replies: 4
Views: 6732

Re: routertech linux kernel tweaks

A one liner to read all the values in one tree:-

Code: Select all

for f in /proc/sys/net/ipv4/*;do echo -n "$f=";cat $f;done
modify as needed for other area
by mstombs
Thu Feb 07, 2013 11:54 pm
Forum: Firmware
Topic: Linksys WAG200G and RouterTech Firmware
Replies: 75
Views: 186976

Re: Linksys WAG200G and RouterTech Firmware

The nokia CA-42 can be converted to a serial console cable - not JTAG.
by mstombs
Mon Jan 28, 2013 10:14 am
Forum: Firmware
Topic: Asus RT-N13U firmware restore after DD-WRT
Replies: 5
Views: 10376

Re: Asus RT-N13U firmware restore after DD-WRT

Well if you really have erased the firmware from flash the router should just stay in recovery mode. You have to use a static ip to access the router in this mode. If the nvram is corrupt the router could be crashing on boot, if the CFE is damaged only possible repair is using JTAG. Serial console o...
by mstombs
Sun Jan 27, 2013 6:10 pm
Forum: Firmware
Topic: Asus RT-N13U firmware restore after DD-WRT
Replies: 5
Views: 10376

Re: Asus RT-N13U firmware restore after DD-WRT

I don't know tha particular model but Asus bootloaders are generally quite robust - are you sure you are pressing and holding the correct button to get to restore mode? Have you tried an Asus recovery tool? Did that dd-wrt mtd-erase do anything? I thought an unlock was always needed first! There's p...
by mstombs
Sat Jan 19, 2013 11:57 am
Forum: Firmware
Topic: AR7-MIPSEL compiling on x86 - toolchain for newbies
Replies: 2
Views: 4695

Re: AR7-MIPSEL compiling on x86 - toolchain for newbies

OpenWrt have a great buildroot system for creating toolchains, Routertech needs a hand crafted (all credit to thechief) one to maintain compatibility with the old Ti kernel and drivers. Tomatousb has scripts based on openwrt ones to build its toolchain, and similar adopted by Asus. If you are intere...
by mstombs
Tue Jan 15, 2013 11:30 pm
Forum: Free Chat (Technical)
Topic: rt firmware dsl driver tweaks ?
Replies: 1
Views: 6736

Re: rt firmware dsl driver tweaks ?

There are some things you can do directly, but those env vars only apply when the driver starts, so a reboot is usually necessary. The routerstatslogger https://www.routertech.org/viewtopic.php?t=1501 is a PC tool which has a friendlier interface to construct the env vars, and has a few more tweak d...
by mstombs
Mon Jan 14, 2013 12:09 am
Forum: Firmware
Topic: (release) - Dnsmasq 2.65
Replies: 2
Views: 4120

Re: (release) - Dnsmasq 2.65

Yes we stripped all the dhcp stuff out of dnsmasq just to use the dns part as replacement for dproxy. Some routers could take the bigger size - if built into the firmware the squashfs-lzma filesystem increase would be a lot less than 230kB, For standalone you could try upx compression. BUT the diffi...
by mstombs
Tue Jan 08, 2013 11:57 am
Forum: Firmware
Topic: Forwarded port not working after reboot
Replies: 9
Views: 10616

Re: Forwarded port not working after reboot

That's redirecting the remote, RT firmware has an env-var http_port that can be used to run the web gui on an alternate port, but I suspect the remote access doesn't honour it.
by mstombs
Tue Jan 08, 2013 11:10 am
Forum: Firmware
Topic: Forwarded port not working after reboot
Replies: 9
Views: 10616

Re: Forwarded port not working after reboot

Can change the RT web gui port No - but probably breaks the gui remote access.

ports 8008, 8081, 8090 are listed as http alternates - if you have a corporate packet inspecting firewall that only allows valid traffic.
by mstombs
Mon Jan 07, 2013 5:52 pm
Forum: Firmware
Topic: Forwarded port not working after reboot
Replies: 9
Views: 10616

Re: Forwarded port not working after reboot

The firmware version is relevant - there's clearly an issue with port 80, you seem to be using it both for remote access to the router and to port-forward. That toggle between 80/8080 is specific to the 1350 firmware. I don't think remote access to the router is very secure with just password securi...
by mstombs
Mon Dec 31, 2012 7:12 pm
Forum: Wireless
Topic: Outputting Multiple Networks
Replies: 6
Views: 12082

Re: Outputting Multiple Networks

Does the router have auto channel hopping, and windoze just remembering where the 'hidden ssid' was when it previously saw it? I don't recommend turning off ssid broadcasting since it adds no security and the only person it hides your network from is your dumb neighbour who may then setup his new ro...
by mstombs
Fri Dec 28, 2012 10:12 pm
Forum: Routers
Topic: D-link G664T whistles!
Replies: 4
Views: 5315

Re: D-link G664T whistles!

I have seen this mentioned for similar routers before (search for Linksys WAG54G V2 and mosquito), and you can try different dsp versions or some env vars to limit performance. Its a hardware problem so any software change is a workaround, so I'm sure you need a new router!
by mstombs
Fri Dec 21, 2012 12:42 pm
Forum: Free Chat (Technical)
Topic: cm_pc , cm_logic , cm_klogd , diap processes ?!
Replies: 10
Views: 13684

Re: cm_pc , cm_logic , cm_klogd , diap processes ?!

I have a guess that cm_pc is a sort of inetd daemon, and cm_klogd is a syslog daemon, there's leaked partial sources for cm_logic in various GPL distros, but don't waste time trying to reverse engineer!