Originally posted by: user1234
can't you take this thread to networking forum once and for all ?
Can't you ignore this thread once and for all? One complaining voice out of hundreds of happy thread posters and even more viewers.
Originally posted by: user1234
can't you take this thread to networking forum once and for all ?
Originally posted by: user1234
can't you take this thread to networking forum once and for all ?
Originally posted by: user1234
Originally posted by: mdcrab
Netgear vs Linksys
Now that I have used the Linksys and Sveasoft firmware for the WRT54G, I think the Netgear firmware is a lot simpler to use. Especially setting up static IP's for MAC addresses, checking on "Attached Devices", setting up port forwarding and other features as well.. Both the Linksys and Sveasoft f/w seem quite cumbersome in their operation and setup. Netgear has it all over Linksys for basic setup of routers. Linksys with the Sveasoft may have additional features, but they are difficult to use. May have to relegate my Linksys router to function as an AP and use my Netgear WGR614 as my main router.
mdrab
really.. i have the wrt54G for like 2-3yrs (1st Gen) and been thinking about buying a newer wrt54G for the past 12months.
Today compusa has it for $40 after some rebates...
Now you mention so highly of the Dlink, it's making me hesitate...
I must agree, and D-Link (DI-624) firmware is even better and easier to use then the netgear (but netgear has better SPI feature - even logging of URLs). The Linksys firmware, both the stock and sveasoft web interfaces (which are based on the same code) are basically POS. For god's sake, you can't even see the currently connected clients, neither wired nor wireless.
The only good thing about this firmware is that it's open-source, so you could customize and change it to do practically anything (but you'd need to know how to do that, and for some things you'd need a cross compilation environment to be able to create a new firmware). But even the Sveasoft firmware already opens up a lot of possibilites, starting with the fact that you could telnet into the router and use unix commands to change settings, which gives you a lot more options than the web interface. Also the linksys is not one of the fastest among the 54g routers (but the DI-624 is). And btw, Mr Deviaster, even the 3rd party Sveasoft firmware does not support static DHCP, like most other routers do. So when you vaguely say this is supported by 3rd party firmware, make sure to mention which one has this feature. Because otherwise you just sound like some kind of salesperson which tries to throw in facts that are not completely accurate and just serve to add more confusion.
Originally posted by: GideonX
Originally posted by: SleepWalkerX
Originally posted by: kevman
whats the best router model to get for this ? have not kept up with linksys models since my 4-port befsr41
the wrt54g is all you need. the wrt54gs costs more, but has more memory which might be utilized later. i'm not sure if it'll be worth it, plus it costs like 40 bucks more, i'd just stick with the wrt54g.
Buyer beware, v2.2 and v3.0 WRT54G has been known to to have wired -> wireless transfer issues on large files where it reboots the router. Even with hacked firmware, it's still barfs.
I hunted down a v2.0 and the issue isn't present in the model I received. YMMV.
Here's an easy way to see what model you are getting from the box:
CDF0 = WRT54G v1.0 ADM6996L Chip
CDF1 = WRT54G v1.1 ADM6996L Chip
CDF3 = WRT54G v1.1 ADM6996L Chip
CDF5 = WRT54G v2.0 ADM6996L Chip
CDF7 = WRT54G v2.2 BCM5325EKQM Chip
CDF8 = WRT54G v3.0 BCM5325EKQM Chip
CGN0 = WRT54GS v1.0 ADM6996L Chip
CGN1 = WRT54GS v1.0 ADM6996L Chip
CGN2 = WRT54GS v1.1 BCM5325EKQM Chip
CGN3 = WRT54GS v1.1 BCM5325EKQM Chip
WRT54GS is a hit or miss, seems 1.1 has more issues than 1.0 in regards to the large file transfer issue.
The changes are bugfixes from the latest buglist. I didn't have time to write up a changelog. It should be a more stable version of Alchemy-pre7a - no new features or changes.
Originally posted by: abc
wait a sec??
This version supports the following routers:
WRT54G V1.0, V1.1, V2.0, V2.2
WRT54GS V1.0, V1.1
So this looks like the latest hack can be applied to v1 and v1.1
of the WRT54G?
I guess there's no benefit of shelling money for a v3.0?
This firmware is for WRT54G V1.0, V1.1, V2.0, V2.2 and WRT54GS V1.0, V1.1 routers only.
Originally posted by: Devistater
As for shelling out money for the newer version(s) of the linksys routers here's the main differance from what I hear.
ADM6996L is the switch chip used on the older routers, while BCM5325EKQM is the switch chip used on the newer ones. The ADM chip allows VLAN, trunking, and some other stuff (essentially turning the wrt54 router into a managed switch), but apparently has a limit of 34mbps while in VLAN mode. The BCM chip has full wire speed when in VLAN mode but doesn't have as many features for the VLAN. Apparently the public release of Alchemy only supports the older switch chip which means you can't use it on the newest revisions of wrt54 routers.
Yeah and thats only if you use the VLAN features, any normal use should be switching at full wire speed. If you are much concerned about large file transfers you should have gigabit switch anyway with gigabit cards,they are cheap nowadaysOriginally posted by: abc
max of 34mbps in vlan mode... i guess that might hinder transfers of large files between computers but sure ain't gonna cut into any broadband pipe.
What VLAN features is missing that the older Linksys can do?
I'm not sure what SPI is, but it can do VPN. See OP for much more complete info on what the firmware adds to linksys standard features. Currently its a list of the Satori features, I haven't updated it for the new public Alchemy yet, but I will soon.the sveasoft can do SPI, and VPN etc?
Originally posted by: abc
SPI is just stateful packet inspection... i think most consumer home routers of the last 2yrs have this... maybe it has it right out of the box, let alone the sveasoft... i'm not sure?
Not sure what you mean by not built in. If you mean does linksys have it in their default firmware, I didn't think so at first. But after looking at the datasheets:Originally posted by: abc
wow... still no spi built in... thanks for the research... if i had the time of a 16yr old after school kinda thing i'd be all into this...
http://netfilter.org/
netfilter and iptables are building blocks of a framework inside the Linux 2.4.x and 2.6.x kernel. This framework enables packet filtering, network address [and port] translation (NA[P]T) and other packet mangling.
* stateless packet filtering (IPv4 and IPv6)
* stateful packet filtering (IPv4)
* all kinds of network address and port translation (NAT/NAPT)
* flexible and extensible infrastructure
What can I do with netfilter/iptables?
* build internet firewalls based on stateless and stateful packet filtering
* use NAT and masquerading for sharing internet access if you don't have enough public IP addresses
* use NAT to implement transparent proxies
* do further packet manipulation (mangling) like altering the TOS/DSCP/ECN bits of the IP header
http://www.sns.ias.edu/~jns/security/iptables/index.html:
"The ability to filter on tcp flags and tcp options, MAC addresses, and even by time of day."
http://www.broadcom.com/products/Enterp...st+Ethernet+Switching+Products/BCM5325Originally posted by: Devistater
What VLAN features is missing that the older Linksys can do?
Originally posted by: Devistater
If you just want a reasonably simple setup and reasonably good feature list (including SPI and VPN passthrough you didn't mention what details of VPN you wanted but I'm guessing its probably that), you can always buy the WRT54GS and run the default linksys firmware on it. Then if you decide you want to customize stuff and add a boatload of features, you can upgrade to a 3rd party firmware and try that.
Originally posted by: abc
D, all comments previous to this suggest the WRT54g can do SPI and VPN after applying the svea right? You're not saying to get the GS because the WRT54g cannot do SPI and VPN, just that with the GS, one wouldn't have to apply a 3rd party firmwarea and already have those two right.
if that's it, i couldn't go with that.. I would like SPI and VPN plus all the QOS goodies.
In such case I'd be paying about $20 more for the GS and I'm going to erase it's firmware anyway...
I wasn't aware you already had a WRT54 series router?Originally posted by: abc
The answer really is I'd rather tweak and fiddle...
but wondering if I should do it with my old Linksys (v1.1) or this new one (v3.0?)
Originally posted by: Steelerz37
I just setup WDS between a 2.2 and a 3.0 both running Alchemy final. Seems to be working great. Sure beats running cable across the house so I can get internet access to my lab in the basement, and instead of just 1 connection i get 4 instantly. Not only that but it boosts the signal all over the house so I get great signal most everywhere