[SOLVED] Trouble with linking subnets

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Author Message
ZeroLabs
DD-WRT Novice


Joined: 08 Apr 2017
Posts: 49
Location: Underground lair

PostPosted: Sun Dec 06, 2020 21:42    Post subject: [SOLVED] Trouble with linking subnets Reply with quote
I have one primary router, Netgear R8000 running r40559 (latest version available in the router database) and two Linksys E4200 also running r40559.

Prior to this I ran the R8000 with r36070M and two E1200 with r21061 in client-bridge mode and everything on the 192.168.1.0/24 subnet. When I upgraded the primary router to r40559, it became much less stable. I did perform the 30-30-30 reset before and after the firmware upgrade and rebuild the configuration file by hand from a spreadsheet of recorded settings and nothing improved, so file corruption is out.

Understanding that client-bridge mode is regarded as a less stable hack anyway, I decided to try and reconfigure my two secondary routers in client mode on different subnets following these two wiki

https://forum.dd-wrt.com/wiki/index.php/Linking_Subnets_with_Static_Routes and
https://wiki.dd-wrt.com/wiki/index.php/Client_Mode

My network matches the Linking Subnets wiki exactly. For the most part everything works. Routers 2 & 3 have routes to Router 1 and the internet through Router 1 gateway, but ONLY if I enable Masquerade Route in the Static Routing of Router 1.

The problem is, in this mode computers on the 192.168.1.0/24 subnet cannot see anything on the 192.168.2.0/24 or 192.168.3.0/24 subnets. Nor can the two outlying subnets see each other.

If I disable Masquerade Route in Router 1, that breaks pretty much everything. Routers 2 & 3 have no route to the 192.168.1.0/24 subnet or the internet. I've tried all sorts of crazy settings to get it to work with Masquerade Route disabled including regressing the primary router to r36070M but absolutely no joy whatsoever. Other details are

Routers 2 & 3 both have bridging disabled in wireless settings
Routers 2 & 3 are both in router mode, not gateway.
Routers 2 & 3 both have "iptables -I FORWARD -s 192.168.0.0/16 -j ACCEPT" commands loaded at startup.

The routing table in Router 1 looks like this:

Code:
default                  0.0.0.0                 73.234.182.1   UG   0   WAN
73.234.182.0        255.255.254.0      *                     U     0   WAN
192.168.1.0          255.255.255.0      *                     U     0   LAN & WLAN
192.168.2.0          255.255.255.0      192.168.1.2     UG   0   LAN & WLAN


One thing I will say is a detailed description of the client router configurations in the wikis leave something to be desired compared to the host router. And yes, I know the Forum Guidelines state to not use the router database which opens up a whole different can of worms. Why even have the router database in one place if somewhere else it's recommended not to use it??? Having tried two different firmware, I don't think this is a firmware version specific issue anyway.

SO! What one checkbox am I missing I will kick myself for not seeing that's causing me so much grief?

P.S. I really only have Router 2 in client mode at the moment. Router 3 is still in client-bridge mode and happy as a clam, but I still can't reach it from the 192.169.1.0/24 subnet.


Last edited by ZeroLabs on Mon Dec 07, 2020 14:41; edited 2 times in total
Sponsor
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 5700

PostPosted: Sun Dec 06, 2020 22:20    Post subject: Reply with quote
https://wikidevi.wi-cat.ru/Netgear_R8000 | BCM4709A0 is ARM based, so do not 30/30/30 this router.

http://www.downloads.netgear.com/files/GDC/R8000/R8000_UM_EN.pdf | Manual states only 7 seconds.

Saw a few netgear support threads saying 10 or 15. This is while powered on after a full boot.

Ignore the router database and instead research the new build threads in the Broadcom subforum.

Examples: r44700, r44715, r44849, r44863


Last edited by blkt on Sun Dec 06, 2020 22:29; edited 1 time in total
ZeroLabs
DD-WRT Novice


Joined: 08 Apr 2017
Posts: 49
Location: Underground lair

PostPosted: Sun Dec 06, 2020 22:29    Post subject: Reply with quote
I have read not to do the 30-30-30 on ARM processors. But this is ARM? Really? Router stats say "Broadcom BCM4709"

