New build is out 22118 (BS) K2.6 and K3.X

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
MartinHerrman
Guest





PostPosted: Sun Aug 18, 2013 11:05    Post subject: Reply with quote
jrscs wrote:


CUT

Upgraded (dd-wrt.v24-21676_NEWD-2_K2.6_std_usb_nas-nv60k.bin)
to (dd-wrt.v24-22118_NEWD-2_K2.6_big-nv60k.bin)


e4200 - primary router/gateway
2.4Ghz (NG-mixed) with 20Mhz channel width => OK
5Ghz (N) with 40Mhz channel width => OK
SSH => OK
Telnet => OK
Port Forward => OK
WOL over the Internet => OK
PPTP server => Ok


Confirmed here. I just upgraded my e4200 from:

DD-WRT v24-sp2 (05/14/13) mega (SVN revision 21605)

to

DD-WRT v24-sp2 (07/24/13) mega (SVN revision 22118)

with similar home-use setup and it works fine.
Sponsor
rsriram22
DD-WRT Novice


Joined: 24 Apr 2012
Posts: 30

PostPosted: Mon Aug 19, 2013 22:42    Post subject: Reply with quote
this build (2.6 flavor) works fine on my netgear wndr3700 v1 (coming from stock firmware).
recursivelogic
DD-WRT Novice


Joined: 23 Jan 2008
Posts: 14

PostPosted: Sat Aug 24, 2013 17:54    Post subject: Reply with quote
recursivelogic wrote:
Router: Buffalo WZR-1750DHP
ISP: Comcast
Firmware: Buffalo stock (2.03) to DD-WRT 22118, WZR-1750DHP build (using factory-to-dd-wrt.bin)
Status: Currently bricked.

Initial flash plus reset was fine. Started programming in config, including changing router IP then hit "Reboot Router" on the Management page and all settings were lost; seemed more like a factory reset than a reboot.

Tried programming in just router name and SSID, save settings, and reboot under management page - all fine. More configs, including changing router IP, reboot under management page - router now bricked; buffalo logo is white and flashing red twice. Not sure if trying to change the router IP is significant, but all of this happened while trying to reboot the router.

30/30/30 reset ineffective, not receiving DHCP from the unit.


After some further testing, seems to be a problem with the Reboot Router button on the Management page. If I Save Settings (via webgui) and then hard plug out the router's power and turn it back on, the router saves settings and works; I'm getting good LAN and WLAN speeds on the unit.

If I try to Reboot from Management, all sorts of Bad Things happens randomly, from wiping out my settings to killing webgui (but telnet is okay).
ddwrt.guy
DD-WRT Novice


Joined: 13 Aug 2013
Posts: 24

PostPosted: Sun Aug 25, 2013 23:47    Post subject: Re: Port Forward Issues with 22118 on wndr3700v1 and wndr377 Reply with quote
ddwrt.guy wrote:

UPDATE: Turns out VPN causes the port forwards to stop working from the LAN. Once I turned off VPN, they worked.


Solved! I wanted to share the issue and solution.
Hardware: Netgear WNDR3700v1 and v2
DD-WRT: 22118

Problem: OpenVPN config via Web-GUI caused port forwards to not be available from the LAN side. Worked fine from the WAN.

Fix: I removed OpenVPN Web-GUI stuff. Port forwards work fine. I created scripts to enable openvpn manually. Here's the script for those interested. OpenVPN works fine.

Startup Script
==============
cd /tmp
mkdir openvpn
cd openvpn
echo 'mode server
tls-server
dev tap0
port 1194
proto udp
server-bridge 192.168.5.1 255.255.255.0 192.168.5.151 192.168.5.170
push "redirect-gateway def1"
push "dhcp-option DNS 192.168.5.1"
push "dhcp-option WINS 192.168.5.1"
client-to-client
keepalive 10 120
comp-lzo no
cipher AES-128-CBC
dh /tmp/openvpn/dh.pem
ca /tmp/openvpn/ca.crt
cert /tmp/openvpn/cert.pem
key /tmp/openvpn/key.pem
daemon
verb 5
tls-auth /tmp/openvpn/static.key 0' > openvpn.conf

