Jump to content

dontasciime

Beta Team Members
  • Posts

    5,151
  • Joined

  • Last visited

Everything posted by dontasciime

  1. dontasciime

    New Psu

    The enermax not have a 3 year warranty ?
  2. LIST edit seems both my servers are down so get list from below if first link is not working. List
  3. Opera is Gay, all those fancy costumes and makeup
  4. Thats the firmware version I had when I had a v2 dg834, at that time though I was unaware of any open ports issue. So maybe my v2 was fine. Maybe from v3 onwards the problem arose. Thanks
  5. HAPPY BIRTHDAY Sorry mate I cannot afford the postage.
  6. I do not really want 270 N to support WEP, I would just like the option to have a mixed network on N so say N B G, allowing router to say ok we have a b signal in range a g or and n, and a rule to say if a b or g device tries to connect which is supplying a wep key then allow wep. This would need to have a selection box to provide WEP. So it would have to be setup, thus :- supply wep key for use when in b or g or b and g and only enable it to devices on that protocol I kind of see problem they have but will be now looking to see if any other manufacturers get round it. AS they way it stands the dg834n should have only been released being capable of N, that would not sell though, so they say its compatible with b and g makes sense now. Netgear do not want it to appear slow
  7. They said they would escalate it and also look into no wep for 270mbps or 130 mbps on dg834n range max next. Then one day later got email saying they were not going to fix the no wep whilst selecting 270 or 130 but would further investigate the open ports issue ?
  8. you know what version DG834 you got or what the firmware in is, thanks
  9. Plenty of ways to scan, mate scanned 1-65535 using port scanner. Thing is open ports at default is hardly secure, when users of the netgear 834 range have been hacked thru it. I like many other users that buy a hardware firewall would like to think that no ports except the ones we open can respond.
  10. I have just killed the open ports. This is how i did it you need to use telnet or use putty. you also need to type this in first in your browser http://192.168.2.1/setup.cgi?todo=debug (this allows telnet to work) If your using default then this would be 192.168.0.1/setup.cgi?todo=debug once your conected to the busybox type this below or copy it out of here and right click or , right click paste, as I had to type it out on another computer as this keyboard i am on now does not do the pipe character (the straight looking line in middle of ps aux) ps -aux | grep aim then look at start number at left hand side and then type kill + the first number you see at left you will need to do this everytime you hard reboot router or it resyncs with dslam etc. If you use icq though or aim or anything else that uses port 5190 then use 5191 or you could just reopen 5190 If the router lets you as it's more than likely just gonna tell you that port is already in use or rather already has a rule.
  11. Did you mean Model WNR834B instead of WRN-834-B Have you checked to see if any of those ports are open using shields up page on www.grc.com ?
  12. Just thought I would point out after buying one of these, that if you have devices that run on 11b or 11g and those devices only support WEP, then this latest Netgear offering is not for you. An example being. Ok you bought the latest and supposedly as close to the final N draft as possible, you also purchased the pci or pcmcia card to go with it to allow full 270mbps throughput. So you select in router 270 mbps or 130 mbps. This is where you run into trouble as any device that is not WPA-PSK [TKIP] + WPA2-PSK [AES] compatible will not work. Eg my Nintendo ds's and also I think my Psp's, as these are only capable of using WEP. Whilst having 270mbps or 130 mbps selected you do not get a WEP radio button. Selecting mixed b and g and therefore shutting of the high speed wireless (N) you can select WEP. What a stupid way of doing things, I now have to log into router every time I want to use my Nintendo ds or psp or any other device that only uses wep and change operating mode to either b or g or mixed etc. When I want full speed across my wireless n network i have to select 270 or 130 again. I have spoken to Netgear level 2 support about this yesterday and another more serious issue about the whole Netgear DG834 range and i got an email response about it today. Nice support (not) So the claim to work with all standards is not exactly true nor will it ever be. Now just to point out something else to any Netgear owners I would suggest you check from an outside source such as grc.com certain ports as they are wide open unstealthed, can receive solicited packets at default when no firewall rules have been implemented to allow such ports to be opened (netgear claim to have a double firewall) in Andy Millman speak "their having a laugh" The ports in question are 1863 (though this one seems to be closed on 2 of 3 of my 834 range, most times) 1864 4443 5190 5566 The above are open and not stealthed. The ones below are closed but not stealthed from 40000 to 40100 not good and its down to the reaim server running at default in the 834 range From bambos post on whirlpool forums Chain PREROUTING (policy ACCEPT 4022 packets, 477K bytes) pkts bytes target prot opt in out source destination 4189 488K REAIM_PRE all -- * * 0.0.0.0/0 0.0.0.0/0 156 10195 DNS udp -- br0 * 0.0.0.0/0 192.168.0.1 udp dpt:53 0 0 DROP all -- ppp0 * 0.0.0.0/0 !xxx.xxx.xxx.xxx 0 0 DNAT udp -- br0 * 0.0.0.0/0 192.168.0.1 udp dpt:53 to:10.112.112.112 0 0 DNAT tcp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5190 to:1.0.0.0:5190 The PREROUTING chain of the nat table generally isn't meant to be used for any filtering. Yet the output above shows that rules have been added to this chain when they should have been added to either the INPUT, FORWARD or OUTPUT chains of the filter table. # iptables -t filter -nvL Chain INPUT (policy DROP 1121 packets, 263K bytes) pkts bytes target prot opt in out source destination 4 208 DROP tcp -- !ppp0 * 0.0.0.0/0 0.0.0.0/0 state NEW tcp flags:!0x16/0x02 3880 232K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED 2962 645K REAIM_IN all -- * * 0.0.0.0/0 0.0.0.0/0 The filter table shows that only packets dropped before it hits the REAIM_IN chain is NEW TCP packets from the internal interfaces that are not SYN packets. The following part from the REAIM_IN is accepted by the router from the external interface: 0 0 ACCEPT tcp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 tcp dpts:40000:40099 0 0 ACCEPT tcp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:1864 0 0 ACCEPT tcp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5566 0 0 ACCEPT tcp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5190 0 0 ACCEPT tcp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:4443 0 0 ACCEPT udp -- ppp0 * 0.0.0.0/0 0.0.0.0/0 udp dpts:40000:41000 In total there's 104 TCP ports and 1001 UDP ports alone that could potentially be open depending on the state of ReAIM. You were nearly spot on in terms of the number of ports that have not been blocked. I certainly wouldn't like to have a firewall like that on my router. Although there's always the opportunity for somebody to customise the firmware as the source is available. ------------------ In other words stay clear of them. Ps their support stinks on phone for over 2 hours and non english speaking CS for more than 1 hour of it.
  13. Operating systems are best reinstalled about every 4-6 months. I see you have Patin Couffin engine installed. In my useage fo this i have known it to cause the kinda of issues your getting, especially if when it installed, there was no restart, or some kind of glitch when you rebooted after installing it. Never used dvd43, though i think it was mentioned not to even install with the older version of imgburn IE dvdd. I am almost certain you won't get any issue's with imgburn on a clean install.
  14. As someone else already mentioned your best bet would be to backup anything you need, check all your cables, clean your computer out whilst your in there, format your drive, reinstall xp or whatever op your using. First thing then make sure you install the chipset drivers supplied on your motherboard disc, better option would be to download the latest drivers from your board's manufacturer though. There is also a chance if your system is hanging at certain tasks involved with ide access, that a cable is faulty, there is a particular issue with your bios on how ide or rather drives are detected, that one of your atapi devices is faulty and slowing down or stopping things closing, if it were an external writer and say you have creative xfi fatal card that can hang your computer at shutdown. Lots of things, so simplest would be for you to start with a clean system, If imgburn then hangs again, then its either a bug in the driver your using, the hardware is faulty or your board/cables etc. You would then have to try another dvd writer. Have you tried to remove the controller in device manager and then letting windows pickup controller again on reboot ?
  15. As Volvo,s post, I thought we were going to have to wait a long time for the next version. On the subject of pc being hit, quite common and there is a high probability of it being forked.
  16. Loads of hard rives on sata + different ide hd on seperate channels, source and destination are never the same in my case. Probs why i aint seen the error.
  17. pal/ntsc setting somewhere. Yes on your dvd player possibly , also on your tv. try setup /tv system on either.
  18. Funny that as all of my Microsoft operating systems go into Ugly mode the second I install them.
  19. This is something I have always taken to be true, yet I have never had shrink fail to create the iso on any of my computers when destination folder is just a little above 4464 mb. Though it has to be said if shrink gives this warning its there for a reason, wiser choice would be to have a lot more space available on destination drive.
  20. Think he wants a mutant version. wdyswnt ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.