Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 THE DD-WRT V2 ( V24 SP2 Firmware Released ), Support For All DD-WRT Compatible Router

views
     
ahhl
post Nov 2 2015, 02:23 PM

Getting Started
**
Junior Member
73 posts

Joined: Jul 2006
wahh.... no one resolve how to dd-wrt wdr4300???
i thought i want to flash it..
PeowYong
post Nov 18 2015, 05:39 PM

PeowYong
*******
Senior Member
2,263 posts

Joined: Jan 2003
From: MMU Cyberjaya, Sandakan



Dear Pro,

need some advise here on DD-WRT on TL-WR1043ND. I had been using this DD-WRT on TL-WR1043ND for months but the GUI becomes like this suddenly since last few days. No problem on the connection (WAN/LAN/Wifi) though, just the interface become weird or corrrupted.

Things that I had tried:
1. Tried the 30-30-30 to reset - Same problem
2. using telnet to reset (erase nvram, reboot) - same problem
3. suspect browser problem, tried on different PC/mobile phone and different browser - same problem
4. Searched online and didn't found similar case like mine..

Refer attached pic:

Attached Image
lala_cai
post Jan 23 2016, 11:59 PM

Getting Started
**
Junior Member
153 posts

Joined: May 2005


anybody managed to get the wdr4300 to connect to unifi on dd-wrt?

one_7
post Oct 6 2016, 11:29 AM

Getting Started
**
Junior Member
52 posts

Joined: Jun 2007


To those who have TPLINK Archer C7 V2

This is my startup script that I gather from searching and reading the DDWRT forum to get Unifi and HyppTV working nicely. Note that with this script you will get IPTV on LAN4 and other LAN ports still working for the internet.

Assuming DDWRT is already installed;

Put this script in administration>commands>startup then save startup

swconfig dev eth0 set enable_vlan 3
swconfig dev eth0 set enable_vlan 4
swconfig dev eth0 vlan 1 set ports "0 2 3 4"
swconfig dev eth0 vlan 3 set ports "1t 6t"
swconfig dev eth0 vlan 4 set ports "0t 1t 5 6t"
swconfig dev eth0 vlan 3 set vid 500
swconfig dev eth0 vlan 4 set vid 600
swconfig dev eth0 set apply

vconfig add eth0 500
vconfig add eth0 600

nvram set wan_iface=eth0.500
nvram set wan_ifname2=eth0.500
nvram set wan_ifname=eth0.500
nvram set wan_ifnames=eth0.500
nvram commit

stopservice wan
startservice wan

And put this script in the same startup field again and click save firewall. This is to prevent mulitcast from flooding the wifi.

insmod ebtables
insmod ebtable_filter
insmod ebt_pkttype
ebtables -A FORWARD -o ath0 --pkttype-type multicast -j DROP
ebtables -A OUTPUT -o ath0 --pkttype-type multicast -j DROP
ebtables -A FORWARD -o ath1 --pkttype-type multicast -j DROP
ebtables -A OUTPUT -o ath1 --pkttype-type multicast -j DROP

Reboot.
After reboot go to setup>networking and unbridged eth0.500 and enable masquerade/NAT.
Unbridged eth0.600 and enable both multicast forwarding and maquerade/nat.
Unbridged eth0 and enable both multicast and masquerade/nat.

Reboot again.

After reboot go to setup>basic setup>connection type and select PPPOE and key in your unifi credentials. Select manual for MTU and key in 1492 and apply settings.

If all done correctly you will get working Unifi and hypptv and the other LAN ports can still be used for internet. At least this is what I did to get it working.

To other sifus out there you are welcome to correct any missteps or advise on improvements that can be done to get this router working with DDWRT.
DiVaio
post Aug 4 2017, 12:38 PM

New Member
*
Junior Member
33 posts

Joined: May 2005
Anyone use Linksys WRT1900AC,ACS or AC V2 with DD-WRT for Unifi?

I tried the below script, however no luck to get it connected to WAN.