echo '-----BEGIN CERTIFICATE-----
your certificate
-----END CERTIFICATE-----' > cert.pem

echo '-----BEGIN CERTIFICATE-----
your certificate
-----END CERTIFICATE-----' > ca.crt

echo '-----BEGIN RSA PRIVATE KEY-----
your key
-----END RSA PRIVATE KEY-----' > key.pem

echo '-----BEGIN DH PARAMETERS-----
your DH
-----END DH PARAMETERS-----' > dh.pem

echo '-----BEGIN OpenVPN Static key V1-----
your key
-----END OpenVPN Static key V1-----' > static.key

openvpn --mktun --dev tap0
brctl addif br0 tap0
ifconfig tap0 0.0.0.0 promisc up
openvpn --config /tmp/openvpn/openvpn.conf


Firewall Script
===============
iptables -A INPUT -i tap0 -j ACCEPT
iptables -I INPUT -p udp --dport 1194 -j ACCEPT
iptables -t nat -A POSTROUTING -j MASQUERADE
chillo
DD-WRT User


Joined: 04 Feb 2008
Posts: 134

PostPosted: Thu Aug 29, 2013 7:35    Post subject: Reply with quote
I have the same Problems with two rt-n16 connected with wds. After a while the signal strength goes down. Only a reboot helps
use latest version kong 22000
milanolarry
DD-WRT Novice


Joined: 27 Jul 2013
Posts: 44

PostPosted: Thu Aug 29, 2013 12:09    Post subject: Reply with quote
Neither the PPTP VPN nor the OpenVPN works. Every time I connect to the PPTP VPN, my Windows XP freezes.

RT-N16, Build dd-wrt.v24-22118_NEWD-2_K3.x_mega_RT-N16.trx
madman999
DD-WRT Guru


Joined: 11 Jun 2012
Posts: 1042

PostPosted: Thu Aug 29, 2013 13:34    Post subject: Reply with quote
PPTP VPN Server works for me

here are my setting if helpful



ddwrt3.JPG
 Description:
 Filesize:  35.09 KB
 Viewed:  28901 Time(s)

ddwrt3.JPG



_________________
Please state what make and model router plus the build number and type of DD-WRT you are using. Screen prints and a network diagram can are also helpful. Before you create a new post, use the search function. Chances are your issue has happened to someone else.

Common F.A.Q.
Where can I get the latest test Firmware or older ones?
https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/

Asus RT-AC66R on 3.x 28072 Giga
TP-Link Archer C9 on 3.x r54095
kwazytazz
DD-WRT Novice


Joined: 11 Oct 2007
Posts: 7

PostPosted: Sat Aug 31, 2013 19:30    Post subject: Firmware version doesnt change after upgrade Reply with quote
Router : Asus N66U

I upgraded via web gui, reset to factory defaults via web gui, then applied new firmware with reset factory defaults checked after upgrade.

After I upgraded to 22118 with "dd-wrt.v24-22118_NEWD-2_K3.x_mega-nv64k.bin" the firmware version on my router doesn't change it still displays my old version which is "DD-WRT v24-sp2 (10/31/12) mega - build 20202 "

Is this normal for experimental builds? Or did the upgrade not go through?
BasCom
DD-WRT Guru


Joined: 29 Jul 2009
Posts: 1378
Location: Germany

PostPosted: Mon Sep 02, 2013 16:07    Post subject: Reply with quote
sure you have nv64k ?

log in to telnet and check revision. clearyour browser cache.

_________________
RT-N66U @ Build 25697M K3.10.63
TL-WR842ND v1 @ BS-build 23919 WDS AP
TL-WR841ND @ BS-build 23919 WDS Client
TL-WR841ND @ BS-build 23919 Client Bridge ( Routed )
James2k
DD-WRT Guru


Joined: 23 Oct 2011
Posts: 549

PostPosted: Tue Sep 03, 2013 21:19    Post subject: Re: Firmware version doesnt change after upgrade Reply with quote
kwazytazz wrote:
Router : Asus N66U

I upgraded via web gui, reset to factory defaults via web gui, then applied new firmware with reset factory defaults checked after upgrade.

