Asus RT-N66U

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3 ... 163, 164, 165 ... 167, 168, 169  Next
Author Message
Per Yngve Berg
DD-WRT Guru


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

PostPosted: Sat Feb 10, 2018 20:52    Post subject: Reply with quote
34777 is working.

ftp://ftp.dd-wrt.com/betas/2018/01-31-2018-r34777/broadcom_K3X/dd-wrt.v24-34777_NEWD-2_K3.x-big-RT-N66U.trx
Sponsor
dmsmitty76
DD-WRT Novice


Joined: 26 Aug 2006
Posts: 42

PostPosted: Mon Feb 12, 2018 22:48    Post subject: Filter WAN NAT Redirection Reply with quote
I recently switched from Tomato to DD-WRT and seem to be unable to reach internal services via my ddns domain. I have Filter WAN NAT Redirection unchecked, but I am unsure of what other settings I might need to adjust. Google searching seems to reference mostly older articles like https://superuser.com/questions/285699/dd-wrt-how-to-allow-port-forwarding-to-apply-to-requests-originating-from-insid.

When I tried, it seemed to break everything.
insmod ipt_mark
insmod xt_mark
iptables -t mangle -A PREROUTING -i ! `get_wanface` -d `nvram get wan_ipaddr` -j MARK --set-mark 0xd001
iptables -t mangle -A PREROUTING -j CONNMARK --save mark
iptables -t nat -A POSTROUTING -m mark --mark 0xd001 -j MASQUERADE

Network Address Server Settings (DHCP):
Use DNSMasq for DHCP: checked
Use DNSMasq for DNS: checked
DHCP-Authoritative: checked

DNSMasq:
DNSMasq: Enable
Cache DNSSEC data: Disable
Local DNS: Disable
No DNS Rebind: Enable
Query DNS in Strict Order: Enable
Add Requestor MAC to DNS Query: Disable

Custom firewall rules:
# pptp firewall
iptables -A INPUT -p gre -j ACCEPT
iptables -A INPUT -p tcp --dport 1723 -j ACCEPT
iptables -A INPUT -i ppp+ -j ACCEPT
iptables -A FORWARD -i ppp+ -j ACCEPT
iptables -A FORWARD -o ppp+ -j ACCEPT
iptables -t nat -I PREROUTING -p tcp --dport 1723 -j ACCEPT
iptables -I INPUT -p tcp --dport 1723 -j ACCEPT
iptables -I INPUT -i ppp+ -j ACCEPT
iptables -I FORWARD -i ppp+ -j ACCEPT

# All BR0 to br1/br2 Clients
iptables -I FORWARD -s 192.168.10.0/24 -d 192.168.20.0/24 -j ACCEPT
iptables -I FORWARD -s 192.168.10.0/24 -d 192.168.30.0/24 -j ACCEPT
iptables -I FORWARD -s 192.168.10.0/24 -d 192.168.40.0/24 -j ACCEPT

# Block all BR1/BR2 from BR0
iptables -I INPUT -i br1 -m state --state NEW -j DROP
iptables -I INPUT -i br2 -m state --state NEW -j DROP

# Block br1 (Guest Wifi) from being to access br0's subnet
iptables -I FORWARD -i br1 -o br0 -m state --state NEW -j DROP
iptables -I FORWARD -i br2 -o br0 -m state --state NEW -j DROP

# Block br1/br2 from WebGUI
iptables -I INPUT -i br1 -d 192.168.10.1 -j DROP
iptables -I INPUT -i br1 -d 192.168.20.1 -j DROP
iptables -I INPUT -i br1 -d 192.168.30.1 -j DROP
iptables -I INPUT -i br1 -d 192.168.40.1 -j DROP
iptables -I INPUT -i br2 -d 192.168.10.1 -j DROP
iptables -I INPUT -i br2 -d 192.168.20.1 -j DROP
iptables -I INPUT -i br2 -d 192.168.30.1 -j DROP
iptables -I INPUT -i br2 -d 192.168.40.1 -j DROP

# Allow access to DCHP/DNS Servers
iptables -I INPUT -i br1 -p udp -m multiport --dports 53,67 -j ACCEPT
iptables -I INPUT -i br1 -p tcp -m multiport --dports 53,67 -j ACCEPT
iptables -I INPUT -i br2 -p udp -m multiport --dports 53,67 -j ACCEPT
iptables -I INPUT -i br2 -p tcp -m multiport --dports 53,67 -j ACCEPT

# Allow (br1/br2) access to HP Laserjet printer
iptables -I FORWARD -s 192.168.20.0/24 -d 192.168.10.15 -j ACCEPT
iptables -I FORWARD -s 192.168.30.0/24 -d 192.168.10.15 -j ACCEPT
iptables -I FORWARD -s 192.168.40.0/24 -d 192.168.10.15 -j ACCEPT

# All access to br0 devices
#
# for Backup
#
#(BR1)
# iptables -I FORWARD -s 192.168.20.0/24 -d 192.168.10.10 -j ACCEPT
rramstad
DD-WRT Novice


Joined: 09 Feb 2018
Posts: 11