swconfig dev switch0 set reset 1
swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "5t 0 1 2 3"
swconfig dev switch0 vlan 2 set ports "5t 4t"
swconfig dev switch0 vlan 2 set vid 500
swconfig dev switch0 set apply
ifconfig eth0 up
ifconfig eth1 up
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
vconfig add eth0 1
vconfig add eth0 2
TSMX510
post Aug 5 2017, 04:28 AM

Love Me Sin Hate Me Sinner
*******
Senior Member
4,038 posts

Joined: Aug 2005
From: Earth



QUOTE(DiVaio @ Aug 4 2017, 12:38 PM)
Anyone use Linksys WRT1900AC,ACS or AC V2 with DD-WRT for Unifi?

I tried the below script, however no luck to get it connected to WAN.

swconfig dev switch0 set reset 1
swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "5t 0 1 2 3"
swconfig dev switch0 vlan 2 set ports "5t 4t"
swconfig dev switch0 vlan 2 set vid 500
swconfig dev switch0 set apply
ifconfig eth0 up
ifconfig eth1 up
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
vconfig add eth0 1
vconfig add eth0 2
*
What is the error log?
DiVaio
post Jun 12 2020, 12:54 PM

New Member
*
Junior Member
33 posts

Joined: May 2005
QUOTE(MX510 @ Aug 5 2017, 04:28 AM)
What is the error log?
*
Unable to boot in after the configuration, have to hard reset.

MrSpeedy
post Jun 12 2020, 06:10 PM

Casual
***
Junior Member
460 posts

Joined: Jun 2012


QUOTE(DiVaio @ Jun 12 2020, 12:54 PM)
Unable to boot in after the configuration, have to hard reset.
*
Did you just now reply to a 3 years old question?
DiVaio
post Jun 12 2020, 08:19 PM

New Member
*
Junior Member
33 posts

Joined: May 2005
QUOTE(MrSpeedy @ Jun 12 2020, 06:10 PM)
Did you just now reply to a 3 years old question?
*
yeah, gave up ddwrt 3 yrs back. Now with so many builds wanted to give it a try again.
TSMX510
post Jun 12 2020, 10:34 PM

Love Me Sin Hate Me Sinner
*******
Senior Member
4,038 posts

Joined: Aug 2005
From: Earth



Migrate to mikrotik much better options bro smile.gif

DiVaio
post Jun 12 2020, 10:37 PM

New Member
*
Junior Member
33 posts

Joined: May 2005
QUOTE(MX510 @ Jun 12 2020, 10:34 PM)
Migrate to mikrotik much better options bro smile.gif
*
which model bro?

TSMX510
post Jun 12 2020, 11:04 PM

Love Me Sin Hate Me Sinner
*******
Senior Member
4,038 posts

Joined: Aug 2005
From: Earth



QUOTE(DiVaio @ Jun 12 2020, 10:37 PM)
which model bro?
*
Mikrotik CAP AC2 would be sufficient if your package is 800 Mbps to 1 Gbps use RB4011iGS+5HacQ2HnD
DiVaio
post Jun 12 2020, 11:17 PM

New Member
*
Junior Member
33 posts

Joined: May 2005
QUOTE(MX510 @ Jun 12 2020, 11:04 PM)
Mikrotik CAP AC2 would be sufficient if your package is 800 Mbps to 1 Gbps use RB4011iGS+5HacQ2HnD
*
Thanks bro, but cant find this model at any online stores.

TSMX510
post Jun 13 2020, 01:12 AM

Love Me Sin Hate Me Sinner
*******
Senior Member
4,038 posts

Joined: Aug 2005
From: Earth



QUOTE(DiVaio @ Jun 12 2020, 11:17 PM)
Thanks bro, but cant find this model at any online stores.
*
PM i can arrange your order ship next Tuesday
DiVaio
post Jun 13 2020, 11:59 AM

New Member
*
Junior Member
33 posts

Joined: May 2005
QUOTE(MX510 @ Jun 13 2020, 01:12 AM)
PM i can arrange your order ship next Tuesday
*
ok bro pmed

 

Change to:
| Lo-Fi Version
0.0169sec    0.31    6 queries    GZIP Disabled
Time is now: 28th November 2025 - 02:54 PM