After I upgraded to 22118 with "dd-wrt.v24-22118_NEWD-2_K3.x_mega-nv64k.bin" the firmware version on my router doesn't change it still displays my old version which is "DD-WRT v24-sp2 (10/31/12) mega - build 20202 "

Is this normal for experimental builds? Or did the upgrade not go through?


I've seen this behaviour when attempting to go from K26 to K3.x builds. If all else fails go back to Stock and upgrade to K3.x from there.

_________________
James

Main router:

Netgear R7000 overclocked to 1.2GHz - DD-WRT v3.0-r35965M kongac

IPv6 6in4 (HE.net), OpenVPN (with PBR and split tunnelling), Entware, dnsmasq with ipset

Easy ipset support for the R7000

VPN speed: Download: 77.96 Mbps Upload: 5.00 Mbps (AES-128-CBC HMAC-SHA1)

Yes you can get 50 Mbps+ with OpenVPN on a R7000 if you configure it properly!

Previous routers:

ASUS RT-N66U - The Dark Knight
WNR2000v3 - Bought on the cheap for someone else, neutered crap
WNR3500Lv1 - First venture into the DD-WRT world
kwazytazz
DD-WRT Novice


Joined: 11 Oct 2007
Posts: 7

PostPosted: Thu Sep 05, 2013 18:30    Post subject: Reply with quote
BasCom wrote:
sure you have nv64k ?

log in to telnet and check revision. clearyour browser cache.


yeah i'm sure i have nv64k, I had one of the old n66u where it only had 32k and had to manually update the cfe on linux
kwazytazz
DD-WRT Novice


Joined: 11 Oct 2007
Posts: 7

PostPosted: Thu Sep 05, 2013 18:31    Post subject: Re: Firmware version doesnt change after upgrade Reply with quote
James2k wrote:
kwazytazz wrote:
Router : Asus N66U

I upgraded via web gui, reset to factory defaults via web gui, then applied new firmware with reset factory defaults checked after upgrade.

After I upgraded to 22118 with "dd-wrt.v24-22118_NEWD-2_K3.x_mega-nv64k.bin" the firmware version on my router doesn't change it still displays my old version which is "DD-WRT v24-sp2 (10/31/12) mega - build 20202 "

Is this normal for experimental builds? Or did the upgrade not go through?


I've seen this behaviour when attempting to go from K26 to K3.x builds. If all else fails go back to Stock and upgrade to K3.x from there.


Thanks will try that
HRS
DD-WRT Novice


Joined: 05 Sep 2013
Posts: 5

PostPosted: Thu Sep 05, 2013 19:37    Post subject: WRT160N v3, can't connect to VLAN in Repeater Bridge mode Reply with quote
Reporting in on 22118...

In brief, under release 21061, I was able to use a WRT160N v3 in Repeater Bridge mode, with a wireless client connecting to the VLAN's SSID (with WPA2 Personal/AES). It worked, but the connection would periodically drop.

Under the 22118 build, I set up the VLAN as before. The SSID is seen by wireless clients, but no connection is possible (the password is always rejected).

Edit: I have to abandon 22118 for the 160N v3. A power off/on cycle leaves the router in a non-functioning state that requires a red push button-reeset to fix.
Jimmy101
DD-WRT Novice


Joined: 22 Aug 2012
Posts: 3

PostPosted: Sun Sep 08, 2013 19:36    Post subject: Reply with quote
Kris404 wrote:
The mega build kills wireless on e3000.

Downgrading to dd-wrt.v24-21676_NEWD-2_K2.6_mega-nv60k.bin restores it.

K3.x completely kills WAN port, wireless and has blinking power LED.


I think its because it detects the E3000 as a wrt54g, and it shows up with 2 2.4ghz radios, instead of the 5ghz radio.
reno55
DD-WRT Novice


Joined: 06 Dec 2006
Posts: 7

PostPosted: Mon Sep 09, 2013 0:25    Post subject: Reply with quote
E4200 just flashed:

dd-wrt.v24-22208_NEWD-2_K2.6_mega-e4200

The nas page will not load just comes up empty. I tried 3 different browsers....

Seeing as how I just attached a 500gb usb drive Id like to get it set up. Can anyone help out?
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next Display posts from previous:    Page 7 of 8
Post new topic   Reply to topic    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