RouterTech Firmware v2.3 released
- thechief
- RouterTech Team
- Posts: 12067
- Joined: Wed Feb 01, 2006 10:22 pm
- Location: England, the Centre of Africa
- Contact:
I can't see anything obviously wrong in the diagnostics, so I am not sure what the problem is.
You might want to take a look at DarkWolf's mod of RT v2.3. It is specifically modded for the g604t, and also has the "tiupgrade" utility, which seems far better for the g604t firmware upgrade than the pctool or the web upgrade.
You might want to take a look at DarkWolf's mod of RT v2.3. It is specifically modded for the g604t, and also has the "tiupgrade" utility, which seems far better for the g604t firmware upgrade than the pctool or the web upgrade.
The Chief:
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.

No support via PM. Ask all questions on the open forum.
Ok... thsnks for answer... If i will not reboot my router often over WEB interface then i will no have problemsthechief wrote:I can't see anything obviously wrong in the diagnostics, so I am not sure what the problem is.
You might want to take a look at DarkWolf's mod of RT v2.3. It is specifically modded for the g604t, and also has the "tiupgrade" utility, which seems far better for the g604t firmware upgrade than the pctool or the web upgrade.

Also will try Dark Wolf's fw ofcourse...
Thanks again
brg
konstantin
- thechief
- RouterTech Team
- Posts: 12067
- Joined: Wed Feb 01, 2006 10:22 pm
- Location: England, the Centre of Africa
- Contact:
I don't think you should worry about whether the environment says ar7wrd or ar7rd. Sometimes manufacturers just put whichever they want. As long as it is a "standard" g604t (whatever that is), then it should be compatible with the relevant RT firmware and the DarkWolf mod.
The Chief:
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.

No support via PM. Ask all questions on the open forum.
New question...
Situation. My ISP has one special bug... After cold reboot (power off and on on the G604T) my modem try make pppoe connection but ISP answer - access denied... The reason is that ISP dont close previouse session and dont grant access to my modem. If i will wait for 5-10 minutes pppoe connection perform normally. But... my modem with 2.3. release dont try reconnect after received answer "access denied" from ISP ... Is it possible to force my modem try to connect again after 5-10 minutes if modem receive answer "access denied"?
Thanks in advance...
brg
Konstantin
Situation. My ISP has one special bug... After cold reboot (power off and on on the G604T) my modem try make pppoe connection but ISP answer - access denied... The reason is that ISP dont close previouse session and dont grant access to my modem. If i will wait for 5-10 minutes pppoe connection perform normally. But... my modem with 2.3. release dont try reconnect after received answer "access denied" from ISP ... Is it possible to force my modem try to connect again after 5-10 minutes if modem receive answer "access denied"?
Thanks in advance...
brg
Konstantin
- thechief
- RouterTech Team
- Posts: 12067
- Joined: Wed Feb 01, 2006 10:22 pm
- Location: England, the Centre of Africa
- Contact:
The short answer is "No". You could however try using the checksync feature (which checks for a WAN connection at certain intervals, and reboots the router if there is no WAN connection). Login via telnet/ssh and run this
This will check for a WAN connection every 10 minutes, etc.
Code: Select all
setenv checksynch.sh "1 10"
/sbin/reboot
The Chief:
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.

No support via PM. Ask all questions on the open forum.
- Shotokan101
- RouterTech Team
- Posts: 4779
- Joined: Thu Jan 26, 2006 3:17 pm
- Location: Glasgow, Scotland
many thanxthechief wrote:The short answer is "No". You could however try using the checksync feature (which checks for a WAN connection at certain intervals, and reboots the router if there is no WAN connection). Login via telnet/ssh and run thisThis will check for a WAN connection every 10 minutes, etc.Code: Select all
setenv checksynch.sh "1 10" /sbin/reboot

No. The checksync script doesn't restart just pppd. It restarts the entire router using /sbin/reboot. The method I was proposing would involve killall -KILL pppd and perhaps running pppd again.Shotokan101 wrote:....isn't that what Chief's checksynch script does ?hyperair wrote:There is a possibility that you could use the RT_CMD_# boot environment variables to add something to the cron at the beginning, and have it restart pppd or something.
- Shotokan101
- RouterTech Team
- Posts: 4779
- Joined: Thu Jan 26, 2006 3:17 pm
- Location: Glasgow, Scotland
Unfortunatly i have no good skills in linux... if it possible could you write detiled instructions... i will pass it to our specialists and they will help me...hyperair wrote:No. The checksync script doesn't restart just pppd. It restarts the entire router using /sbin/reboot. The method I was proposing would involve killall -KILL pppd and perhaps running pppd again.Shotokan101 wrote:....isn't that what Chief's checksynch script does ?hyperair wrote:There is a possibility that you could use the RT_CMD_# boot environment variables to add something to the cron at the beginning, and have it restart pppd or something.
Thanks in advance...
brg
konstantin