Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-18-2006, 08:30 PM
ksw139@gmail.com
Guest
 
Posts: n/a
Default routing through an internal WRT54G

I have 2 WRT54Gs... one is on the edge of my network at my cable
modem... so the WAN is my ISP, and internally I have it
192.168.1.0/255.255.255.128 handing out IPs to a box plugged into it
and wireless clients.

my 2nd WRT54G is setup with the free version of the SVEASOFT firmware I
found on the web. I have the wireless accepting an IP on the WAN side
from the 1st WAP, and then I plug my desktop into this router. This is
setup with the 192.168.1.129/255.255.255.128 subnet.

Everything is working great except I can't get from my 192.168.1.0/25
network to the 192.168.1.129/25 network b/c the 2nd router at
192.168.1.102 or something (DHCP) is WAN. Is there a way I can set
this up, or some routes I can put into the this 2nd, internal router to
allow all traffic through as if they were on the same subnet? I've
tried a few things but I'm not real good with this kind of stuff....


Reply With Quote
  #2 (permalink)  
Old 09-19-2006, 01:07 AM
Bill Kearney
Guest
 
Posts: n/a
Default Re: routing through an internal WRT54G

> my 2nd WRT54G is setup with the free version of the SVEASOFT firmware I
> found on the web.


Ditch the sveasoft.

Go, now, to http://www.dd-wrt.com and download the v23_sp2 version
appropriate for your device.

Why use two subnets? Or better yet, what is it you think you want to have
set up? If you're just interested in having the 2nd router provide wifi
coverage then just operate it as an access point off the 1st router.

But if you really want two subnets (explain why) then you'd have to
configure the 2nd router in router mode, not gateway mode. By using it in
gateway mode you're effectively firewalling the 2nd subnet behind a NAT
route on it's WAN port. In router mode it's just another subnet that the
1st one can route packets into without them being firewalled. That's more
or less the simple explanation.




Reply With Quote
  #3 (permalink)  
Old 09-21-2006, 02:59 AM
ksw139@gmail.com
Guest
 
Posts: n/a
Default Re: routing through an internal WRT54G

I don't want 2 subnets, I just found directions to set it up that way
and could not figure out how to do it otherwise... basically I just
want the 2nd router to be on the same network and just allow me to plug
in my desktop here without running cable to this room.


Bill Kearney wrote:
> > my 2nd WRT54G is setup with the free version of the SVEASOFT firmware I
> > found on the web.

>
> Ditch the sveasoft.
>
> Go, now, to http://www.dd-wrt.com and download the v23_sp2 version
> appropriate for your device.
>
> Why use two subnets? Or better yet, what is it you think you want to have
> set up? If you're just interested in having the 2nd router provide wifi
> coverage then just operate it as an access point off the 1st router.
>
> But if you really want two subnets (explain why) then you'd have to
> configure the 2nd router in router mode, not gateway mode. By using it in
> gateway mode you're effectively firewalling the 2nd subnet behind a NAT
> route on it's WAN port. In router mode it's just another subnet that the
> 1st one can route packets into without them being firewalled. That's more
> or less the simple explanation.



Reply With Quote
  #4 (permalink)  
Old 09-21-2006, 03:16 PM
Bill Kearney
Guest
 
Posts: n/a
Default Re: routing through an internal WRT54G

> I don't want 2 subnets, I just found directions to set it up that way
> and could not figure out how to do it otherwise... basically I just
> want the 2nd router to be on the same network and just allow me to plug
> in my desktop here without running cable to this room.


Ah, then use the dd-wrt firmware on the 2nd router and configure it as a
client. It makes a wireless connection to the 1st unit and then routers the
wired ports to it. That should do what you want. See the
http://www.dd-wrt.com website for more info.



Reply With Quote
  #5 (permalink)  
Old 09-21-2006, 11:08 PM
Mark McIntyre
Guest
 
Posts: n/a
Default Re: routing through an internal WRT54G

On 20 Sep 2006 18:59:39 -0700, in alt.internet.wireless ,
ksw139@gmail.com wrote:

>I don't want 2 subnets, I just found directions to set it up that way
>and could not figure out how to do it otherwise... basically I just
>want the 2nd router to be on the same network and just allow me to plug
>in my desktop here without running cable to this room.


In which case just connect the two routers together via one of their
LAN ports, configure them to be in the same subnet, disable one of hte
DHCP servers, and off you go. I have three routers on my home network,
two wireless and one wired.
--
Mark McIntyre

Reply With Quote
  #6 (permalink)  
Old 09-22-2006, 01:33 AM
Bill Kearney
Guest
 
Posts: n/a
Default Re: routing through an internal WRT54G

> >I don't want 2 subnets, I just found directions to set it up that way
> >and could not figure out how to do it otherwise... basically I just
> >want the 2nd router to be on the same network and just allow me to plug
> >in my desktop here without running cable to this room.

>
> In which case just connect the two routers together via one of their
> LAN ports, configure them to be in the same subnet, disable one of hte
> DHCP servers, and off you go. I have three routers on my home network,
> two wireless and one wired.


You miss his point about NOT RUNNING CABLE. Sure, if there's wire between
the two and all he wants to do is provide WIRELESS coverage then your
suggestion would work. But from what I've read he's trying to get a WIRED
connection for his PC using the 2nd router to make a WIRELESS connection to
the first one.


Reply With Quote
  #7 (permalink)  
Old 09-22-2006, 05:19 AM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: routing through an internal WRT54G

ksw139@gmail.com hath wroth:

