New build is out eko svn17084

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3, 4, 5  Next
Author Message
tedm
DD-WRT Guru


Joined: 13 Mar 2009
Posts: 555

PostPosted: Wed May 25, 2011 8:34    Post subject: OpenVPN busted in newer builds Reply with quote
I have a 3 node SSH VPN with a single "server" and 2 "clients" setup per the instructions here:

http://www.dd-wrt.com/wiki/index.php/VPN_%28the_easy_way%29_v24%2B

This works fine on builds up through 15508

Upgrading to a newer build on the client and I get a bunch of error complaints on the server about the client connection failing.

Upgrading to a newer build on the server and openvpn won't even start on boot. I get this error in syslog:

May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: OpenVPN 2.2.0 mipsel-linux [SSL] [LZO2] [EPOLL] built on May 17 2011
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: MANAGEMENT: TCP Socket listening on 127.0.0.1:5001
May 25 01:06:33 DD-WRT daemon.warn openvpn[652]: IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
May 25 01:06:33 DD-WRT daemon.warn openvpn[652]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: Diffie-Hellman initialized with 1024 bit key
May 25 01:06:33 DD-WRT daemon.warn openvpn[652]: WARNING: file '/tmp/openvpn/key.pem' is group or others accessible
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: TLS-Auth MTU parms [ L:1541 D:138 EF:38 EB:0 ET:0 EL:0 ]
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: Socket Buffers: R=[32767->65534] S=[32767->65534]
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: TUN/TAP device tun0 opened
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: TUN/TAP TX queue length set to 100
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: /sbin/ifconfig tun0 10.0.20.1 pointopoint 10.0.20.2 mtu 1500
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: /tmp/openvpn/route-up.sh tun0 1500 1541 10.0.20.1 10.0.20.2 init
May 25 01:06:33 DD-WRT daemon.warn openvpn[652]: WARNING: External program may not be called unless '--script-security 2' or higher is enabled. Use '--script-security 3 system' for backward compatibility with 2.1_rc8 and earlier. See --help text or man page for detail
May 25 01:06:33 DD-WRT daemon.err openvpn[652]: WARNING: Failed running command (--up/--down): external program fork failed
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: Exiting
Sponsor
mrg666
DD-WRT User


Joined: 22 Oct 2009
Posts: 157
Location: North East - USA

PostPosted: Sun May 29, 2011 11:22    Post subject: Reply with quote
I have tested 17084 build on WNR3500L (my gateway router). Wireless was erratic but I did not test long-term stability. As others also said, DDNS is not working. Other than these, firewall port forward and access restrictions worked fine. I don't use wireless on the gateway but DDNS is a must for me. So I went back to Kong mod 16830.
_________________
WNR3500L DD-WRT-18730-Kong Gateway/Firewall/NAS
WRT54G-TM DD-WRT-14929 Mega (heatsink + 250MHz oc)
WHR-G300N DD-WRT-20548(external antennas)
2x E2000 Tomato-Toastman 0501.2 AP (external antennas)
TEW-652BRP Gargoyle 1.5.9 Client Bridge (antenna upgrade + heatsinks + ventilation)
somms
DD-WRT User


Joined: 21 Mar 2008
Posts: 261

PostPosted: Sun May 29, 2011 15:49    Post subject: Re: OpenVPN busted in newer builds Reply with quote
tedm wrote:
I have a 3 node SSH VPN with a single "server" and 2 "clients" setup per the instructions here:

http://www.dd-wrt.com/wiki/index.php/VPN_%28the_easy_way%29_v24%2B

This works fine on builds up through 15508

Upgrading to a newer build on the client and I get a bunch of error complaints on the server about the client connection failing.

Upgrading to a newer build on the server and openvpn won't even start on boot. I get this error in syslog:

May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: OpenVPN 2.2.0 mipsel-linux [SSL] [LZO2] [EPOLL] built on May 17 2011
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: MANAGEMENT: TCP Socket listening on 127.0.0.1:5001
May 25 01:06:33 DD-WRT daemon.warn openvpn[652]: IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port.
May 25 01:06:33 DD-WRT daemon.warn openvpn[652]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: Diffie-Hellman initialized with 1024 bit key
May 25 01:06:33 DD-WRT daemon.warn openvpn[652]: WARNING: file '/tmp/openvpn/key.pem' is group or others accessible
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: TLS-Auth MTU parms [ L:1541 D:138 EF:38 EB:0 ET:0 EL:0 ]
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: Socket Buffers: R=[32767->65534] S=[32767->65534]
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: TUN/TAP device tun0 opened
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: TUN/TAP TX queue length set to 100
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: /sbin/ifconfig tun0 10.0.20.1 pointopoint 10.0.20.2 mtu 1500
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: /tmp/openvpn/route-up.sh tun0 1500 1541 10.0.20.1 10.0.20.2 init
May 25 01:06:33 DD-WRT daemon.warn openvpn[652]: WARNING: External program may not be called unless '--script-security 2' or higher is enabled. Use '--script-security 3 system' for backward compatibility with 2.1_rc8 and earlier. See --help text or man page for detail
May 25 01:06:33 DD-WRT daemon.err openvpn[652]: WARNING: Failed running command (--up/--down): external program fork failed
May 25 01:06:33 DD-WRT daemon.notice openvpn[652]: Exiting


