LAN Ports problems TL-WR740Nv4 DD-WRT v24-sp2 18777

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
Hunger
DD-WRT Novice


Joined: 11 Dec 2013
Posts: 3
Location: Russia

PostPosted: Wed May 28, 2014 9:49    Post subject: Reply with quote
Have same problem with build 24160. Router DIR-615 e4. Many previos builds worked normally. Commands
Code:
swconfig dev eth1 set enable_vlan 1
swconfig dev eth1 set apply

helps till reboot occurs. I've added this strings to startup commands and now all working. But this is abnormally & I waiting for fixing it.
Sponsor
lfelipem
DD-WRT Novice


Joined: 26 Jun 2014
Posts: 1

PostPosted: Thu Jun 26, 2014 12:46    Post subject: Reply with quote
Hunger wrote:
Have same problem with build 24160. Router DIR-615 e4. Many previos builds worked normally. Commands
Code:
swconfig dev eth1 set enable_vlan 1
swconfig dev eth1 set apply

helps till reboot occurs. I've added this strings to startup commands and now all working. But this is abnormally & I waiting for fixing it.


I was having this problem in a TL-WR841N v.8 running the last build.
This command on the start up really solved, thanks!
f00Fighter
DD-WRT Novice


Joined: 25 Jun 2014
Posts: 5

PostPosted: Fri Jun 27, 2014 11:53    Post subject: Reply with quote
Problem is similar: on the following router, wired LAN devices cannot see each other, port forwarding works to one LAN device (a desktop PC), does not work to another LAN device (a Raspberry Pi server), meanwhile wireless LAN devices can see all wired LAN devices.

Actual router model: TP-Link TL-WR941ND
Ver: 5.1
FCC ID: TE7WR941NXV5
MAC: E894F6B43C6A

Firmware Router Model: TP-Link TL-WR841ND v8
Firmware Version: DD-WRT v24-sp2 (05/27/14) std - build 24160
Kernel Version: Linux 3.10.40 #9975 Tue May 27 11:17:18 CEST 2014 mips

Will try the above described fixes and report back.
f00Fighter
DD-WRT Novice


Joined: 25 Jun 2014
Posts: 5

PostPosted: Fri Jun 27, 2014 22:22    Post subject: Reply with quote
I can confirm that the following commands helped me too resolve my LAN partial visibility problem.

Quote:
swconfig dev eth1 set enable_vlan 1
swconfig dev eth1 set apply


However, they failed to help against the port forwarding problem.

Unfortunately, this means I'll have to revert to factory firmware for the time being.
earthmind
DD-WRT User


Joined: 25 May 2008
Posts: 96

PostPosted: Sat Jul 19, 2014 1:45    Post subject: Reply with quote
f00Fighter wrote:
I can confirm that the following commands helped me too resolve my LAN partial visibility problem.

Quote:
swconfig dev eth1 set enable_vlan 1
swconfig dev eth1 set apply


However, they failed to help against the port forwarding problem.

Unfortunately, this means I'll have to revert to factory firmware for the time being.


This is a very serious bug.
FifteenthPen
DD-WRT Novice


Joined: 19 Jul 2014
Posts: 2

PostPosted: Sat Jul 19, 2014 4:19    Post subject: Reply with quote
checho wrote:
I seem to have found some solution and I sent it to BrainSlayer for testing and deployment if it is stable enough. For those of you who don't bother trying, do execute on a telnet or ssh console the following and share experience. For me it does work.

Code:
swconfig dev eth1 set enable_vlan 1
swconfig dev eth1 set apply


Thanks for this! It didn't quite work as-is for me, but with some sleuthing it set me on the right track! For anyone else who's having this issue (specifically for me on a TP-Link WDR3500) and tries the above solution only to get an error about being unable to connect to switch, try running ifconfig to see if there's more than one ethernet device on the router, and try a different one. For me, I had to do:

Code:
swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply


And now it works after I've added it to startup!
skakz
DD-WRT Novice


Joined: 08 Feb 2007
Posts: 5
Location: it

PostPosted: Mon Sep 15, 2014 19:25    Post subject: Reply with quote
FifteenthPen wrote:


Code:
swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply


And now it works after I've added it to startup!



tplink wr841nd v9
Firmware: DD-WRT v24-sp2 build r24461

same issue as op, this solution worked for me! thanks
devicemanager
DD-WRT Novice


Joined: 14 Aug 2010
Posts: 32

PostPosted: Fri Oct 17, 2014 22:13    Post subject: Reply with quote
skakz wrote:
FifteenthPen wrote:


