How do I use a wireless router as a switch? (even WiFi access)

9

0

I have a TP-Link router (without wireless) connected to my modem which has this subnet : 192.168.0.* - that work fine.

However I need a wireless connection too. My wireless router had this IP given by the TP-Link router: 192.168.0.13.

I have a Netgear WGR614 Wireless-G Router which gain 192.168.0.13 but I need that gives IPs in the same subnet as a TP-Link router.

If the person connect to my WiFi it should receive an IP like 192.168.0.*. I already tried to disable the DHCP server in the Netgear router but it's not working.

How can I do that?

Valter Silva

Posted 2012-01-10T13:13:19.947

Reputation: 1 331

how did you connect the two routers? you should not be using the 'internet' ethernet socket on the router acting as a switch – Journeyman Geek – 2012-01-10T13:22:23.277

I connect the modem in the TP link, then a cable ethernet from the TP Link I connect in the WAN port in the NETGEAR router. I should not do that ? – Valter Silva – 2012-01-10T13:31:54.420

Thats your problem. Posting that as an answer ;) – Journeyman Geek – 2012-01-10T13:48:55.057

Answers

8

Do not connect the ethernet cable from the tp link to the wan port on the netgear router. connect together regular lan ports on both.

Journeyman Geek

Posted 2012-01-10T13:13:19.947

Reputation: 119 122

UUUUUUffff, once I read this it was sooo obvious. And the the netgear (read secondary, inner, local, wifi) router should not act as a DHCP server. – Harald – 2015-12-20T15:04:34.047

He mentioned turning it off. And its totally less than obvious - I found this out in a moment of AUGGHGHHH – Journeyman Geek – 2015-12-20T15:06:20.423

1

Ideally you shouldn't have 2 DHCP enabled routers on the same network as it will just be pure luck which range the connected PC gets allocated to. BUT using my method below they shouldn't conflict with each other...

Within the DHCP options of each router you should have a 'scope' or 'range' where you can specify different rages within the same subnet to the 2 routers, say 192.168.0.15 - 192.168.0.45 for router 1 and 192.168.0.50 - 192.168.0.100 for router 2.

HaydnWVN

Posted 2012-01-10T13:13:19.947

Reputation: 3 192

It would be better to disable DHCP on the TP link and use static IP's for connected PC's (+ the Netgear) then use DHCP on the Netgear with a scope away from the static IP's. – HaydnWVN – 2012-01-10T13:39:27.507