PostPosted: Sun Mar 11, 2018 2:20    Post subject: Reply with quote
rramstad wrote:
YMMV, but I bought an ASUS RT-N66W booted it up, hard cabled it to my desktop, opened a browser to 192.168.1.1 and got into the interface, did the absolute minimum to get through the "canned" questions, and then used the Firmware Upgrade to load dd-wrt.v24-34876_NEWD-2_K3.x-big-RT-N66U.trx

The status bar counted up to 100% over a period of three or four minutes, and then it rebooted into dd-wrt.

Couldn't have been easier...


Just a warning, we've been having problems with this build, and I can't recommend it. Devices that are connected via wifi have their connections dropped. Devices that are connected via wifi also randomly cannot see other devices on the same LAN.

I will be trying a newer build soon and will report my experience.
ian5142
DD-WRT Guru


Joined: 23 Oct 2013
Posts: 2319
Location: Canada

PostPosted: Sun Mar 11, 2018 13:00    Post subject: Upgrade Reply with quote
I am currently using 35244, but I don't use the wifi on my Asus N66U. It is stable though.
_________________
Before asking a question on the forums, update dd-wrt: Where do I download firmware? I suggest reading it all.
QCA Best WiFi Settings


Some dd-wrt wiki pages are up to date, others are not. PM me if you find an old one.

Atheros:
Netgear R7800 x3 - WDS AP / station, gateway, QoS
TP-Link Archer C7 v2 x2 - WDS Station
TP-Link TL-WDR3600 v1 - WDS Station
TP-Link 841nd v8 - NU
D-Link 615 C1/E3/I1 x 7 - 1 WDS station
D-Link 825 B1 - NU
D-Link 862L A1 x2 - WDS Station
Netgear WNDR3700v2 - NU
UBNT loco M2 x2 - airOS

Broadcom
Linksys EA6400 - Gateway, QoS
Asus N66U - AP
Netgear WNDR3700v3 - not used
MediaTek
UBNT EdgeRouter X - switch
dmsmitty76
DD-WRT Novice


Joined: 26 Aug 2006
Posts: 42

PostPosted: Sun Mar 11, 2018 13:35    Post subject: Re: Upgrade Reply with quote
ian5142 wrote:
I am currently using 35244, but I don't use the wifi on my Asus N66U. It is stable though.


