| Author | Message |
|---|---|
Topic: Weird case - traffic does not pass between wired and wifi |
|
| ho1Aetoo Replies: 2 Views: 101 |
|
| The switch config tab does not work on the device with this build, so you should definitely not mess around with it...
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=338632 |
|
Topic: DD-WRT: Proper DNS With SmartDNS |
|
| ho1Aetoo Replies: 12 Views: 643 |
|
| The field/entry has nothing to do with your browser.
And according to your other thread, your browser doesn't even use the router's DNS, but its own DNS server... https://forum.dd-wrt.com/phpBB2/ ... |
|
Topic: R9000 - nftables bridge filtering not working (r63355) |
|
| ho1Aetoo Replies: 9 Views: 649 |
|
| Guys, iptables can only handle layer 3, which is why there is also ebtables (Ethernet bridge tables) for layer 2.
nftables can do both... |
|
Topic: DD-WRT: Proper DNS With SmartDNS |
|
| ho1Aetoo Replies: 12 Views: 643 |
|
| “Local DNS” is actually not needed.
No idea why it says that's required... The field is actually only required for WAPs that do not have their own upstream DNS servers configured. Make su ... |
|
Topic: QoS Not Accurate |
|
| ho1Aetoo Replies: 26 Views: 1348 |
|
| And how is the cable connected?
Main LAN <-> WAN dd-wrt Main LAN <-> LAN dd-wrt As I said, a WAP does not have a WAN, and I recommend reading the following. https://github.com/e ... |
|
Topic: QoS Not Accurate |
|
| ho1Aetoo Replies: 26 Views: 1348 |
|
| The router is not used as a gateway, DHCP, DNS, and firewall are disabled.
The router is also incorrectly configured; it cannot be its own gateway and local DNS server... Not clear how the netwo ... |
|
Topic: R9000 - migrate from swconfig to DSA |
|
| ho1Aetoo Replies: 9 Views: 541 |
|
| I'm ok with bonding WAN + LAN2, on this router i don't use the WAN port for wan, the traffic for the internet is routed to another router.
Though in order for having bonding we have to put each int ... |
|
Topic: R9000 - migrate from swconfig to DSA |
|
| ho1Aetoo Replies: 9 Views: 541 |
|
| Which still doesn't give more than 1Gbit throughput for WAN, does it.
Sure, if you connect a 2.5Gbit transceiver to the SFP Port... But I'm bored with this router now. Most people don't understa ... |
|
Topic: R9000 - migrate from swconfig to DSA |
|
| ho1Aetoo Replies: 9 Views: 541 |
|
| You can assign each individual port to its own VLAN.
Then you have, for example, VLAN1= LAN1 VLAN2= WAN VLAN3= LAN2 etc. Then you can create a bonding interface that bundle VLAN1 (LAN1) an ... |
|
Topic: R9000 - migrate from swconfig to DSA |
|
| ho1Aetoo Replies: 9 Views: 541 |
|
| The switches on the R9000 are only connected with 2x 1Gbit, 1Gbit is used for WAN and the other 1Gbit for LAN.
So your approach is relatively pointless. Even if you bond two LAN ports, they still on ... |
|
Topic: x86, Watchdog, 2GB & non 2GB firmware |
|
| ho1Aetoo Replies: 12 Views: 44225 |
|
| The image has a 1,8GB partition, and there are two things on that partition: nvram and var.
I have no idea where the partition is mounted, as I don't have x86 dd-wrt at hand right now. But accord ... |
|
Topic: iptables policy left as default |
|
| ho1Aetoo Replies: 7 Views: 2087 |
|
| We've already discussed this topic before.
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1318148#1318148 |
|
Topic: IPTables Question, help with ingoing/outgoing rules |
|
| ho1Aetoo Replies: 6 Views: 1836 |
|
| Yes, block it first and then allow it.
The “I” insert means that the rules are always added at the beginning of the chain. First, the “drop” is at the beginning, and the rules that follow ... |
|
Topic: IPTables Question, help with ingoing/outgoing rules |
|
| ho1Aetoo Replies: 6 Views: 1836 |
|
| You have to reverse the order.
Each rule is inserted at the beginning of the table so that the last rule is the first and blocks everything. |
|
Topic: IPTables Question, help with ingoing/outgoing rules |
|
| ho1Aetoo Replies: 6 Views: 1836 |
|
| First of all, you shouldn't work with line numbers because you're doing it wrong.
Let's count 1 any rule 2 iptables -I FORWARD -i wan -p tcp -d 10.10.0.5 --dport 2100:2121 -j ACCEPT 3 iptables ... |
|
| All times are GMT |