Code:
swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply


And now it works after I've added it to startup!



tplink wr841nd v9
Firmware: DD-WRT v24-sp2 build r24461

same issue as op, this solution worked for me! thanks


TP-Link WR841N v9
DDWRT v24160 & 24461

It resolved my issue as well. Thanks!

For those that claim this fix doesn't work be sure to look under Setup > Networking to see what interface your switched ports are on. I have a WR841N v8 that has the wan on eth0 and the switch on eth1. My v9 lan switch uses eth0.

Any plans for BS to implement a permanent fix in the f/w for this issue in upcoming builds?
dmi3n1
DD-WRT Novice


Joined: 13 Nov 2014
Posts: 3

PostPosted: Fri Nov 14, 2014 9:30    Post subject: Reply with quote
the problem is more than 2 years
it should be corrected
wr84X models are very popular
lumper5
DD-WRT Novice


Joined: 22 Feb 2015
Posts: 6

PostPosted: Wed Feb 25, 2015 17:23    Post subject: Reply with quote
This problem persists in BrainSlayer (and other beta) builds for wr841n/nd in at least v7, v8 and v9, in my experience. Holds true for recent 2015 builds, too. This was especially an issue for me with client bridge mode where I had several clients on the LAN. Each could see the internet and ping clients on the AP Router, but could not ping each other on the client bridge. The start-up code fixed that issue and now everyone is pings. Looks like this is a long-running and as-yet unfixed issue.
salomonsk8r2003
DD-WRT Novice


Joined: 05 Apr 2015
Posts: 1

PostPosted: Sun Apr 05, 2015 17:44    Post subject: OMG IT WORKED THANK YOU!!! Reply with quote
I registered just to say THANK YOU SO MUCH for those two simple lines of code. I am using node.js / websockets on my arduino hosting it from my home server and could not for the life of me get it to work. I thought I was doing something wrong and spent THREE WEEKS chasing problems down rabbit holes. One after another.

I was starting to question my understanding of computer networking all together! I'm no expert but Jesus, I knew my network SHOULD have been working. I thought the problem was the linux setup but after three weeks I realized it was only a problem on WIRED ports. Then found this page and the vlan thing worked.

I did have to use eth0 though, not eth1 but I realized that quickly.

Anyways, that's my ramble. I'm just so excited my websockets are working now.

THANK YOU THANK YOU THANK YOU!!!


EDIT:
Just for other's information, I am using a TP-LINK WDR3500 V 1.2 (but used the v1 firmware) with the DD-WRT v24-sp2 (05/27/14) std - build 24160

I had this issue with multiple builds of this firmware.
DaDevil
DD-WRT Novice


Joined: 21 Mar 2014
Posts: 17

PostPosted: Sun Apr 26, 2015 18:17    Post subject: Reply with quote
Hi, just wanted to dump some info when I found this thread.

I was having all kinds of WAN / LAN issues on my router (TP-Link TL-WR941ND v3), sometimes WAN did not even get DHCP and I could never get LAN computers to ping successfully. The only firmware I could get to work normally was DD-WRT v24-sp2 (02/11/13) std - build 20675. I tried around 10-15 different ones 3-4 mounts back, non worked except for 20675, I also tried the newest one there was back then, unsure what version it could have been.

Now today just out of pure curiosity I tried DD-WRT v24-sp2 (04/09/15) std - build 26653, and so far everything is working. So maybe people with LAN issues could give that one a try. Not saying it will help but reading this thread reminded me a lot of the issues I was having.

*EDIT*

Things that I know are working at 26653 that I previously had major issues with are

DHCP on WAN
LAN <---> LAN Communication
WiFi <---> LAN Communication
Port forwarding
y2kbug
DD-WRT Novice


Joined: 30 Jul 2011
Posts: 5

PostPosted: Mon Apr 27, 2015 4:04    Post subject: Reply with quote
Quote:
swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply


This works on my WR841ND
Thanks! Wink
vemacs
DD-WRT Novice


Joined: 26 Sep 2015
Posts: 1

PostPosted: Sat Sep 26, 2015 1:55    Post subject: Reply with quote
Quote:
swconfig dev eth0 set enable_vlan 1
swconfig dev eth0 set apply


Worked on my WR841ND v9 as well. Why can't this be done by default?
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Sat Sep 26, 2015 2:23    Post subject: Reply with quote
try entering it as a startup command
_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

Goto page Previous  1, 2, 3, 4, 5, 6  Next Display posts from previous:    Page 3 of 6
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC 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 cannot attach files in this forum
You cannot download files in this forum