Netgear DG834G v2

Support forum for routers of all shapes and sizes. As long as it's router based and doesn't fall into the other categories, this is the place to ask your questions.
mrtopps
Newbie
Newbie
Posts: 5
Joined: Mon Oct 27, 2008 8:21 pm

what script?

Post by mrtopps » Mon Oct 27, 2008 9:32 pm

mstombs wrote:I'm not sure anyone has successfully installed RT firmware before on such a device. Need to check the flash format carefully - especially the config area - Netgear do not use the Ti config.bin I recall. Need also to check the switch and wireless hardware.
I've searched this thread and found no script. I have the same problem, the RUC hangs because the router requires no credentials and takes you straight to the prompt
mrtopps
Newbie
Newbie
Posts: 5
Joined: Mon Oct 27, 2008 8:21 pm

Re: Netgear DG834G v2

Post by mrtopps » Mon Oct 27, 2008 9:35 pm

Neo wrote:
willshep wrote:Incidentially - the RUC program does not work on this becuase (I am guessing) the telnet access does not require login and the utility just simply hangs waiting for a response that isn't coming.. so i can't use that to check.
Can you try the Telnet script from viewtopic.php?t=1062 - you will need to modify it (remove the password/username) to correctly gain access ;) Once you have the output, please PM the results (so that any sensitive info is not made public).
I can't find the script you mentioned in thread you suggested.

I have the same problem, the router does not require any credentials and takes you straight to the prompt, therefore the RUC returns the following:

00:00:000 Running script
00:00:002 Opening connection
00:20:977 Winsock Control Error - 10060 : Connection timed out.
04:39:670 Closed connection.
Aborted by user.
User avatar
Neo
RouterTech Team
RouterTech Team
Posts: 3586
Joined: Thu Jan 26, 2006 1:09 pm
Contact:

Re: Netgear DG834G v2

Post by Neo » Tue Oct 28, 2008 1:57 am

mrtopps wrote:I can't find the script you mentioned in thread you suggested.
The links are there in the section that reads
It is better to follow the error reporting procedure as described in the ReadMe file (because this helps to increase the number of routers that are supported by the RUC), but as a last resort, you can also use THIS script along with the Telnet Scripter to create a report to post on the forum.
And I'm repeating it HERE ;)
mrtopps wrote:I have the same problem, the router does not require any credentials and takes you straight to the prompt...
So it doesn't require a password? That's not terribly good design from the firmware creators! Firmwares that don't require a username are already catered for with the "Skip username" tick box of the RUC, so I could add the option to skip the password as well. You should still be able to run the script if you remove the username and password section.
RouterTech Team and Founding Member
Image
RouterTech Merchandise (UK)
No support via PM, please ask your questions on the forum!
mrtopps
Newbie
Newbie
Posts: 5
Joined: Mon Oct 27, 2008 8:21 pm

No credentials

Post by mrtopps » Tue Oct 28, 2008 2:22 pm

It is strange that the telnet server requires no credentials, but the service is not enabled by default and you have to switch the router to "debug" using loading a hidden page in the web server to enable it.

But a version of the RUC uses no credentials would be helpful :lol:

Cheers Neo
User avatar
Neo
RouterTech Team
RouterTech Team
Posts: 3586
Joined: Thu Jan 26, 2006 1:09 pm
Contact:

Post by Neo » Tue Oct 28, 2008 3:22 pm

OK, try this version: Download RUC v1.3.2 :)
RouterTech Team and Founding Member
Image
RouterTech Merchandise (UK)
No support via PM, please ask your questions on the forum!
mrtopps
Newbie
Newbie
Posts: 5
Joined: Mon Oct 27, 2008 8:21 pm

Still no joy

Post by mrtopps » Tue Oct 28, 2008 6:42 pm

I've tried the new RUC

I get the following:

00:00:000 Running script
00:00:002 Opening connection
00:21:032 Winsock Control Error - 10060 : Connection timed out.
01:08:371 Closed connection.
Aborted by user.

Its strange beacuse I can telnet in by hand.

I'm going to give the script a go.
User avatar
Neo
RouterTech Team
RouterTech Team
Posts: 3586
Joined: Thu Jan 26, 2006 1:09 pm
Contact:

Post by Neo » Tue Oct 28, 2008 7:54 pm

OK. It's odd that it didn't work - just to confirm, you are ticking both 'Skip username' and 'Skip password'?
RouterTech Team and Founding Member
Image
RouterTech Merchandise (UK)
No support via PM, please ask your questions on the forum!
mrtopps
Newbie
Newbie
Posts: 5
Joined: Mon Oct 27, 2008 8:21 pm

Post by mrtopps » Tue Oct 28, 2008 11:09 pm

Thats right, I ticked both of them
silicium
Newbie
Newbie
Posts: 4
Joined: Mon Oct 22, 2007 7:54 pm

Re: Netgear DG834G v2

Post by silicium » Tue Oct 26, 2010 11:31 pm

Hi,
this is not RT-related, but I thought I could share my experience with a bugged DG632:
-firewall rules sometimes disappear
-DNS proxy fails with linux hosts
-can't configure fixed DNS servers for builtin DHCP server
-can't use as a modem with external router handing PPPOE login/password
Instead of tossing it, I enabled the DMZ and put a Cisco 806 at this address
with the following configuration (not needing ADSL2 speeds, a 10MB router is fine).
Just replace passwords, ip and mac addresses with yours.

Code: Select all

Router#show running-config
Building configuration...
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret  **************
enable password  ***********
!
no aaa new-model
ip subnet-zero
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool ether
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
!example with opendns, if your isp's dns are not reliable
   dns-server 208.67.222.222 208.67.220.220
!
!static binding
ip dhcp pool pc1
   host 192.168.1.2 255.255.255.0
!change to mac address of your host
   client-identifier 01aa.bbcc.ddee.ff
!
ip dhcp pool pc2
   host 192.168.1.3 255.255.255.0
   client-identifier 01gg.hhii.jjkk.ll
!
ip dhcp pool mac1
   host 192.168.1.4 255.255.255.0
   client-identifier 01mm.nnoo.ppqq.rr
!
!
no ip domain lookup
ip ips po max-events 100
no ftp-server write-enable
!
!
username rooter password ***************
!
!
no crypto isakmp ccm
!
!
!
interface Ethernet0
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
 no ip mroute-cache
!
interface Ethernet1
 ip address dhcp
 ip nat outside
 ip virtual-reassembly
 ip tcp adjust-mss 1452
 no ip mroute-cache
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
no ip http server
no ip http secure-server
!
ip nat inside source list 101 interface Ethernet1 overload
!insert your opened ports here
!ip nat inside source static <proto> <ip.of.internal.host> <internal.port> interface Ethernet1 <external.port>
ip nat inside source static tcp 192.168.1.2 5900 interface Ethernet1 5900
ip nat inside source static udp 192.168.1.2 6000 interface Ethernet1 6000
ip nat inside source static tcp 192.168.1.2 8080 interface Ethernet1 8080
!
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
!
control-plane
!
!
line con 0
 exec-timeout 120 0
 password **************
 login
 stopbits 1
line vty 0 4
 access-class 23 in
 exec-timeout 120 0
 login local
 length 0
 transport preferred none
!
scheduler max-task-time 5000
ntp clock-period 17177322
ntp server address.of.your.ntp.server
end
Post Reply