Old OpenVPN wiki instructions are no longer applicable for newer builds...from my testing and use of OpenVPN 2.2.0 included builds, I now have to use the OpenVPN GUI selection for it to work. Good news is that no additional info has to be added to Startup or even into the Firewall settings for either tun or tap OpenVPN connections now! Wink

BTW: 'management localhost' commands are no longer required in order to poplulate the OpenVPN status tab of DD-WRT GUI...



Success w/OpenVPN using this latest Eko build flashed onto the refurbed E4200 I just RX'ed: http://www.dd-wrt.com/phpBB2/viewtopic.php?p=611981&highlight=#611981



OpenVPN-status.jpg
 Description:
 Filesize:  145.34 KB
 Viewed:  46115 Time(s)

OpenVPN-status.jpg



OpenVPNGUI.jpg
 Description:
 Filesize:  112 KB
 Viewed:  46158 Time(s)

OpenVPNGUI.jpg


greedj
DD-WRT User


Joined: 17 Nov 2007
Posts: 51
Location: Grand Rapids, MI

PostPosted: Sun May 29, 2011 18:29    Post subject: Slow wireless Reply with quote
jumran wrote:
Anyone else experiencing slow wireless speeds after a while with this build?


Yes! My wireless speeds are horrible.
E3000
jpl327
DD-WRT Novice


Joined: 18 Jan 2011
Posts: 28

PostPosted: Sun May 29, 2011 20:25    Post subject: Reply with quote
Tested on a WNDR 3300 v1. Wireless speeds were poor. Also experienced the same issue as FarmerBob with the wired port only lighting up amber, this led is always green with other builds. I have reverted back to DD-WRT v24-sp2 (03/10/11) std-nokaid-nohot-nostore - build 16403M. I'll stick with that build until these problems are resolved.
Vaako
DD-WRT User


Joined: 10 Jun 2009
Posts: 370

PostPosted: Sun May 29, 2011 20:32    Post subject: Reply with quote
Wireless is horrible and DDNS is not working.
When can we expect a new build with this all fixed?

_________________
Regards,
Vaako

1x Netgear R7800 Nighthawk - firmware not decided yet !!!!
1x Netgear R7000 Nighthawk r36410
1x Ubiquiti RouterStation Pro DD-WRT r23204 std (12/24/13)
1x Asus RT-N16 SVN revision 20675 NEWD-2 K2.6
1x Linksys E4200 v3.0 r34777 mega (01/31/18 )
1x Buffalo WZR-HP-G300NH B0 B0 Gargoyle FW
1x Linksys WRT600N v1.1 (Bricked)
1x Linksys WRT54GL v1.1 (DD-WRT 26446)
1x Linksys WRT54GS v2.2 (DD-WRT 26446)
1x Linksys RVS4000 (stock fw)
3x D-Link DWL-7100AP (openWRT)
2x TP-Link TL-WA801ND (Bridge mode) 100mW TX-Power
Asus WL-520GU SVN 16403M NEWD-2 Eko std-nokaid
4x Fonera with Gargoyle FW
somms
DD-WRT User


Joined: 21 Mar 2008
Posts: 261

PostPosted: Mon May 30, 2011 0:56    Post subject: Re: Slow wireless Reply with quote
greedj wrote:
jumran wrote:
Anyone else experiencing slow wireless speeds after a while with this build?


Yes! My wireless speeds are horrible.
E3000




Meanwhile I am getting great wireless (speedtest ran up to the max limit of my Comcast DOCSIS3.0 plan) on the E4200 over the 5GHz radio configured as N-only Channel 120 at 40MHz...not even using the 2.4GHz radio atm and left set to 'disabled'.



450Mbps.jpg
 Description:
 Filesize:  58.17 KB
 Viewed:  45981 Time(s)

450Mbps.jpg


mrg666
DD-WRT User


Joined: 22 Oct 2009
Posts: 157
Location: North East - USA

PostPosted: Mon May 30, 2011 19:09    Post subject: Re: Slow wireless Reply with quote
somms wrote:
greedj wrote:
jumran wrote:
Anyone else experiencing slow wireless speeds after a while with this build?


Yes! My wireless speeds are horrible.
E3000


Meanwhile I am getting great wireless (speedtest ran up to the max limit of my Comcast DOCSIS3.0 plan) on the E4200 over the 5GHz radio configured as N-only Channel 120 at 40MHz...not even using the 2.4GHz radio atm and left set to 'disabled'.


Please, you are testing the speed of cable modem not wireless. Actually, 32.68Mb/s wireless speed is extremely slow for 802.11n. Even my E1000 gives ~90Mb/s consistently if I measure within my home network when it is limited with the 100Mbit Ethernet switch.