>I have 2 WRT54Gs... one is on the edge of my network at my cable
>modem... so the WAN is my ISP, and internally I have it
>192.168.1.0/255.255.255.128 handing out IPs to a box plugged into it
>and wireless clients.
>
>my 2nd WRT54G is setup with the free version of the SVEASOFT firmware I
>found on the web. I have the wireless accepting an IP on the WAN side
>from the 1st WAP, and then I plug my desktop into this router. This is
>setup with the 192.168.1.129/255.255.255.128 subnet.
>
>Everything is working great except I can't get from my 192.168.1.0/25
>network to the 192.168.1.129/25 network b/c the 2nd router at
>192.168.1.102 or something (DHCP) is WAN. Is there a way I can set
>this up, or some routes I can put into the this 2nd, internal router to
>allow all traffic through as if they were on the same subnet? I've
>tried a few things but I'm not real good with this kind of stuff....


What are you trying to accomplish with this derrangement? My
guess(tm) is that you're trying to use the 2nd WRT54G as a client
radio. That's easy and doesn't require any subnets. The first WRT54G
is setup as a wireless router and dispenser of DHCP addresses. I
usually use 192.168.1.100 thru 150 for DHCP. Don't use the entire 256
available addresses.

The 2nd WRT54G is setup as a "wireless client". It gets its IP
address via DHCP from the first WRT54G. Or, you can setup a static IP
address for the 2nd WRT54G. Just don't use an IP address that's
already in use or is part of the DHCP address range. The DHCP server
in the 2nd WRT54G is disabled. The computer plugs into one of the LAN
ports, not the WAN port.

I dunno about the current Sveasoft versions, but I had no luck getting
client mode to work when I was running Alchemy. I switched to DD-WRT
for various other reasons, and client mode again didn't work right.
However, after numerous updates and fixes, DD-WRT finally has a
working client mode.

Another way to do this is to use WDS (wireless distribution service).
The 2nd WRT54G can simulatenously act as an access point for
connecting wireless computers, a wired client for connecting your
wired desktop, and a bridge for acting as a backhaul back to the first
WRT54G. Configuration is a bit messy but not impossible:
| http://www.dd-wrt.com/wiki/index.php...router_network
| http://www.linksysinfo.org/portal/fo...ad.php?t=47118
The catch is that your wireless connections to the 2nd WRT54G will
have a maximum speed of half of normal, but all other speeds,
including your wired desktop, will run at full wireless speeds.

Hint: When asking a question, please supply:
1. What you are trying to accomplish?
2. What you have to work with? (Make, model, version, operating
system, etc).
You did fine on #2 but without #1, it's difficult to answer your
question with much more than generatities and guesswork.

--
Jeff Liebermann jeffl@comix.santa-cruz.ca.us
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558

Reply With Quote
  #8 (permalink)  
Old 09-22-2006, 08:58 PM
Mark McIntyre
Guest
 
Posts: n/a
Default Re: routing through an internal WRT54G

On Thu, 21 Sep 2006 20:33:16 -0400, in alt.internet.wireless , "Bill
Kearney" <wkearney99@hotmail.com> wrote:

>> >I don't want 2 subnets, I just found directions to set it up that way
>> >and could not figure out how to do it otherwise... basically I just
>> >want the 2nd router to be on the same network and just allow me to plug
>> >in my desktop here without running cable to this room.

>>
>> In which case just connect the two routers together via one of their
>> LAN ports, configure them to be in the same subnet, disable one of hte
>> DHCP servers, and off you go. I have three routers on my home network,
>> two wireless and one wired.

>
>You miss his point about NOT RUNNING CABLE.


I did indeed miss that.

>Sure, if there's wire between
>the two and all he wants to do is provide WIRELESS coverage then your
>suggestion would work. But from what I've read he's trying to get a WIRED
>connection for his PC using the 2nd router to make a WIRELESS connection to
>the first one.


Then he needs to have one of them in client mode presumably. I'm still
confused about the problem. In client mode the router isn't a router,
its a client.
--
Mark McIntyre

Reply With Quote
  #9 (permalink)  
Old 09-24-2006, 10:50 PM
Bill Kearney
Guest
 
Posts: n/a
Default Re: routing through an internal WRT54G

>>You miss his point about NOT RUNNING CABLE.
>
> I did indeed miss that.


heh, we all miss one now and then.

>>Sure, if there's wire between
>>the two and all he wants to do is provide WIRELESS coverage then your
>>suggestion would work. But from what I've read he's trying to get a WIRED
>>connection for his PC using the 2nd router to make a WIRELESS connection
>>to
>>the first one.

>
> Then he needs to have one of them in client mode presumably. I'm still
> confused about the problem. In client mode the router isn't a router,
> its a client.


Well, yeah, operationally it's making a client connection to the 1st
network. But once it's made than connection the packets are then routed to
the wired ports. When using a 3rd party firmware like dd-wrt it's easily
done. So it's a case of a piece of hardware, sold as a router, being used
in client mode to route a connection from it's local wired ports to another
network, wirelessly.

-Bill Kearney



Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WRT54G Internal pigtail insane_x Hardware Discussion 8 12-02-2007 06:13 AM
Possible to have D-Link Wireless USB Adapter (DWL-G122) Connect to WRT54G? Rip RocK alt.internet.wireless 1 01-01-2007 04:47 AM
Linksys WRT54G v5 does not display the internal webpage correctly till2065? Troubleshooting 4 03-30-2006 08:19 AM
Modem Router + WRT54G? Steel Hardware Discussion 7 02-18-2005 08:26 AM
WRT54G question kiwi_rock Hardware Discussion 5 09-14-2004 09:31 AM


All times are GMT. The time now is 11:57 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45