Search found 47 matches

by hiteck
Wed Feb 22, 2012 9:06 pm
Forum: General
Topic: Bandwidth Usage Report
Replies: 12
Views: 11443

Re: Bandwidth Usage Report

Here is a re-write of my Bandwidth and Mac address logger. It is nicer to the nvram and easier on ram usage. The sleep line is needed to allow the cp to finish before the flush is forced. echo "">/var/tmp/mac_log.txt tail /nvram/mac_log.txt -n 600 >/var/tmp/mac_log.txt echo `date`>>/var/tmp/mac_log....
by hiteck
Sat Feb 18, 2012 12:55 am
Forum: General
Topic: multi PVC on modem and router configuration
Replies: 2
Views: 7467

Re: multi PVC on modem and router configuration

What type/make/model of modem and routers are you trying to use ?
Does either have Routertech firmware in it ?
by hiteck
Fri Feb 17, 2012 4:34 am
Forum: General
Topic: Bandwidth Usage Report
Replies: 12
Views: 11443

Re: Bandwidth Usage Report

This makes the report a little easier to read. It uses showbandwidth.sh . echo `date`>>/nvram/mac_log.txt cat /var/tmp/landhcps0.leases >> /nvram/mac_log.txt showbandwidth.sh >> /nvram/mac_log.txt echo "">>/nvram/mac_log.txt tail /nvram/mac_log.txt -n 500 >/nvram/mac_log_tmp.txt cp /nvram/mac_log_tm...
by hiteck
Fri Feb 17, 2012 3:53 am
Forum: General
Topic: Routertech logging with Wallwatcher
Replies: 0
Views: 3836

Routertech logging with Wallwatcher

I know, Wallwatcher is no longer supported. It doesn't really need it either. It works great with many routers. And I got it working with Routertech syslog. Setup remote logging for "info". Put the following code in /nvram/startup.sh or in an Environment variable. write_crontab.sh '*' '*' '*' '*' '*...
by hiteck
Fri Feb 17, 2012 3:22 am
Forum: General
Topic: Bandwidth Usage Report
Replies: 12
Views: 11443

Re: Bandwidth Usage Report

Here is my latest stab at tracking usage. This goes into /nvram/mac_watch.sh echo `date`>>/nvram/mac_log.txt cat /var/tmp/landhcps0.leases >> /nvram/mac_log.txt grep -v 'bytes_src = 0' /proc/net/ipt_account/mynetwork >> /nvram/mac_log.txt echo "">>/nvram/mac_log.txt tail /nvram/mac_log.txt -n 500 >/...
by hiteck
Thu Feb 16, 2012 7:21 pm
Forum: Firmware
Topic: Firmware Versions and IPTables on NetComm NB5 (vanilla)
Replies: 23
Views: 21931

SIP / VOIP timeout fix

Yes indeed it works good !
No need to mess with the Environment variables either.

Put the attached files into /nvram, change names to *.sh and set flags to executable. Reboot.

NOTE: The /nvram folder must be in MTD5 (flash), not in ram, if you want it to stick after reboots.
by hiteck
Wed Jan 25, 2012 6:41 pm
Forum: Firmware
Topic: Firmware Versions and IPTables on NetComm NB5 (vanilla)
Replies: 23
Views: 21931

sipfix.sh appended to onconnectWAN at startup

This is what gets appended to /var/tmp/onconnectWAN at startup:

Code: Select all

/nvram/sipfix.sh > /dev/null 2>&1 & 
It ends with "& ". Is that complete and correct ?
by hiteck
Tue Jan 24, 2012 11:33 pm
Forum: Firmware
Topic: Firmware Versions and IPTables on NetComm NB5 (vanilla)
Replies: 23
Views: 21931

PPPOE on ATA

Maybe that attempt to use PPPoE is not a good idea. My Sunrocket ATA always has ports 23 and 80 open, and my Linksys PAP2 ATA's do not support PPPoE. :cry: I will try The Chief's method for the ENV entry.
by hiteck
Tue Jan 24, 2012 11:13 pm
Forum: Firmware
Topic: Firmware Versions and IPTables on NetComm NB5 (vanilla)
Replies: 23
Views: 21931

Re: Firmware Versions and IPTables on NetComm NB5 (vanilla)

Thanks Brian. Nice to see you and The Chief created a solution. However... as all my modems are Adam2 based, I cannot enter a long command into the environment for Adam2 bootloaders. The limit is like 32 bytes? per line, so I cannot enter RT_init_50 echo "/nvram/sipfix.sh > /dev/null 2>&1 & " >> /va...
by hiteck
Tue Jan 24, 2012 9:22 pm
Forum: Firmware
Topic: Firmware Versions and IPTables on NetComm NB5 (vanilla)
Replies: 23
Views: 21931

SIP / UDP session lockups

I too have suffered with a SIP registration problem for years. When the WAN IP changes, the SIP (udp) session locks up and rebooting the router has been my only fix, unless I use dd-wrt with a short UDP timeout like 60 seconds. Since I now want my ATA plugged directly into the RT modem, using a dd-w...
by hiteck
Fri Dec 09, 2011 8:36 pm
Forum: Wireless
Topic: Wireless client
Replies: 19
Views: 29531

Re: Flashing Actiontec DSL modems & routers

The procedure using tnftp above works with the OEM MTD set using separate images, but takes much more work IMHO. And I am not sure a webgui upgrade of RT firmware is possible if MTD4 is not changed to span the FS and kernel. The tutorial I wrote up last march was done because RRT does not do well wh...
by hiteck
Thu Dec 01, 2011 3:50 am
Forum: Routers
Topic: bricked actiontec gt724-wgr
Replies: 10
Views: 14028

Re: bricked actiontec gt724-wgr

Note that for my Actiontec GT704, I used the following MTD setup before flashing the the adam2 4 port wireless image: mtd0 0x90090000,0x90350000 mtd1 0x90010090,0x90090000 mtd2 0x90000000,0x90010000 mtd3 0x903f0000,0x90400000 mtd4 0x90010000,0x90350000 Set these MTDs with RRT. I flashed with this im...
by hiteck
Thu Dec 01, 2011 3:35 am
Forum: Routers
Topic: bricked actiontec gt724-wgr
Replies: 10
Views: 14028

Re: bricked actiontec gt724-wgr

Try this with the single image firmware...

viewtopic.php?f=16&t=4027

Start reading at the 3rd post...
Post subject: Successfully flash a GT701wg with the Single firmware image
Posted: Tue Mar 08, 2011 11:25 am
by hiteck
Wed Oct 12, 2011 2:15 am
Forum: Firmware
Topic: RouterTech Firmware 2.96 Discussion
Replies: 150
Views: 145239

Re: RouterTech Firmware 2.96 Discussion

Silly EDIT program got me :oops: The script works if I use the options syntax. But if the options are invalid as in my last post, the script still returns OK :cry: . And that is not the correct result, as the correct hostname is not even stored in the router by me. My DDNS settings point to all.DNSo...
by hiteck
Tue Oct 11, 2011 10:38 pm
Forum: Firmware
Topic: RouterTech Firmware 2.96 Discussion
Replies: 150
Views: 145239

Re: RouterTech Firmware 2.96 Discussion

I made that edit. Here is the result: /var # /nvram/check_ddns.sh --help /nvram/check_ddns.sh: line 42: syntax[: not found root: check_ddns.sh: OK [ fyi, I think there is a lone } (right bracket) 3 lines before the one we edited. ] Without the --help option, I always get: root: check_ddns.sh: OK as ...