I am using DD-WRT v3.0-r35034 big (02/17/1Cool and have random disconnects also with 34411 and 34777.
ttbutler
DD-WRT Novice


Joined: 18 Mar 2018
Posts: 3

PostPosted: Sun Mar 18, 2018 15:37    Post subject: Reply with quote
Per Yngve Berg wrote:
34777 is working.

ftp://ftp.dd-wrt.com/betas/2018/01-31-2018-r34777/broadcom_K3X/dd-wrt.v24-34777_NEWD-2_K3.x-big-RT-N66U.trx


Thanks for posting which version is working for you. I just tried to install this for the first time and it worked perfectly, now setting up my VPN, but the DD-WRT os seems to be stable.
rramstad
DD-WRT Novice


Joined: 09 Feb 2018
Posts: 11

PostPosted: Wed Mar 21, 2018 21:13    Post subject: Reply with quote
Unfortunately there seems to be something fairly wrong with the recent builds.

I get the same disconnects on my RT-N16 using

DD-WRT v3.0-r35244 big (03/05/1Cool

Again, to be more precise, 34876 gives random wifi disconnects on RT-N66W and 35244 has the same problems on RT-N16.

The dd-wrt itself appears to be stable, more or less i.e. I can log into the router, connect via VPN, and so on.

The only other symptom I see is that devices on my LAN seem to spontaneously be unable to see each other. It may be that there is something wrong with ARP for wifi connected devices.

I never had these issues with 2.4 builds on these routers in the same environment.

(I am trying to upgrade to a 3.0 build so I can use Entware.)
dmsmitty76
DD-WRT Novice


Joined: 26 Aug 2006
Posts: 42

PostPosted: Wed Mar 21, 2018 21:23    Post subject: Wifi Reply with quote
DD-WRT v3.0-r35244 big (03/05/1Cool the disconnects seem to be lot worse on any band and more frequently then in the past. Is there anything wrong with using k26 if it is more stable? Any recommendations on a stable version? I never had these issues with tomato, the only issue I had with tomato is during large downloads the internet would seem to crawl or halt. Well and it's not developed anymore.

I've been thinking about going to Merlin, but I need to learn more about how to customize it first as it seems to be less GUI configured.
rramstad
DD-WRT Novice


Joined: 09 Feb 2018
Posts: 11

PostPosted: Wed Mar 21, 2018 21:25    Post subject: Re: Wifi Reply with quote
dmsmitty76 wrote:
DD-WRT v3.0-r35244 big (03/05/1Cool the disconnects seem to be lot worse on any band and more frequently then in the past. Is there anything wrong with using v2.4 if it is more stable? Any recommendations on a table version? I never had these issues with tomato, the only issue I had with tomato is during large downloads the internet would seem to crawl or halt. Well and it's not developed anymore.

I've been thinking about going to Merlin, but I need to learn more about how to customize it first as it seems to be less GUI configured.


Interesting that we posted at the same time regarding problems with 35244 and disconnects.

I have to run 3.0 so I can run Entware.

I am wondering at this point if anyone can recommend a specific somewhat recent release that they have used for at least a month or so that has been stable for them in terms of wifi and other basic stuff.

Thanks.
Laryllan
DD-WRT Novice


Joined: 06 Oct 2006
Posts: 22

PostPosted: Mon Apr 02, 2018 11:27    Post subject: Reply with quote
r33492 seems to feature stable wireless.
I got no WLAN disconnects for about a day.

_________________
Simplicity is the essence of life.
Per Yngve Berg
DD-WRT Guru


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

PostPosted: Mon Apr 02, 2018 19:22    Post subject: Reply with quote
What CFE version do you have?

1.0.1.3-9 is working
1.0.1.2 is not good.
Laryllan
DD-WRT Novice


Joined: 06 Oct 2006
Posts: 22

PostPosted: Tue Apr 03, 2018 0:10    Post subject: Reply with quote
I'm using 1.0.1.9
Had to update it using the Merlin FW to get the device working with DD-WRT at all.

Here's a link to the update instructions:
https://www.snbforums.com/threads/cfe-bootloader-update.8259/

_________________
Simplicity is the essence of life.
trichard3000
DD-WRT Novice


Joined: 03 Apr 2018
Posts: 1

PostPosted: Tue Apr 03, 2018 13:22    Post subject: Reply with quote
Laryllan wrote:
r33492 seems to feature stable wireless.
I got no WLAN disconnects for about a day.


I was having several inconsistent problems with wifi devices (particularly Raspberry Pi, Beagleone) using 34777. The devices would connect to wifi and even get a dhcp address but couldn't be pinged or otherwise communicated with from other wifi clients about 80% of the time. They always could be seen and used by clients on a wired switch that connects back to one of the ports on the n66u.

I rolled back to 33492 and wifi/wired clients all seem to be working properly now. I used dd-wrt.v24-33492_NEWD-2_K3.x-big-RT-N66U.trx

Hope this helps the next person, thanks Laryllan.
rramstad
DD-WRT Novice


Joined: 09 Feb 2018
Posts: 11

PostPosted: Mon Apr 09, 2018 20:30    Post subject: Reply with quote
trichard3000 wrote:
Laryllan wrote:
r33492 seems to feature stable wireless.
I got no WLAN disconnects for about a day.


I was having several inconsistent problems with wifi devices (particularly Raspberry Pi, Beagleone) using 34777. The devices would connect to wifi and even get a dhcp address but couldn't be pinged or otherwise communicated with from other wifi clients about 80% of the time. They always could be seen and used by clients on a wired switch that connects back to one of the ports on the n66u.

I rolled back to 33492 and wifi/wired clients all seem to be working properly now. I used dd-wrt.v24-33492_NEWD-2_K3.x-big-RT-N66U.trx

Hope this helps the next person, thanks Laryllan.


Thanks so much for the post.

I also have been having a lot of trouble with clients, particularly wifi but also wired, and kept upgrading to the latest and greatest BS build hoping it would get fixed at some point.

After six or so frustrating weeks, I saw this post.

I rolled back yesterday to 33492 (mega) and things are working much better now.

This is actually on a RT-N16 as my protocol is that when I do a big change, I swap routers, and I have one RT-N16 here and one RT-66U here, so it's sort of random which one I'm using at any given time, but I had the same problems -- random disconnects -- on both routers at each step of the way as I was upgrading and changing configurations and testing.

Thanks again for sharing!
ttbutler
DD-WRT Novice


Joined: 18 Mar 2018
Posts: 3

PostPosted: Tue Apr 10, 2018 9:53    Post subject: Help with LAN routing rules to connect two subnets Reply with quote
ttbutler wrote:
Per Yngve Berg wrote:
34777 is working.

ftp://ftp.dd-wrt.com/betas/2018/01-31-2018-r34777/broadcom_K3X/dd-wrt.v24-34777_NEWD-2_K3.x-big-RT-N66U.trx


Thanks for posting which version is working for you. I just tried to install this for the first time and it worked perfectly, now setting up my VPN, but the DD-WRT os seems to be stable.


I've gotten my N66U to work with DD-WRT build 34777 perfectly and it's connected to an OpenVPN continually. What I'm trying to do is allow a device connected to the DD-WRT router to connect to a LAN computer on my other home network which is not using the VPN. I don't want to put everyone under the VPN because they need to be seperate. I'm assuming this is a static routing rule either on my DD-WRT router or my home router or both. Any suggestions?



Home Router VPN Setup.png
 Description:
 Filesize:  56.67 KB
 Viewed:  4856 Time(s)

Home Router VPN Setup.png


Goto page Previous  1, 2, 3 ... 163, 164, 165 ... 167, 168, 169  Next Display posts from previous:    Page 164 of 169
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware 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 can attach files in this forum
You can download files in this forum