_________________
WNR3500L DD-WRT-18730-Kong Gateway/Firewall/NAS
WRT54G-TM DD-WRT-14929 Mega (heatsink + 250MHz oc)
WHR-G300N DD-WRT-20548(external antennas)
2x E2000 Tomato-Toastman 0501.2 AP (external antennas)
TEW-652BRP Gargoyle 1.5.9 Client Bridge (antenna upgrade + heatsinks + ventilation)
eline
DD-WRT Novice


Joined: 17 Feb 2010
Posts: 7

PostPosted: Mon May 30, 2011 19:38    Post subject: Reply with quote
True,
Wireless speed is very bad & unstable.
Wireless signal sweeps from 20 to 55%;
speed goes down to a very poor 26mbps.
Went back to stock firmware.
I know, not that good but better than 17084.
I leave the extra's for whar they are for the moment.
Stock firmware gives now better connection at lower power.
My device: e3000; wireless router.
('wireless' is a very important thing for a 'wireless' router... Smile)
somms
DD-WRT User


Joined: 21 Mar 2008
Posts: 261

PostPosted: Mon May 30, 2011 20:28    Post subject: Re: Slow wireless Reply with quote
[quote="mrg666"][quote="somms"][quote="greedj"]
jumran wrote:
Please, you are testing the speed of cable modem not wireless.


Sigh...speed of cable modem thru the wireless. Also tested the E4200 overnight by slinging HD vid over the 5GHz radio...no dropouts/lost connections and still full signal strenght when I finally disconnected this morn! Wink
latinpapie
DD-WRT User


Joined: 01 May 2009
Posts: 274
Location: San Jose, Ca

PostPosted: Mon May 30, 2011 20:37    Post subject: Re: Slow wireless Reply with quote
greedj wrote:
jumran wrote:
Anyone else experiencing slow wireless speeds after a while with this build?


Yes! My wireless speeds are horrible.
E3000


Yup im having the same issue! My wireless bars go from 1 to full iuno whats going on...

_________________
E3000 K2.6 Eko 16758 Mega
E3000 CB K2.6 EKO 16758 STD USB NAS
WRT610N V2 CB K2.6 Eko15337 STD Nokaid
WRT310N V2 CB K2.6 BS 15362 STD Nokaid
oxygenx
DD-WRT Guru


Joined: 11 Nov 2007
Posts: 566

PostPosted: Tue May 31, 2011 9:15    Post subject: Reply with quote
I'm using NEWD_std-nokaid_nohotspot_nostor.bin on my WNDR3300's since yesterday and everything is fine so far.

no problems with wireless speed nor did i notice a change to the displayed SNR.

dyndns.org update is also working flawless.

_________________
Router: WNDR3300 (wl0: n-Only 5Ghz, WPA2-AES, wl1: g-Only, WPA-Mixed-Mixed)
WDS Node 1: WNDR3300 (wl0: n-Only 5Ghz, WPA2-AES, WDS-connected Router, wl1: g-Only WPA-Mixed-Mixed)
WDS Node 2: WRT54GL (g-Only, WPA-Mixed-Mixed WDS-connected to Router)
Modem: Cisco EPC3202
clients: Notebook 1, D-Link 323, PS3 Slim, Kathrein UFC960 connected to WDS Node 1 via Gigabit Switch. Notebook 2, Deskjet 6980 connected to WDS Node 2
brackb01
DD-WRT Novice


Joined: 18 Jun 2010
Posts: 44
Location: UK

PostPosted: Sat Jun 04, 2011 12:23    Post subject: Reply with quote
upgrade to 17084 big on a wrt610n v2 - couldn't see USB HDD on Samba, just on ftp. so reverted to 16773.

also noted on 16773 that the commands i was using on a previous version of eko arent working from the gui, but do through telnet:

/sbin/insmod /lib/modules/2.6.24.111/kernel/fs/fuse.ko
/usr/sbin/ntfs-3g /dev/discs/disc0/part2 /mnt/NTFS

didn't get to test on 17084
can't flash
DD-WRT User


Joined: 14 Jan 2010
Posts: 73
Location: Flint, Michigan

PostPosted: Sun Jun 12, 2011 21:18    Post subject: Linksys E3000 Wireless LED Reply with quote
Upon upgrading to EKO 17084, I noticed that the wireless LED on my E3000 will remain on at boot despite the fact that I have wireless set to off during boot. Status page confirms that radio is off; however, light remains on. This did not occur with build SVN: 16403.

[Comment about profile update removed by user]

_________________
Netgear R7800
DD-WRT v3.0-r54545 std
Release: 12/18/2023 (SVN revision: 54545)


Last edited by can't flash on Tue Jun 14, 2011 22:31; edited 1 time in total
ragit
DD-WRT Novice


Joined: 06 Nov 2007
Posts: 14

PostPosted: Tue Jun 14, 2011 21:00    Post subject: wrt350n Reply with quote
no wireless on wrt350n.
Goto page Previous  1, 2, 3, 4, 5  Next Display posts from previous:    Page 4 of 5
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