Hmmm. I guess it is ARM. Won't do THAT again!
https://www.broadcom.com/products/wireless/wireless-lan-infrastructure/bcm4707-4708-4709


Last edited by ZeroLabs on Sun Dec 06, 2020 22:33; edited 1 time in total
ZeroLabs
DD-WRT Novice


Joined: 08 Apr 2017
Posts: 49
Location: Underground lair

PostPosted: Mon Dec 07, 2020 0:12    Post subject: Reply with quote
So are you of the opinion that this is in fact a firmware revision issue? I've downloaded 44863, ready to pull the trigger when my wife finally goes to bed. Just not looking forward to reloading the config file by hand for the fourth time in two days.
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14246
Location: Texas, USA

PostPosted: Mon Dec 07, 2020 1:46    Post subject: Reply with quote
40559 is a junk build. You may wish to use the experimental driver image:

https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2020/11-24-2020-r44863/netgear-r8000/experimental_driver/

Since the other image may have wi-fi issues due to the driver.

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
ZeroLabs
DD-WRT Novice


Joined: 08 Apr 2017
Posts: 49
Location: Underground lair

PostPosted: Mon Dec 07, 2020 2:54    Post subject: Reply with quote
Ha! That's great. I sure know how to pick'em! I'll give that a try. Thanks.

As long as we're recommending builds, what's your pick for my E4200 v1? Would the latest compatible build be this?

https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2020/11-24-2020-r44863/broadcom_K3X_mipsel32r1/dd-wrt.v24-44863_NEWD-2_K3.x_mega.bin
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12917
Location: Netherlands

PostPosted: Mon Dec 07, 2020 7:56    Post subject: Reply with quote
Look in the build threads

To get the best out of DDWRT and the forum read these helpful pointers:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
If you did not already read them please do !

I have just upgrade my E2000 with 44863 which seems fine but is not thoroughly tested yet.

Connecting multiple subnets see my attached notes how I do it but there are several ways to do it (also using router mode an extra NAT rule on main router).

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
ZeroLabs
DD-WRT Novice


Joined: 08 Apr 2017
Posts: 49
Location: Underground lair

PostPosted: Mon Dec 07, 2020 14:06    Post subject: Reply with quote
@egc That is a GREAT document! Wish I had found it ahead of time. Definitely fills in a couple of blanks regarding Router 2 configuration not covered in the wikis. I now realize I was confusing router access across subnets with forwarded traffic to those subnets.

So right now I can ping addresses on the 2.0 subnet from 1.0. The only missing piece is I still cannot access router 2 web interface while connected through Router 1. I thought
Code:
iptables -I INPUT -s 192.168.0.0/24 -j ACCEPT

might do it for me but still no joy. Upgrading the firmware to 44863 is next.

Disregard. Web access is working too. Just had to enable Web GUI in Administration > Management > Remote Access which is not necessary when on the same subnet. I am marking this thread solved. Still upgrading the firmware anyway later today, though. In the end I may return to client-bridge mode if it will run stable with the newer version. It's just so much simpler.
ZeroLabs
DD-WRT Novice


Joined: 08 Apr 2017
Posts: 49
Location: Underground lair

PostPosted: Tue Dec 08, 2020 1:06    Post subject: Reply with quote
Aaaaand 44863 bricked my E4200. I can reload older known working firmware using tftp but all it does is reboot over and over. (sigh) Sometimes it just doesn't pay to change things.

Off to look for an answer.............

_________________
Routers: Netgear R8000, Linksys E1200v1, E4200, WRT54Gv3, TL-WDR4300v1.7
Per Yngve Berg
DD-WRT Guru


Joined: 13 Aug 2013
Posts: 6870
Location: Romerike, Norway

PostPosted: Tue Dec 08, 2020 15:32    Post subject: Reply with quote
Dd-wrt by default only Masquerade from the LAN. To Masquerade from all sub-nets including those behind your other routers, enter this on the router with the Internet line.:

iptables -t nat -A POSTROUTING -o `get_wanface` -j MASQUERADE
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum