[SOLVED] No internet until tcpdump is running on vlan2

Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking
Goto page 1, 2  Next
Author Message
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Fri Sep 09, 2022 6:27    Post subject: [SOLVED] No internet until tcpdump is running on vlan2 Reply with quote
Netgear R9000
Firmware: DD-WRT v3.0-r50057 std (09/03/22) (latest available)
Gateway mode



Three days ago Comcast had an outage affecting my service.

When the outage was fixed about four hours later, I had no Internet.

Went through hell trying to figure it out. I was doing all sorts of things to try and make it work. Lots of talking to Comcast, and having technical difficulties with their chat system.

I plugged a PC into the modem, and it got an IP address perfectly, and worked beautifully.

Then I found that DD-WRT would not get an IP address unless I set its mac address to the same as the PC that just worked. A packet capture on vlan2 showed no reply to the DHCP request with the router's own mac address or a mac address that I made up.

Then on Comcast's advice, I reset the router to factory defaults, made a few tiny mods, including changing the mac address.

At that point the Internet would sometimes work, and then stop working. I wasn't changing any settings or rebooting anything.

Turns out that whenever I started a packet capture on vlan2, it would start working. tcpdump puts the NIC into promiscuous mode, so the kernel gets EVERY packet, even packets that would be dropped by the NIC or the OS before reaching the ip stack. I stumbled across this "solution" completely by accident.

So I have added this command to the startup, and now everything works beautifully:

screen -d -m -S weird-tcpdump tcpdump -i vlan2 udp port 60000

I chose that UDP port so that the tcpdump does not normally dump a lot of data to the screen. Should be very few packets with that port number.

I have no idea why them having an outage would result in packets being sent that DD-WRT normally ignores without promiscuous mode. Everything was working well with this router for many many months, until the comcast outage.

How do I find out if this is a bug in Comcast's network or a bug in DD-WRT? What other info should I provide?
Sponsor
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Fri Sep 09, 2022 6:47    Post subject: Reply with quote
Re: what other information you should provide, see https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=327615 to better diagnose this we need all the missing Basic information and the Additional troubleshooting for specific issues information.

As for no noise with tcpdump you can add > /dev/null 2>&1 and you get not a single line of output.

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Fri Sep 09, 2022 17:11    Post subject: Reply with quote
The instinct is to say it's Comcast's problem because my system didn't change when the problem first appeared, they had an outage. I suspect that I was connected to some piece of equipment that died on their end and for some reason there was no automatic switch to something else, so they had to figure out what to change or replace the dead equipment, and the new place I am talking to has a very slightly different configuration.

But I could be completely wrong and it might be that the old equipment on their end as well as DD-WRT was actually doing something wrong and the bugs cancelled each other out, but now that the ISP end is right, DD-WRT doesn't work.

With zabbix monitoring, I see that the tcpdump workaround barely touches the CPU, which is something I was worried about when I put it in.

I can probably get packet captures from vlan2. Does DD_WRT standard have NFS or SMB mounting capability? I doubt there would be enough room on dd-wrt to actually store a packet capture.

Side issue: It looks like dd-wrt is not accepting my ssh key. It was before I reset to factory defaults. Now I have to type in my password. Originally I was using a 4096 bit RSA key. Now I have a 521 bit ecdsa key. I have tried both.
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Fri Sep 09, 2022 17:20    Post subject: Reply with quote
Did the console debug, rebooted.

I have no idea what config screenshots would apply to this problem. Almost everything is at factory defaults now. I changed the DHCP range, enabled jffs, ssh, snmp, and https, placed a custom certificate for https in jffs and put the startup commands in to enable that, changed the WAN mac address, and added my tcpdump at boot time. I think that is all.

/tmp/var/log/messages is empty.

dmesg output:
Code:

root@orthanc:~# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.326 (root@server2) (gcc version 12.1.0 (OpenWrt GCC 12.1.0 r19551+6-d9ea9c06e9) ) #645 SMP Sun Aug 28 02:33:01 +07 2022
[    0.000000] CPU: ARMv7 Processor [412fc0f4] revision 4 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt:Machine model: Annapurna Labs Alpine Dev Board
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 262144
[    0.000000] free_area_init_node: node 0, pgdat c082dd00, node_mem_map ef7f8000
[    0.000000]   Normal zone: 1536 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 196608 pages, LIFO batch:31
[    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
[    0.000000] percpu: Embedded 12 pages/cpu s19596 r8192 d21364 u49152
[    0.000000] pcpu-alloc: s19596 r8192 d21364 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260608
[    0.000000] Kernel command line: root=/dev/mtdblock5 rootfstype=squashfs ubi.mtd=netgear pci=pcie_bus_perf console=ttyS0,115200
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 1030536K/1048576K available (5120K kernel code, 189K rwdata, 952K rodata, 1024K init, 362K bss, 18040K reserved, 0K cma-reserved, 262144K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0600000   (6112 kB)
[    0.000000]       .init : 0xc0700000 - 0xc0800000   (1024 kB)
[    0.000000]       .data : 0xc0800000 - 0xc082f6a8   ( 190 kB)
[    0.000000]        .bss : 0xc0831000 - 0xc088b8b4   ( 363 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] Registering 64 msixs, starting at 96
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 50.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
[    0.000002] sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
[    0.000008] Switching to timer-based delay loop, resolution 20ns
[    0.000063] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5096694524 ns
[    0.000072] sched_clock: 32 bits at 375MHz, resolution 2ns, wraps every 5726622718ns
[    0.000184] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=500000)
[    0.000193] pid_max: default: 32768 minimum: 301
[    0.000245] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000252] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000536] CPU: Testing write buffer coherency: ok
[    0.000672] CPU0: update cpu_capacity 1024
[    0.000678] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.000851] Setting up static identity map for 0x100000 - 0x100060
[    0.001418] CPU1: update cpu_capacity 1024
[    0.001421] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.001740] CPU2: update cpu_capacity 1024
[    0.001744] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.002066] CPU3: update cpu_capacity 1024
[    0.002070] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.002117] Brought up 4 CPUs
[    0.002132] SMP: Total of 4 processors activated (400.00 BogoMIPS).
[    0.002136] CPU: All CPU(s) started in HYP mode.
[    0.002140] CPU: Virtualization extensions available.
[    0.005890] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.006005] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.006015] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.006605] NET: Registered protocol family 16
[    0.006713] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.029981] cpuidle: using governor ladder
[    0.030008] Initializing System Fabric
[    0.030036] Enabling IO Cache Coherency.
[    0.033940] OF: amba_device_add() failed (-2) for /soc/timer1
[    0.035403] msi override pcie-internal
[    0.035499] msi override pcie-external0
[    0.035591] msi override pcie-external1
[    0.035684] msi override pcie-external2
[    0.036371] Serial: AMBA PL011 UART driver
[    0.070814] pps_core: LinuxPPS API ver. 1 registered
[    0.070820] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.070833] PTP clock support registered
[    0.070851] EDAC MC: Ver: 3.0.0
[    0.071503] clocksource: Switched to clocksource arch_sys_counter
[    0.072119] NET: Registered protocol family 2
[    0.072202] IP idents hash table entries: 16384 (order: 5, 131072 bytes)
[    0.072677] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.072715] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.072789] TCP: Hash tables configured (established 8192 bind 8192)
[    0.072821] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.072841] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.072931] NET: Registered protocol family 1
[    0.072949] PCI: CLS 0 bytes, default 64
[    0.074779] msi override pcie-internal
[    0.074848] al-pcie soc:pcie-internal: PCI host bridge to bus 0000:00
[    0.074856] pci_bus 0000:00: root bus resource [mem 0xfe000000-0xfeffffff]
[    0.074862] pci_bus 0000:00: root bus resource [bus 00]
[    0.074868] pci_bus 0000:00: root bus resource [io  0x1000-0xffff]
[    0.074887] pci 0000:00:00.0: [1c36:0002] type 00 class 0x020000
[    0.074902] pci 0000:00:00.0: reg 0x10: [mem 0xfe000000-0xfe01ffff 64bit]
[    0.074912] pci 0000:00:00.0: reg 0x18: [mem 0xfe020000-0xfe020fff 64bit]
[    0.074921] pci 0000:00:00.0: reg 0x20: [mem 0xfe024000-0xfe027fff 64bit]
[    0.074943] pci 0000:00:00.0: Max Payload Size set to  128/ 256 (was  128), Max Read Rq  128
[    0.074974] pci 0000:00:00.0: PME# supported from D3hot D3cold
[    0.074991] pci 0000:00:00.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit]
[    0.074997] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x0005ffff 64bit] (contains BAR0 for 3 VFs)
[    0.075160] pci 0000:00:01.0: [1c36:0001] type 00 class 0x020000
[    0.075173] pci 0000:00:01.0: reg 0x10: [mem 0xfe040000-0xfe05ffff 64bit]
[    0.075183] pci 0000:00:01.0: reg 0x18: [mem 0xfe060000-0xfe060fff 64bit]
[    0.075192] pci 0000:00:01.0: reg 0x20: [mem 0xfe064000-0xfe067fff 64bit]
[    0.075212] pci 0000:00:01.0: Max Payload Size set to  128/ 256 (was  128), Max Read Rq  128
[    0.075236] pci 0000:00:01.0: PME# supported from D3hot D3cold
[    0.075395] pci 0000:00:03.0: [1c36:0001] type 00 class 0x020000
[    0.075408] pci 0000:00:03.0: reg 0x10: [mem 0xfe080000-0xfe09ffff 64bit]
[    0.075417] pci 0000:00:03.0: reg 0x18: [mem 0xfe0a0000-0xfe0a0fff 64bit]
[    0.075426] pci 0000:00:03.0: reg 0x20: [mem 0xfe0a4000-0xfe0a7fff 64bit]
[    0.075446] pci 0000:00:03.0: Max Payload Size set to  128/ 256 (was  128), Max Read Rq  128
[    0.075471] pci 0000:00:03.0: PME# supported from D3hot D3cold
[    0.075605] pci 0000:00:04.0: [1c36:0011] type 00 class 0x100000
[    0.075618] pci 0000:00:04.0: reg 0x10: [mem 0xfe0c0000-0xfe0dffff 64bit]
[    0.075631] pci 0000:00:04.0: reg 0x20: [mem 0xfe0e0000-0xfe0e1fff 64bit]
[    0.075649] pci 0000:00:04.0: Max Payload Size set to  128/ 256 (was  128), Max Read Rq  128
[    0.075676] pci 0000:00:04.0: PME# supported from D3hot D3cold
[    0.075693] pci 0000:00:04.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit]
[    0.075698] pci 0000:00:04.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR0 for 1 VFs)
[    0.075846] pci 0000:00:05.0: [1c36:0021] type 00 class 0x088000
[    0.075858] pci 0000:00:05.0: reg 0x10: [mem 0xfe100000-0xfe11ffff 64bit]
[    0.075871] pci 0000:00:05.0: reg 0x20: [mem 0xfe120000-0xfe121fff 64bit]
[    0.075890] pci 0000:00:05.0: Max Payload Size set to  128/ 256 (was  128), Max Read Rq  128
[    0.075916] pci 0000:00:05.0: PME# supported from D3hot D3cold
[    0.075932] pci 0000:00:05.0: reg 0x324: [mem 0x00000000-0x0001ffff 64bit]
[    0.075938] pci 0000:00:05.0: VF(n) BAR0 space: [mem 0x00000000-0x0001ffff 64bit] (contains BAR0 for 1 VFs)
[    0.076674] PCI: bus0: Fast back to back transfers disabled
[    0.076696] pci 0000:00:00.0: of_irq_parse_pci() failed with rc=-22
[    0.076715] pci 0000:00:01.0: of_irq_parse_pci() failed with rc=-22
[    0.076733] pci 0000:00:03.0: of_irq_parse_pci() failed with rc=-22
[    0.076751] pci 0000:00:04.0: of_irq_parse_pci() failed with rc=-22
[    0.076768] pci 0000:00:05.0: of_irq_parse_pci() failed with rc=-22
[    0.076789] pci 0000:00:00.0: BAR 0: assigned [mem 0xfe000000-0xfe01ffff 64bit]
[    0.076801] pci 0000:00:00.0: BAR 7: assigned [mem 0xfe020000-0xfe07ffff 64bit]
[    0.076809] pci 0000:00:01.0: BAR 0: assigned [mem 0xfe080000-0xfe09ffff 64bit]
[    0.076819] pci 0000:00:03.0: BAR 0: assigned [mem 0xfe0a0000-0xfe0bffff 64bit]
[    0.076829] pci 0000:00:04.0: BAR 0: assigned [mem 0xfe0c0000-0xfe0dffff 64bit]
[    0.076838] pci 0000:00:04.0: BAR 7: assigned [mem 0xfe0e0000-0xfe0fffff 64bit]
[    0.076846] pci 0000:00:05.0: BAR 0: assigned [mem 0xfe100000-0xfe11ffff 64bit]
[    0.076855] pci 0000:00:05.0: BAR 7: assigned [mem 0xfe120000-0xfe13ffff 64bit]
[    0.076862] pci 0000:00:00.0: BAR 4: assigned [mem 0xfe140000-0xfe143fff 64bit]
[    0.076872] pci 0000:00:01.0: BAR 4: assigned [mem 0xfe144000-0xfe147fff 64bit]
[    0.076881] pci 0000:00:03.0: BAR 4: assigned [mem 0xfe148000-0xfe14bfff 64bit]
[    0.076890] pci 0000:00:04.0: BAR 4: assigned [mem 0xfe14c000-0xfe14dfff 64bit]
[    0.076899] pci 0000:00:05.0: BAR 4: assigned [mem 0xfe14e000-0xfe14ffff 64bit]
[    0.076908] pci 0000:00:00.0: BAR 2: assigned [mem 0xfe150000-0xfe150fff 64bit]
[    0.076917] pci 0000:00:01.0: BAR 2: assigned [mem 0xfe151000-0xfe151fff 64bit]
[    0.076926] pci 0000:00:03.0: BAR 2: assigned [mem 0xfe152000-0xfe152fff 64bit]
[    0.077021] PCIe 1: Link up. speed gen2 negotiated width 1
[    0.077028] al-pcie fd800000.pcie-external0: link up: speed Gen 2 width x1
[    0.077034] Configuring PCIE for IOCC
[    0.077039] PCIE_1: snoop mode enable
[    0.078081] msi override pcie-external0
[    0.078148] al-pcie fd800000.pcie-external0: PCI host bridge to bus 0001:00
[    0.078155] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff]
[    0.078161] pci_bus 0001:00: root bus resource [mem 0xe0010000-0xe7ffffff]
[    0.078167] pci_bus 0001:00: root bus resource [bus 00-ff]
[    0.078187] pci 0001:00:00.0: [1c36:0031] type 01 class 0x060400
[    0.078203] pci 0001:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.078213] pci 0001:00:00.0: reg 0x14: [mem 0x00000000-0x00000fff pref]
[    0.078241] pci 0001:00:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  256
[    0.078286] pci 0001:00:00.0: supports D1
[    0.078290] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[    0.078457] PCI: bus0: Fast back to back transfers disabled
[    0.078466] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.078573] pci 0001:01:00.0: [1b21:1182] type 01 class 0x060400
[    0.078635] pci 0001:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  256
[    0.078702] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
[    0.078860] PCI: bus1: Fast back to back transfers disabled
[    0.078868] pci 0001:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.078993] pci 0001:02:03.0: [1b21:1182] type 01 class 0x060400
[    0.079059] pci 0001:02:03.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  256
[    0.079124] pci 0001:02:03.0: PME# supported from D0 D3hot D3cold
[    0.079295] pci 0001:02:07.0: [1b21:1182] type 01 class 0x060400
[    0.079361] pci 0001:02:07.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  256
[    0.079426] pci 0001:02:07.0: PME# supported from D0 D3hot D3cold
[    0.079622] PCI: bus2: Fast back to back transfers disabled
[    0.079630] pci 0001:02:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.079642] pci 0001:02:07.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.079763] pci 0001:03:00.0: [168c:0046] type 00 class 0x028000
[    0.079792] pci 0001:03:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[    0.079869] pci 0001:03:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  256
[    0.079954] pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
[    0.080143] PCI: bus3: Fast back to back transfers disabled
[    0.080151] pci_bus 0001:03: busn_res: [bus 03-ff] end is updated to 03
[    0.080271] pci 0001:04:00.0: [168c:0046] type 00 class 0x028000
[    0.080300] pci 0001:04:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
[    0.080377] pci 0001:04:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  256
[    0.080463] pci 0001:04:00.0: PME# supported from D0 D3hot D3cold
[    0.080632] PCI: bus4: Fast back to back transfers disabled
[    0.080640] pci_bus 0001:04: busn_res: [bus 04-ff] end is updated to 04
[    0.080648] pci_bus 0001:02: busn_res: [bus 02-ff] end is updated to 04
[    0.080655] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 04
[    0.080675] pci 0000:00:00.0: of_irq_parse_pci() failed with rc=-22
[    0.080694] pci 0000:00:01.0: of_irq_parse_pci() failed with rc=-22
[    0.080712] pci 0000:00:03.0: of_irq_parse_pci() failed with rc=-22
[    0.080729] pci 0000:00:04.0: of_irq_parse_pci() failed with rc=-22
[    0.080747] pci 0000:00:05.0: of_irq_parse_pci() failed with rc=-22
[    0.080763] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.080779] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.080795] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.080810] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.080826] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.080842] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.080887] pci 0001:00:00.0: BAR 14: assigned [mem 0xe0200000-0xe05fffff]
[    0.080895] pci 0001:00:00.0: BAR 0: assigned [mem 0xe0010000-0xe0010fff]
[    0.080904] pci 0001:00:00.0: BAR 1: assigned [mem 0xe0011000-0xe0011fff pref]
[    0.080913] pci 0001:01:00.0: BAR 14: assigned [mem 0xe0200000-0xe05fffff]
[    0.080920] pci 0001:02:03.0: BAR 14: assigned [mem 0xe0200000-0xe03fffff]
[    0.080927] pci 0001:02:07.0: BAR 14: assigned [mem 0xe0400000-0xe05fffff]
[    0.080934] pci 0001:03:00.0: BAR 0: assigned [mem 0xe0200000-0xe03fffff 64bit]
[    0.080951] pci 0001:02:03.0: PCI bridge to [bus 03]
[    0.080960] pci 0001:02:03.0:   bridge window [mem 0xe0200000-0xe03fffff]
[    0.080971] pci 0001:04:00.0: BAR 0: assigned [mem 0xe0400000-0xe05fffff 64bit]
[    0.080987] pci 0001:02:07.0: PCI bridge to [bus 04]
[    0.080995] pci 0001:02:07.0:   bridge window [mem 0xe0400000-0xe05fffff]
[    0.081004] pci 0001:01:00.0: PCI bridge to [bus 02-04]
[    0.081012] pci 0001:01:00.0:   bridge window [mem 0xe0200000-0xe05fffff]
[    0.081021] pci 0001:00:00.0: PCI bridge to [bus 01-04]
[    0.081029] pci 0001:00:00.0:   bridge window [mem 0xe0200000-0xe05fffff]
[    0.081045] pci 0001:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  256
[    0.081061] pci 0001:01:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  256
[    0.081079] pci 0001:02:03.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  256
[    0.081099] pci 0001:03:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  256
[    0.081116] pci 0001:02:07.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  256
[    0.081136] pci 0001:04:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  256
[    0.081221] PCIe 2: Link up. speed gen2 negotiated width 1
[    0.081227] al-pcie fd820000.pcie-external1: link up: speed Gen 2 width x1
[    0.081233] Configuring PCIE for IOCC
[    0.081238] PCIE_2: snoop mode enable
[    0.082281] msi override pcie-external1
[    0.082352] al-pcie fd820000.pcie-external1: PCI host bridge to bus 0002:00
[    0.082359] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff]
[    0.082365] pci_bus 0002:00: root bus resource [mem 0xe8010000-0xefffffff]
[    0.082371] pci_bus 0002:00: root bus resource [bus 00-ff]
[    0.082392] pci 0002:00:00.0: [1c36:0031] type 01 class 0x060400
[    0.082407] pci 0002:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.082417] pci 0002:00:00.0: reg 0x14: [mem 0x00000000-0x00000fff pref]
[    0.082445] pci 0002:00:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  256
[    0.082489] pci 0002:00:00.0: supports D1
[    0.082493] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[    0.082659] PCI: bus0: Fast back to back transfers disabled
[    0.082667] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.082778] pci 0002:01:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.082805] pci 0002:01:00.0: reg 0x10: [mem 0xe8000000-0xe8007fff 64bit]
[    0.082874] pci 0002:01:00.0: Max Payload Size set to  256/ 512 (was  128), Max Read Rq  256
[    0.082951] pci 0002:01:00.0: PME# supported from D3cold
[    0.083096] PCI: bus1: Fast back to back transfers disabled
[    0.083104] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[    0.083123] pci 0000:00:00.0: of_irq_parse_pci() failed with rc=-22
[    0.083141] pci 0000:00:01.0: of_irq_parse_pci() failed with rc=-22
[    0.083159] pci 0000:00:03.0: of_irq_parse_pci() failed with rc=-22
[    0.083177] pci 0000:00:04.0: of_irq_parse_pci() failed with rc=-22
[    0.083194] pci 0000:00:05.0: of_irq_parse_pci() failed with rc=-22
[    0.083208] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.083224] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.083240] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.083255] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.083271] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.083287] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.083301] irq: no irq domain found for /soc/pcie-external1/pcie-legacy-intc !
[    0.083316] irq: no irq domain found for /soc/pcie-external1/pcie-legacy-intc !
[    0.083335] pci 0002:00:00.0: BAR 14: assigned [mem 0xe8100000-0xe81fffff]
[    0.083343] pci 0002:00:00.0: BAR 0: assigned [mem 0xe8010000-0xe8010fff]
[    0.083352] pci 0002:00:00.0: BAR 1: assigned [mem 0xe8011000-0xe8011fff pref]
[    0.083361] pci 0002:01:00.0: BAR 0: assigned [mem 0xe8100000-0xe8107fff 64bit]
[    0.083376] pci 0002:00:00.0: PCI bridge to [bus 01]
[    0.083384] pci 0002:00:00.0:   bridge window [mem 0xe8100000-0xe81fffff]
[    0.083401] pci 0002:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  256
[    0.083419] pci 0002:01:00.0: Max Payload Size set to  256/ 512 (was  256), Max Read Rq  256
[    0.083443] pci 0002:01:00.0: enabling device (0140 -> 0142)
[    0.083535] PCIe 3: Link up. speed gen2 negotiated width 1
[    0.083541] al-pcie fd840000.pcie-external2: link up: speed Gen 2 width x1
[    0.083547] Configuring PCIE for IOCC
[    0.083552] PCIE_3: snoop mode enable
[    0.084593] msi override pcie-external2
[    0.084657] al-pcie fd840000.pcie-external2: PCI host bridge to bus 0003:00
[    0.084663] pci_bus 0003:00: root bus resource [io  0x30000-0x3ffff]
[    0.084669] pci_bus 0003:00: root bus resource [mem 0xf0010000-0xf7ffffff]
[    0.084675] pci_bus 0003:00: root bus resource [bus 00-ff]
[    0.084696] pci 0003:00:00.0: [1c36:0031] type 01 class 0x060400
[    0.084711] pci 0003:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.084721] pci 0003:00:00.0: reg 0x14: [mem 0x00000000-0x00000fff pref]
[    0.084749] pci 0003:00:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  256
[    0.084795] pci 0003:00:00.0: supports D1
[    0.084799] pci 0003:00:00.0: PME# supported from D0 D1 D3hot
[    0.084966] PCI: bus0: Fast back to back transfers disabled
[    0.084974] pci 0003:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.085079] pci 0003:01:00.0: [1ae9:0310] type 00 class 0x028000
[    0.085103] pci 0003:01:00.0: reg 0x10: [mem 0xf0000000-0xf01fffff 64bit]
[    0.085160] pci 0003:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.085343] PCI: bus1: Fast back to back transfers disabled
[    0.085351] pci_bus 0003:01: busn_res: [bus 01-ff] end is updated to 01
[    0.085371] pci 0000:00:00.0: of_irq_parse_pci() failed with rc=-22
[    0.085389] pci 0000:00:01.0: of_irq_parse_pci() failed with rc=-22
[    0.085407] pci 0000:00:03.0: of_irq_parse_pci() failed with rc=-22
[    0.085424] pci 0000:00:04.0: of_irq_parse_pci() failed with rc=-22
[    0.085441] pci 0000:00:05.0: of_irq_parse_pci() failed with rc=-22
[    0.085456] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.085471] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.085487] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.085502] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.085518] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.085534] irq: no irq domain found for /soc/pcie-external0/pcie-legacy-intc !
[    0.085549] irq: no irq domain found for /soc/pcie-external1/pcie-legacy-intc !
[    0.085565] irq: no irq domain found for /soc/pcie-external1/pcie-legacy-intc !
[    0.085578] irq: no irq domain found for /soc/pcie-external2/pcie-legacy-intc !
[    0.085594] irq: no irq domain found for /soc/pcie-external2/pcie-legacy-intc !
[    0.085615] pci 0003:00:00.0: BAR 14: assigned [mem 0xf0200000-0xf03fffff]
[    0.085622] pci 0003:00:00.0: BAR 0: assigned [mem 0xf0010000-0xf0010fff]
[    0.085631] pci 0003:00:00.0: BAR 1: assigned [mem 0xf0011000-0xf0011fff pref]
[    0.085641] pci 0003:01:00.0: BAR 0: assigned [mem 0xf0200000-0xf03fffff 64bit]
[    0.085654] pci 0003:00:00.0: PCI bridge to [bus 01]
[    0.085662] pci 0003:00:00.0:   bridge window [mem 0xf0200000-0xf03fffff]
[    0.085678] pci 0003:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  256
[    0.085695] pci 0003:01:00.0: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.086360] workingset: timestamp_bits=30 max_order=18 bucket_order=0
[    0.090390] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.091887] bounce: pool size: 64 pages
[    0.091894] io scheduler noop registered
[    0.091900] io scheduler deadline registered (default)
[    0.092378] pl061_gpio fd887000.gpio0: PL061 GPIO chip @0xfd887000 registered
[    0.092722] pl061_gpio fd888000.gpio1: PL061 GPIO chip @0xfd888000 registered
[    0.093062] pl061_gpio fd889000.gpio2: PL061 GPIO chip @0xfd889000 registered
[    0.093397] pl061_gpio fd88a000.gpio3: PL061 GPIO chip @0xfd88a000 registered
[    0.093732] pl061_gpio fd88b000.gpio4: PL061 GPIO chip @0xfd88b000 registered
[    0.094069] pl061_gpio fd897000.gpio5: PL061 GPIO chip @0xfd897000 registered
[    0.094459] pcieport 0001:01:00.0: enabling device (0140 -> 0142)
[    0.094708] pcieport 0001:02:03.0: enabling device (0140 -> 0142)
[    0.094952] pcieport 0001:02:07.0: enabling device (0140 -> 0142)
[    0.095695] aer 0001:00:00.0:pcie002: service driver aer loaded
[    0.095748] aer 0002:00:00.0:pcie002: service driver aer loaded
[    0.095797] aer 0003:00:00.0:pcie002: service driver aer loaded
[    0.095838] pcieport 0001:00:00.0: Signaling PME through PCIe PME interrupt
[    0.095845] pcieport 0001:01:00.0: Signaling PME through PCIe PME interrupt
[    0.095850] pcieport 0001:02:03.0: Signaling PME through PCIe PME interrupt
[    0.095856] pci 0001:03:00.0: Signaling PME through PCIe PME interrupt
[    0.095861] pcieport 0001:02:07.0: Signaling PME through PCIe PME interrupt
[    0.095866] pci 0001:04:00.0: Signaling PME through PCIe PME interrupt
[    0.095873] pcie_pme 0001:00:00.0:pcie001: service driver pcie_pme loaded
[    0.095900] pcieport 0002:00:00.0: Signaling PME through PCIe PME interrupt
[    0.095906] pci 0002:01:00.0: Signaling PME through PCIe PME interrupt
[    0.095913] pcie_pme 0002:00:00.0:pcie001: service driver pcie_pme loaded
[    0.095936] pcieport 0003:00:00.0: Signaling PME through PCIe PME interrupt
[    0.095942] pci 0003:01:00.0: Signaling PME through PCIe PME interrupt
[    0.095949] pcie_pme 0003:00:00.0:pcie001: service driver pcie_pme loaded
[    0.096131] al_dma: Annapurna Labs DMA Driver 0.01
[    0.212516] al_dma 0000:00:05.0: enabling device (0000 -> 0002)
[    0.341516] pci 0000:00:05.1: [1c36:8021] type 00 class 0x088000
[    0.341555] pci 0000:00:05.1: Max Payload Size set to  128/ 128 (was  128), Max Read Rq  128
[    0.462514] al_dma 0000:00:05.1: enabling device (0400 -> 0402)
[    0.463362] serial8250_init
[    0.463368] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.464163] console [ttyS0] disabled
[    0.464185] fd883000.uart0: ttyS0 at MMIO 0xfd883000 (irq = 168, base_baud = 23437500) is a 16550A
[    2.275060] console [ttyS0] enabled
[    2.278789] fd884000.uart1: ttyS1 at MMIO 0xfd884000 (irq = 169, base_baud = 23437500) is a 16550A
[    2.288192] al_nand_probe: AnnapurnaLabs nand driver
[    2.293740] nand: device found, Manufacturer ID: 0xc2, Chip ID: 0xac
[    2.300078] nand: Macronix MX30UF4G18AB
[    2.303914] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[    2.311483] oobavail 62
[    2.313935] Total number of ECC bytes exceeded oobsize (ecc total 240, oobsize 64)
[    2.321487] Scanning device for bad blocks
[    2.613610] READ DNI CMDLINE!
[    2.616572] dni_cmdline: Alpine nand flash:1920k(u-boot)ro,1152k(u-boot-env)ro,1280k(ART),1280k(ART.bak),4352k(kernel),40960k(rootfs),45312k@0x580000(linux),70144k(netgear),307200k(plex),89600k(reserve),512k(crashdump),3584k(language),1152k(nvram),1152k(pot)
[    2.639382] 14 cmdlinepart partitions found on MTD device Alpine nand flash
[    2.646332] Creating 14 MTD partitions on "Alpine nand flash":
[    2.652157] 0x000000000000-0x0000001e0000 : "u-boot"
[    2.657588] 0x0000001e0000-0x000000300000 : "u-boot-env"
[    2.663341] 0x000000300000-0x000000440000 : "ART"
[    2.668477] 0x000000440000-0x000000580000 : "ART.bak"
[    2.673987] 0x000000580000-0x0000009c0000 : "kernel"
[    2.679420] 0x0000009c0000-0x0000031c0000 : "rootfs"
[    2.685129] mtd: partition "rootfs" set to be root filesystem
[    2.691026]  magic 73717368 vs 73717368
[    2.694864] mtd: partition "ddwrt" created automatically, ofs=2BC0000, len=600000
[    2.702427] 0x000002bc0000-0x0000031c0000 : "ddwrt"
[    2.707779] 0x000000580000-0x0000031c0000 : "linux"
[    2.713436] 0x0000031c0000-0x000007640000 : "netgear"
[    2.719437] 0x000007640000-0x00001a240000 : "plex"
[    2.726919] 0x00001a240000-0x00001f9c0000 : "reserve"
[    2.733061] 0x00001f9c0000-0x00001fa40000 : "crashdump"
[    2.738708] 0x00001fa40000-0x00001fdc0000 : "language"
[    2.744305] 0x00001fdc0000-0x00001fee0000 : "nvram"
[    2.749621] 0x00001fee0000-0x000020000000 : "pot"
[    2.755203] al_eth_drv: AnnapurnaLabs unified 1GbE and 10GbE Ethernet Driver al_eth v0.2 (Feb 18, 2013)
[    2.764635] eth probe, board type=0
[    2.768120] al_eth 0000:00:00.0: Board info: phy exist No. phy addr 0. mdio freq 2500 Khz. SFP connected Yes. media 5
[    2.783298] al_eth 0000:00:00.0 eth0: AnnapurnaLabs unified 1Gbe/10Gbe found at mem fe000000, mac addr 78:d2:94:b8:a2:d4
[    2.794212] eth probe, board type=0
[    2.797695] al_eth 0000:00:01.0: Board info: phy exist No. phy addr 0. mdio freq 2500 Khz. SFP connected No. media 1
[    2.812733] al_eth 0000:00:01.0 eth1: AnnapurnaLabs unified 1Gbe/10Gbe found at mem fe080000, mac addr 78:d2:94:b8:a2:d3
[    2.823644] eth probe, board type=0
[    2.827128] al_eth 0000:00:03.0: Board info: phy exist No. phy addr 0. mdio freq 2500 Khz. SFP connected No. media 1
[    2.842172] al_eth 0000:00:03.0 eth2: AnnapurnaLabs unified 1Gbe/10Gbe found at mem fe0a0000, mac addr 1a:cd:40:68:22:9a
[    2.853140] bq32k: probe of 0-0068 failed with error -5
[    2.858378] i2c /dev entries driver
[    2.883289] al_thermal_probe: Thermal Sensor Loaded at: 0xf08a5a00.
[    2.889718] sp805-wdt fd88c000.wdt0: registration successful
[    2.895440] al_mc_edac fb080000.mc: No ECC present, or ECC disabled
[    2.901954] GACT probability NOT on
[    2.905436] Mirror/redirect action on
[    2.909098] Simple TC action Loaded
[    2.912877] netem: version 1.3
[    2.915935] u32 classifier
[    2.918634]     Performance counters on
[    2.922469]     input device check on
[    2.926121]     Actions configured
[    2.929517] Netfilter messages via NETLINK v0.30.
[    2.934368] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.940889] nf_conntrack_rtsp v0.7 loading
[    2.945118] xt_time: kernel timezone is -0000
[    2.949468] ip_set: protocol 6
[    2.952602] gre: GRE over IPv4 demultiplexor driver
[    2.958213] nf_nat_rtsp v0.7 loading
[    2.961807] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.967196] NET: Registered protocol family 17
[    2.971672] Bridge firewalling registered
[    2.975672] 8021q: 802.1Q VLAN Support v1.8
[    2.979885] Registering SWP/SWPB emulation handler
[    2.984675] trying to register driver alpine
[    2.989027] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[    2.999588] registered taskstats version 1
[    3.004514] searching for nvram
[    3.007657] nvram size = 1179648
[    3.259796] found nvram at 100000
[    3.288854] ubi0: default fastmap pool size: 25
[    3.293385] ubi0: default fastmap WL pool size: 12
[    3.298163] ubi0: attaching mtd8
[    3.767942] ubi0: scanning is finished
[    3.780643] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PEB handling, reserved 36, need 80
[    3.791374] ubi0: attached mtd8 (name "netgear", size 68 MiB)
[    3.797117] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    3.803982] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    3.810753] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
[    3.817704] ubi0: good PEBs: 548, bad PEBs: 0, corrupted PEBs: 0
[    3.823701] ubi0: user volume: 6, internal volumes: 1, max. volumes count: 128
[    3.830905] ubi0: max/mean erase counter: 9/5, WL threshold: 4096, image sequence number: 1629669590
[    3.840020] ubi0: available PEBs: 0, total reserved PEBs: 548, PEBs reserved for bad PEB handling: 36
[    3.849239] hctosys: unable to open rtc device (rtc0)
[    3.849263] ubi0: background thread "ubi_bgt0d" started, PID 101
[    3.863214] VFS: Mounted root (squashfs filesystem) readonly on device 31:5.
[    3.870822] Freeing unused kernel memory: 1024K
[    3.910361] random: crng init done
[    5.401091] Loading modules backported from Linux version v5.15.33-0-g06f50ca83ace
[    5.408658] Backport generated by backports.git v5.15.33-1-0-g183c4ab2
[    5.686181] ath9k: ath9k: Driver unloaded
[    5.889975] ath10k_pci 0001:03:00.0: enabling device (0140 -> 0142)
[    5.896586] ath10k_pci 0001:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    6.093138] ath10k_pci 0001:03:00.0: Direct firmware load for ath10k/QCA9984/hw1.0/firmware-6.bin failed with error -2
[    6.244002] ath10k_pci 0001:03:00.0: found firmware features ie (8 B)
[    6.250434] ath10k_pci 0001:03:00.0: Unknown FW IE: 30
[    6.255575] ath10k_pci 0001:03:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
[    6.265478] ath10k_pci 0001:03:00.0: kconfig debug 1 debugfs 1 tracing 0 dfs 0 testmode 0
[    6.274530] ath10k_pci 0001:03:00.0: firmware ver 10.4-ddwrt-9984-tW-13-6770 api 5 features mfp,peer-flow-ctrl,allows-mesh-bcast,peer-fixed-rate crc32 f4f81727
[    8.599134] ath10k_pci 0001:03:00.0: boot get otp board id result 0x00000400 board_id 1 chip_id 0 ext_bid_support 0
[    8.609554] ath10k_pci 0001:03:00.0: boot using board name 'bus=pci,bmi-chip-id=0,bmi-board-id=1'
[    8.618412] ath10k_pci 0001:03:00.0: boot using board name 'bus=pci,bmi-chip-id=0,bmi-board-id=1'
[    8.632784] ath10k_pci 0001:03:00.0: board_file api 2 bmi_id 0:1 crc32 2578b9d0
[    8.660851] ath10k_pci 0001:03:00.0: boot already acquired valid otp board id,skip download, board_id 1 chip_id 0
[    8.691478] ath10k_pci 0001:03:00.0: boot upload otp to 0x1234 len 7376
[   12.042749] ath10k_pci 0001:03:00.0: Init Max Stations to 128
[   12.048867] ath10k_pci 0001:03:00.0: wmi event service ready min_tx_power 0x0000003f max_tx_power 0x0000003f ht_cap 0x0000185b vht_cap 0x339b79fa vht_supp_mcs 0x0000ffaa sw_ver0 0x01000000 sw_ver1 0x00000032 fw_build 0x00000000 phy_capab 0x00000001 num_rf_chains 0x00000004 eeprom_rd 0x00000000 low_2ghz_chan 2312 high_2ghz_chan 2732 low_5ghz_chan 4912 high_5ghz_chan 6100 num_mem_reqs 0x00000007
[   12.158072] ath10k_pci 0001:03:00.0: wmi debug print truncated: 128
[   12.164341] ath10k_pci 0001:03:00.0: ChipType 1100 ChipTypeID 0 BoardID 2 P 144/144 V 16 K 288 PH 464 T 346  msdu-desc: 2500  sw-crypt: 0
[   12.176701] ath10k_pci 0001:03:00.0: free: 64312 iram: 23592 sram: 31216
[   12.183400] ath10k_pci 0001:03:00.0: wmi event ready sw_version 0x01000000 abi_version 3 mac_addr 12:34:56:78:90:12 status 0
[   12.226140] ath10k_pci 0001:03:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 128 raw 0 hwcrypto 1
[   12.327617] ath: EEPROM regdomain sanitized
[   12.327621] ath: EEPROM regdomain: 0x64
[   12.327624] ath: EEPROM indicates we should expect a direct regpair map
[   12.327629] ath: Country alpha2 being used: 00
[   12.327631] ath: Regpair used: 0x64
[   12.327663] initialize fq_codel with 4194304 bytes memory limit
[   12.333691] ieee80211_txq_setup_flows: set limit to 4194304 bytes
[   12.342307] ath10k_pci 0001:04:00.0: enabling device (0140 -> 0142)
[   12.348960] ath10k_pci 0001:04:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   12.522620] ath10k_pci 0001:04:00.0: Direct firmware load for ath10k/QCA9984/hw1.0/firmware-6.bin failed with error -2
[   12.533309] ath10k_pci 0001:04:00.0: found firmware features ie (8 B)
[   12.539737] ath10k_pci 0001:04:00.0: Unknown FW IE: 30
[   12.544881] ath10k_pci 0001:04:00.0: qca9984/qca9994 hw1.0 target 0x01000000 chip_id 0x00000000 sub 168c:cafe
[   12.554778] ath10k_pci 0001:04:00.0: kconfig debug 1 debugfs 1 tracing 0 dfs 0 testmode 0
[   12.563831] ath10k_pci 0001:04:00.0: firmware ver 10.4-ddwrt-9984-tW-13-6770 api 5 features mfp,peer-flow-ctrl,allows-mesh-bcast,peer-fixed-rate crc32 f4f81727
[   14.885132] ath10k_pci 0001:04:00.0: boot get otp board id result 0x00000800 board_id 2 chip_id 0 ext_bid_support 0
[   14.895552] ath10k_pci 0001:04:00.0: boot using board name 'bus=pci,bmi-chip-id=0,bmi-board-id=2'
[   14.904410] ath10k_pci 0001:04:00.0: boot using board name 'bus=pci,bmi-chip-id=0,bmi-board-id=2'
[   14.913674] ath10k_pci 0001:04:00.0: board_file api 2 bmi_id 0:2 crc32 2578b9d0
[   14.941704] ath10k_pci 0001:04:00.0: boot already acquired valid otp board id,skip download, board_id 2 chip_id 0
[   14.972285] ath10k_pci 0001:04:00.0: boot upload otp to 0x1234 len 7376
[   18.323190] ath10k_pci 0001:04:00.0: Init Max Stations to 128
[   18.329315] ath10k_pci 0001:04:00.0: wmi event service ready min_tx_power 0x0000003f max_tx_power 0x0000003f ht_cap 0x0000185b vht_cap 0x339b79b2 vht_supp_mcs 0x0000ffaa sw_ver0 0x01000000 sw_ver1 0x00000032 fw_build 0x00000000 phy_capab 0x00000002 num_rf_chains 0x00000004 eeprom_rd 0x00000000 low_2ghz_chan 2312 high_2ghz_chan 2732 low_5ghz_chan 4912 high_5ghz_chan 6100 num_mem_reqs 0x00000007
[   18.439905] ath10k_pci 0001:04:00.0: wmi debug print truncated: 128
[   18.446171] ath10k_pci 0001:04:00.0: ChipType 1100 ChipTypeID 0 BoardID 1 P 144/144 V 16 K 288 PH 464 T 346  msdu-desc: 2500  sw-crypt: 0
[   18.458529] ath10k_pci 0001:04:00.0: free: 64312 iram: 23592 sram: 31216
[   18.465225] ath10k_pci 0001:04:00.0: wmi event ready sw_version 0x01000000 abi_version 3 mac_addr 00:03:7f:12:34:56 status 0
[   18.508802] ath10k_pci 0001:04:00.0: htt-ver 2.2 wmi-op 6 htt-op 4 cal pre-cal-file max-sta 128 raw 0 hwcrypto 1
[   18.627561] ath: EEPROM regdomain sanitized
[   18.627566] ath: EEPROM regdomain: 0x64
[   18.627568] ath: EEPROM indicates we should expect a direct regpair map
[   18.627573] ath: Country alpha2 being used: 00
[   18.627576] ath: Regpair used: 0x64
[   18.627600] initialize fq_codel with 4194304 bytes memory limit
[   18.633631] ieee80211_txq_setup_flows: set limit to 4194304 bytes
[   18.689045] wil6210 0003:01:00.0: wil6210 device found [1ae9:0310] (rev 2) bar size 0x200000
[   18.697820] wil6210 0003:01:00.0: enabling device (0140 -> 0142)
[   18.703850] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): wil_pcie_probe: CSR at [mem 0xf0200000-0xf03fffff 64bit] -> 0xf2300000
[   18.716525] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): wil_set_capabilities: Board hardware is Sparrow B0, flash exist
[   18.728588] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): wil_set_capabilities: platform_capa 0x0
[   18.806483] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): wil_refresh_fw_capabilities: keep_radio_on_during_sleep (0)
[   18.818210] wil6210 0003:01:00.0: using dma mask 48
[   18.823111] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): wil_if_pcie_enable: 3 MSI mode failed, try 1 MSI
[   18.834158] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): __wmi_send: WMI: cannot send command while FW not ready
[   18.891608] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): wil_get_bl_info: Boot Loader struct v2: MAC = 44:91:60:b8:92:09 RF = 0x0000 (status 0x0000) bband = 0x00000000
[   18.907748] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): wil_get_bl_info: Boot Loader build 255.255.0.6836
[   18.918601] wil6210 0003:01:00.0 (unnamed net_device) (uninitialized): wil_set_oob_mode: oob_mode to 0
[   18.932632] al eth open!
[   18.935167] not exist phy!
[   18.940523] al eth open!
[   18.943068] not exist phy!
[   18.945828] configured MAC to RGMII mode:
[   18.949829] eth [al_eth_1]: set link speed to 1000Mbps. full duplex.
[   18.956957] al_eth 0000:00:01.0 eth1: using MSI-X per Queue interrupt mode
[   18.966856] al eth open!
[   18.969385] not exist phy!
[   18.972162] configured MAC to RGMII mode:
[   18.976163] eth [al_eth_2]: set link speed to 1000Mbps. full duplex.
[   18.983280] al_eth 0000:00:03.0 eth2: using MSI-X per Queue interrupt mode
[   19.012571] mido_gpio module init
[   19.016438] QCA8337 is found
[   19.049217] 0-0020 supply vcc not found, using dummy regulator
[   19.055650] pca953x 0-0020: interrupt support not compiled in
[   19.154176] ssdk_plat_init start
[   19.157410] need alloc mdiobus now!
[   19.160892] miibus=ef302c00
[   19.163692] miibusslave=ef302800
[   19.166913] Register QCA PHY driver
[   19.170699] PHY ID is 0x4dd036
[   19.244079] qca probe f1 phy driver succeeded!
[   19.249441] ssdk init for 1:1302!
[   19.372109] qca probe f1 phy driver succeeded!
[   19.376542] ssdk init for slave !
[   19.380048] register_switch switch0 ok
[   19.383801] register_switch switch1 ok
[   21.072439] [lxx] qca phy switch reg  enter
[   21.076613] [lxx] create proc lan led
[   21.083719] qca-ssdk module init succeeded!
[   23.423682] jffs2: version 2.2. (NAND) (SUMMARY)  (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc.
[   23.460088] ubi1: default fastmap pool size: 120
[   23.464708] ubi1: default fastmap WL pool size: 60
[   23.469488] ubi1: attaching mtd9
[   25.189926] ubi1: scanning is finished
[   25.199905] ubi1: attached mtd9 (name "plex", size 300 MiB)
[   25.205479] ubi1: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[   25.212345] ubi1: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[   25.219117] ubi1: VID header offset: 2048 (aligned 2048), data offset: 4096
[   25.226069] ubi1: good PEBs: 2400, bad PEBs: 0, corrupted PEBs: 0
[   25.232153] ubi1: user volume: 1, internal volumes: 1, max. volumes count: 128
[   25.239359] ubi1: max/mean erase counter: 2/1, WL threshold: 4096, image sequence number: 1163880710
[   25.248474] ubi1: available PEBs: 0, total reserved PEBs: 2400, PEBs reserved for bad PEB handling: 80
[   25.257813] ubi1: background thread "ubi_bgt1d" started, PID 1200
[   25.265052] UBIFS (ubi1:0): background thread "ubifs_bgt1_0" started, PID 1201
[   25.385392] UBIFS (ubi1:0): UBIFS: mounted UBI device 1, volume 0, name "ddwrt"
[   25.392698] UBIFS (ubi1:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[   25.402599] UBIFS (ubi1:0): FS size: 292171776 bytes (278 MiB, 2301 LEBs), journal size 14602240 bytes (13 MiB, 115 LEBs)
[   25.413537] UBIFS (ubi1:0): reserved for root: 4952683 bytes (4836 KiB)
[   25.420136] UBIFS (ubi1:0): media format: w4/r0 (latest is w4/r0), UUID 9D512AC3-C049-4098-8B95-D8BE5F8EAB61, small LPT model
[   25.981241] wil6210 0003:01:00.0 giwifi0: wil_write_file_led_cfg: Disabling led 2
[   25.989786] wil6210 0003:01:00.0 giwifi0: __wmi_send: WMI: cannot send command while FW not ready
[   25.998647] wil6210 0003:01:00.0 giwifi0: wil_write_file_led_cfg: Disabling led 2 failed
[   26.022322] wil6210 0003:01:00.0 giwifi0: wil_cfg80211_del_iface: cannot remove the main interface
[   26.044424] device br0 entered promiscuous mode
[   26.080301] al eth open!
[   26.083787] not exist phy!
[   26.103663] al eth open!
[   26.107061] not exist phy!
[   26.111742] br0: port 1(eth0) entered blocking state
[   26.117521] br0: port 1(eth0) entered disabled state
[   26.124004] device eth0 entered promiscuous mode
[   26.167148] br0: port 2(vlan1) entered blocking state
[   26.172306] br0: port 2(vlan1) entered disabled state
[   26.177483] device vlan1 entered promiscuous mode
[   26.183482] device eth1 entered promiscuous mode
[   26.194906] br0: port 2(vlan1) entered blocking state
[   26.200085] br0: port 2(vlan1) entered forwarding state
[   26.205333] device br0 left promiscuous mode
[   26.212889] device br0 entered promiscuous mode
[   26.236914] device br0 left promiscuous mode
[   26.275199] wil6210 0003:01:00.0 giwifi0: wil_write_file_led_cfg: Disabling led 2
[   26.284166] wil6210 0003:01:00.0 giwifi0: __wmi_send: WMI: cannot send command while FW not ready
[   26.294358] wil6210 0003:01:00.0 giwifi0: wil_write_file_led_cfg: Disabling led 2 failed
[   26.310015] wil6210 0003:01:00.0 giwifi0: wil_cfg80211_del_iface: cannot remove the main interface
[   26.335618] ath: EEPROM regdomain: 0x8348
[   26.335622] ath: EEPROM indicates we should expect a country code
[   26.335625] ath: doing EEPROM country->regdmn map search
[   26.335628] ath: country maps to regdmn code: 0x3a
[   26.335632] ath: Country alpha2 being used: US
[   26.335634] ath: Regpair used: 0x3a
[   26.335638] ath: regdomain 0x8348 dynamically updated by user
[   26.335683] ath: EEPROM regdomain: 0x8348
[   26.335686] ath: EEPROM indicates we should expect a country code
[   26.335689] ath: doing EEPROM country->regdmn map search
[   26.335692] ath: country maps to regdmn code: 0x3a
[   26.335695] ath: Country alpha2 being used: US
[   26.335698] ath: Regpair used: 0x3a
[   26.335701] ath: regdomain 0x8348 dynamically updated by user
[   26.364939] ath10k_pci 0001:03:00.0: Core CLK 300
[   26.370168] ath10k_pci 0001:03:00.0: Mac CLK 150
[   29.182848] ath10k_pci 0001:03:00.0: boot get otp board id result 0x00000400 board_id 1 chip_id 0 ext_bid_support 0
[   29.213611] ath10k_pci 0001:03:00.0: boot upload otp to 0x1234 len 7376
[   32.564139] ath10k_pci 0001:03:00.0: Init Max Stations to 128
[   32.569881] ath10k_pci 0001:03:00.0: wmi event service ready min_tx_power 0x0000003f max_tx_power 0x0000003f ht_cap 0x0000185b vht_cap 0x339b79fa vht_supp_mcs 0x0000ffaa sw_ver0 0x01000000 sw_ver1 0x00000032 fw_build 0x00000000 phy_capab 0x00000001 num_rf_chains 0x00000004 eeprom_rd 0x00000000 low_2ghz_chan 2312 high_2ghz_chan 2732 low_5ghz_chan 4912 high_5ghz_chan 6100 num_mem_reqs 0x00000007
[   32.679133] ath10k_pci 0001:03:00.0: wmi debug print truncated: 128
[   32.685401] ath10k_pci 0001:03:00.0: ChipType 1100 ChipTypeID 0 BoardID 2 P 144/144 V 16 K 288 PH 464 T 346  msdu-desc: 2500  sw-crypt: 0
[   32.697773] ath10k_pci 0001:03:00.0: free: 64312 iram: 23592 sram: 31216
[   32.704487] ath10k_pci 0001:03:00.0: wmi event ready sw_version 0x01000000 abi_version 3 mac_addr 12:34:56:78:90:12 status 0
[   32.838515] ath10k_pci 0001:03:00.0: set base mac addr 78:d2:94:b8:a2:d5
[   32.879220] br0: port 3(wlan0) entered blocking state
[   32.884276] br0: port 3(wlan0) entered disabled state
[   32.889457] device wlan0 entered promiscuous mode
[   33.552388] br0: port 3(wlan0) entered blocking state
[   33.557434] br0: port 3(wlan0) entered forwarding state
[   33.791460] device vlan2 entered promiscuous mode
[   33.999346] tun: Universal TUN/TAP device driver, 1.6
[   34.004687] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   34.375669] fast-classifier (PBR safe v2.1.6b): starting up
[   34.381278] fast-classifier: registered
[   34.504444] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   34.777832] device eth2 entered promiscuous mode
[   34.783174] device vlan2 left promiscuous mode
[   34.788905] device eth2 left promiscuous mode
[   35.611885] device vlan2 entered promiscuous mode
[   35.616582] device eth2 entered promiscuous mode
[   37.482968] fast-classifier: shutting down
[   37.684129] fast-classifier (PBR safe v2.1.6b): starting up
[   37.689761] fast-classifier: registered
[   38.028406] fast-classifier: shutting down
[   38.663038] fast-classifier (PBR safe v2.1.6b): starting up
[   38.668648] fast-classifier: registered
[   39.424914] fast-classifier: shutting down
[   39.615457] fast-classifier (PBR safe v2.1.6b): starting up
[   39.621084] fast-classifier: registered
[   39.883534] fast-classifier: shutting down
[   40.934605] fast-classifier (PBR safe v2.1.6b): starting up
[   40.940211] fast-classifier: registered
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Fri Sep 09, 2022 17:25    Post subject: Reply with quote
Oh, I added one custom route. I have a second network that has limited access to my main network but full Internet access. Firewall info and routing table:

Code:

root@orthanc:~# iptables -vnL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
 2124  316K ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state RELATED,ESTABLISHED
    0     0 ACCEPT     udp  --  vlan2  *       0.0.0.0/0            0.0.0.0/0            udp spt:67 dpt:68
    0     0 DROP       icmp --  vlan2  *       0.0.0.0/0            0.0.0.0/0           
    0     0 DROP       2    --  vlan2  *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0            state NEW
 1080 79818 ACCEPT     all  --  br0    *       0.0.0.0/0            0.0.0.0/0            state NEW
 1108  162K DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
29021   11M ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state RELATED,ESTABLISHED
 2055  522K upnp       all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 2055  522K lan2wan    all  --  *      *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  br0    br0     0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     tcp  --  *      vlan2   192.168.1.0/24       0.0.0.0/0            tcp dpt:1723
    0     0 ACCEPT     47   --  *      vlan2   192.168.1.0/24       0.0.0.0/0           
   21  1260 ACCEPT     tcp  --  *      *       0.0.0.0/0            192.168.1.170        tcp dpt:22
    4   204 ACCEPT     tcp  --  *      *       0.0.0.0/0            192.168.1.170        tcp dpt:80
  118  6880 ACCEPT     tcp  --  *      *       0.0.0.0/0            192.168.217.170      tcp dpt:443
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            192.168.217.170      udp dpt:443
    0     0 TRIGGER    all  --  vlan2  br0     0.0.0.0/0            0.0.0.0/0           TRIGGER type:in match:0 relate:0
 1912  514K trigger_out  all  --  br0    *       0.0.0.0/0            0.0.0.0/0           
    0     0 TRIGGER    all  --  vlan2  eth0    0.0.0.0/0            0.0.0.0/0           TRIGGER type:in match:0 relate:0
    0     0 trigger_out  all  --  eth0   *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  eth0   *       0.0.0.0/0            0.0.0.0/0            state NEW
    0     0 TRIGGER    all  --  vlan2  eth1    0.0.0.0/0            0.0.0.0/0           TRIGGER type:in match:0 relate:0
    0     0 trigger_out  all  --  eth1   *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  eth1   *       0.0.0.0/0            0.0.0.0/0            state NEW
    0     0 TRIGGER    all  --  vlan2  eth2    0.0.0.0/0            0.0.0.0/0           TRIGGER type:in match:0 relate:0
    0     0 trigger_out  all  --  eth2   *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  eth2   *       0.0.0.0/0            0.0.0.0/0            state NEW
    0     0 TRIGGER    all  --  vlan2  vlan1   0.0.0.0/0            0.0.0.0/0           TRIGGER type:in match:0 relate:0
    0     0 trigger_out  all  --  vlan1  *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  vlan1  *       0.0.0.0/0            0.0.0.0/0            state NEW
    0     0 TRIGGER    all  --  vlan2  wlan0   0.0.0.0/0            0.0.0.0/0           TRIGGER type:in match:0 relate:0
    0     0 trigger_out  all  --  wlan0  *       0.0.0.0/0            0.0.0.0/0           
    0     0 ACCEPT     all  --  wlan0  *       0.0.0.0/0            0.0.0.0/0            state NEW
 1842  504K ACCEPT     all  --  br0    *       0.0.0.0/0            0.0.0.0/0            state NEW
   70 10338 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain OUTPUT (policy ACCEPT 2391 packets, 449K bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_1 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_10 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_11 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_12 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_13 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_14 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_15 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_16 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_17 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_18 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_19 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_2 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_20 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_3 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_4 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_5 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_6 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_7 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_8 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain advgrp_9 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_1 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_10 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_11 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_12 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_13 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_14 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_15 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_16 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_17 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_18 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_19 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_2 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_20 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_3 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_4 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_5 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_6 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_7 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_8 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain grp_9 (0 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain lan2wan (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain logaccept (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain logdrop (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain logreject (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 REJECT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            reject-with tcp-reset

Chain trigger_out (6 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain upnp (1 references)
 pkts bytes target     prot opt in     out     source               destination         
root@orthanc:~# iptables -t nat -vnL
Chain PREROUTING (policy ACCEPT 5439 packets, 1144K bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 DNAT       icmp --  *      *       0.0.0.0/0            174.52.173.153       to:192.168.1.1
   21  1260 DNAT       tcp  --  *      *       0.0.0.0/0            174.52.173.153       tcp dpt:22 to:192.168.1.170:22
    4   200 DNAT       tcp  --  *      *       0.0.0.0/0            174.52.173.153       tcp dpt:80 to:192.168.1.170:80
   26  1520 DNAT       tcp  --  *      *       0.0.0.0/0            174.52.173.153       tcp dpt:443 to:192.168.217.170:443
    0     0 DNAT       udp  --  *      *       0.0.0.0/0            174.52.173.153       udp dpt:443 to:192.168.217.170:443
  721  130K TRIGGER    all  --  *      *       0.0.0.0/0            174.52.173.153      TRIGGER type:dnat match:0 relate:0

Chain INPUT (policy ACCEPT 617 packets, 53426 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 461 packets, 35474 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain POSTROUTING (policy ACCEPT 466 packets, 34391 bytes)
 pkts bytes target     prot opt in     out     source               destination         
 1260  335K SNAT       all  --  *      vlan2   192.168.1.0/24       0.0.0.0/0            to:174.52.173.153
  201 37674 SNAT       all  --  *      vlan2   192.168.57.0/24      0.0.0.0/0            to:174.52.173.153
    0     0 RETURN     all  --  *      br0     0.0.0.0/0            0.0.0.0/0            PKTTYPE = broadcast
   46  4067 MASQUERADE  all  --  *      br0     192.168.1.0/24       192.168.1.0/24     
root@orthanc:~# iptables -t mangle -vnL
Chain PREROUTING (policy ACCEPT 38143 packets, 12M bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain INPUT (policy ACCEPT 4446 packets, 504K bytes)
 pkts bytes target     prot opt in     out     source               destination         
 4454  505K RRDIPT_INPUT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain FORWARD (policy ACCEPT 31006 packets, 11M bytes)
 pkts bytes target     prot opt in     out     source               destination         
31193   11M RRDIPT_FORWARD  all  --  *      *       0.0.0.0/0            0.0.0.0/0           
 1634 95152 TCPMSS     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp flags:0x06/0x02 TCPMSS clamp to PMTU

Chain OUTPUT (policy ACCEPT 2505 packets, 471K bytes)
 pkts bytes target     prot opt in     out     source               destination         
 2509  474K RRDIPT_OUTPUT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           

Chain POSTROUTING (policy ACCEPT 33442 packets, 12M bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain RRDIPT_FORWARD (1 references)
 pkts bytes target     prot opt in     out     source               destination         
 2415  290K RETURN     all  --  *      *       192.168.1.200        0.0.0.0/0           
 2190  504K RETURN     all  --  *      *       0.0.0.0/0            192.168.1.200       
    0     0 RETURN     all  --  *      *       174.52.172.1         0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            174.52.172.1       
 1328  269K RETURN     all  --  *      *       192.168.1.109        0.0.0.0/0           
 1027  444K RETURN     all  --  *      *       0.0.0.0/0            192.168.1.109       
 8090 1935K RETURN     all  --  *      *       192.168.1.125        0.0.0.0/0           
 8197 4096K RETURN     all  --  *      *       0.0.0.0/0            192.168.1.125       
    5   380 RETURN     all  --  *      *       192.168.1.146        0.0.0.0/0           
    5   380 RETURN     all  --  *      *       0.0.0.0/0            192.168.1.146       
  385 54228 RETURN     all  --  *      *       192.168.1.170        0.0.0.0/0           
  280 38974 RETURN     all  --  *      *       0.0.0.0/0            192.168.1.170       
    0     0 RETURN     all  --  *      *       192.168.1.10         0.0.0.0/0           
    0     0 RETURN     all  --  *      *       0.0.0.0/0            192.168.1.10       

Chain RRDIPT_INPUT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 RETURN     all  --  eth0   *       0.0.0.0/0            0.0.0.0/0           
 1501  163K RETURN     all  --  vlan2  *       0.0.0.0/0            0.0.0.0/0           

Chain RRDIPT_OUTPUT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 RETURN     all  --  *      eth0    0.0.0.0/0            0.0.0.0/0           
  443 36108 RETURN     all  --  *      vlan2   0.0.0.0/0            0.0.0.0/0           
root@orthanc:~# cat /tmp/.ipt
*mangle
:PREROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
COMMIT
*nat
:PREROUTING ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A PREROUTING -p icmp -d 174.52.173.153 -j DNAT --to-destination 192.168.1.1
-A PREROUTING -p tcp -m tcp -d 174.52.173.153 --dport 22 -j DNAT --to-destination 192.168.1.170:22
-A PREROUTING -p tcp -m tcp -d 174.52.173.153 --dport 80 -j DNAT --to-destination 192.168.1.170:80
-A PREROUTING -p tcp -m tcp -d 174.52.173.153 --dport 443 -j DNAT --to-destination 192.168.217.170:443
-A PREROUTING -p udp -m udp -d 174.52.173.153 --dport 443 -j DNAT --to-destination 192.168.217.170:443
-A PREROUTING -d 174.52.173.153 -j TRIGGER --trigger-type dnat
-A POSTROUTING -s 192.168.1.1/24 -o vlan2 -j SNAT --to-source 174.52.173.153
-A POSTROUTING -s 192.168.57.0/24 -o vlan2 -j SNAT --to-source 174.52.173.153
-A POSTROUTING -o br0 -m pkttype --pkt-type broadcast -j RETURN
-A POSTROUTING -o br0 -s 192.168.1.1/24 -d 192.168.1.1/24 -j MASQUERADE
COMMIT
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:logaccept - [0:0]
:logdrop - [0:0]
:logreject - [0:0]
:trigger_out - [0:0]
:upnp - [0:0]
:lan2wan - [0:0]
:grp_1 - [0:0]
:advgrp_1 - [0:0]
:grp_2 - [0:0]
:advgrp_2 - [0:0]
:grp_3 - [0:0]
:advgrp_3 - [0:0]
:grp_4 - [0:0]
:advgrp_4 - [0:0]
:grp_5 - [0:0]
:advgrp_5 - [0:0]
:grp_6 - [0:0]
:advgrp_6 - [0:0]
:grp_7 - [0:0]
:advgrp_7 - [0:0]
:grp_8 - [0:0]
:advgrp_8 - [0:0]
:grp_9 - [0:0]
:advgrp_9 - [0:0]
:grp_10 - [0:0]
:advgrp_10 - [0:0]
:grp_11 - [0:0]
:advgrp_11 - [0:0]
:grp_12 - [0:0]
:advgrp_12 - [0:0]
:grp_13 - [0:0]
:advgrp_13 - [0:0]
:grp_14 - [0:0]
:advgrp_14 - [0:0]
:grp_15 - [0:0]
:advgrp_15 - [0:0]
:grp_16 - [0:0]
:advgrp_16 - [0:0]
:grp_17 - [0:0]
:advgrp_17 - [0:0]
:grp_18 - [0:0]
:advgrp_18 - [0:0]
:grp_19 - [0:0]
:advgrp_19 - [0:0]
:grp_20 - [0:0]
:advgrp_20 - [0:0]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i vlan2 -p udp --sport 67 --dport 68 -j ACCEPT
-A INPUT -i vlan2 -p icmp -j DROP
-A INPUT -i vlan2 -p igmp -j DROP
-A INPUT -i lo -m state --state NEW -j ACCEPT
-A INPUT -i br0 -m state --state NEW -j ACCEPT
-A INPUT -j DROP
-A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -j upnp
-A FORWARD -j lan2wan
-A FORWARD -i br0 -o br0 -j ACCEPT
-A FORWARD -o vlan2 -s 192.168.1.1/24 -p tcp --dport 1723 -j ACCEPT
-A FORWARD -o vlan2 -s 192.168.1.1/24 -p gre -j ACCEPT
-A FORWARD -p tcp -m tcp -d 192.168.1.170 --dport 22 -j ACCEPT
-A FORWARD -p tcp -m tcp -d 192.168.1.170 --dport 80 -j ACCEPT
-A FORWARD -p tcp -m tcp -d 192.168.217.170 --dport 443 -j ACCEPT
-A FORWARD -p udp -m udp -d 192.168.217.170 --dport 443 -j ACCEPT

-A FORWARD -i vlan2 -o br0 -j TRIGGER --trigger-type in
-A FORWARD -i br0 -j trigger_out
-A FORWARD -i vlan2 -o eth0 -j TRIGGER --trigger-type in
-A FORWARD -i eth0 -j trigger_out
-A FORWARD -i eth0 -m state --state NEW -j ACCEPT
-A FORWARD -i vlan2 -o eth1 -j TRIGGER --trigger-type in
-A FORWARD -i eth1 -j trigger_out
-A FORWARD -i eth1 -m state --state NEW -j ACCEPT
-A FORWARD -i vlan2 -o eth2 -j TRIGGER --trigger-type in
-A FORWARD -i eth2 -j trigger_out
-A FORWARD -i eth2 -m state --state NEW -j ACCEPT
-A FORWARD -i vlan2 -o vlan1 -j TRIGGER --trigger-type in
-A FORWARD -i vlan1 -j trigger_out
-A FORWARD -i vlan1 -m state --state NEW -j ACCEPT
-A FORWARD -i vlan2 -o wlan0 -j TRIGGER --trigger-type in
-A FORWARD -i wlan0 -j trigger_out
-A FORWARD -i wlan0 -m state --state NEW -j ACCEPT
-A FORWARD -i br0 -m state --state NEW -j ACCEPT
-A FORWARD -j DROP
-A logaccept -j ACCEPT
-A logdrop -j DROP
-A logreject -p tcp -j REJECT --reject-with tcp-reset
COMMIT
root@orthanc:~#
root@orthanc:~# ip route
default via 174.52.172.1 dev vlan2
127.0.0.0/8 dev lo scope link
174.52.172.0/22 dev vlan2 scope link  src 174.52.173.153
192.168.1.0/24 dev br0 scope link  src 192.168.1.1
192.168.57.0/24 via 192.168.1.10 dev br0
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Fri Sep 09, 2022 17:30    Post subject: Reply with quote
Screenshots needed for main setup page, clearly something has changed, no syslog posted that shows anything about WAN connection either.

> /tmp/var/log/messages is empty.

You need to enable syslog in services tab.

Ideally we want a default setup without any fiddling and tcp dump nonsense to see where log fails re: wan connection. Your modem should be in bridge mode and the router should be in a separate subnet from modems IP range.

As is too many unknowns that could be cause.

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1889

PostPosted: Fri Sep 09, 2022 19:10    Post subject: Reply with quote
Your WAN port is already in promiscuous mode:
Code:
[   35.616582] device eth2 entered promiscuous mode

Did you try powering both modem and router down, waiting (at least) 5 minutes, power up modem, -then- power up router without any MAC cloning?

_________________
"The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost

"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Fri Sep 09, 2022 21:15    Post subject: Reply with quote
It is in promiscuous mode in that log because I rebooted just before I gathered it, and had already added the tcpdump to the startup commands.
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Fri Sep 09, 2022 21:19    Post subject: Reply with quote
Tomorrow afternoon I will be at a DC for a maintenance event. I need to leave the network alone today and in the morning tomorrow so people in the house can do what they need. Tomorrow evening I can try the poweroff with five minute wait.

I was going to try assigning the laptop's mac address to match the router wan port and see if I could get an IP address on the laptop, then reconnect the router with mac cloning disabled. Maybe that will get me back my original external IP address, which would be a big help.
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Sat Sep 10, 2022 0:21    Post subject: Reply with quote
Setting the laptop to the mac address of the router's WAN port didn't work. I actually couldn't change the mac address of the ethernet USB dongle in ubuntu, I set up a bridge and added the dongle to it, then changed the mac address of the bridge.
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6389
Location: UK, London, just across the river..

PostPosted: Sat Sep 10, 2022 9:13    Post subject: Reply with quote
not bad to share what you have in start up script, as well in the firewall box...or any other settings related to connectivity... (cover/mask the private details...mac's / IP's... ect. )
running the last build 50057...my R9000 has no problem with WAN connectivity..to my ISP...
it seams running WAN in promi mode, there must be a limiting rule, that does not allow normal WAN communication with your ISP in non-promi(normal) mode...
its very likely your ISP to have a finger in it too... Rolling Eyes

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55179 WAP
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,AP Isolation,Ad-Block,Firewall
TP-Link WR1043NDv2 -DD-WRT 55303 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear R7800 --DD-WRT 55416 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55363 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55416 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Sat Sep 10, 2022 14:55    Post subject: Reply with quote
I have this in startup commands:
Code:
screen -d -m -S weird-tcpdump tcpdump -i vlan2 udp port 60000
stopservice httpd
mount -o bind /jffs/etc/ssl/key.pem /etc/key.pem
mount -o bind /jffs/etc/ssl/cert.pem /etc/cert.pem
startservice httpd


Nothing else in commands. I will be adding some firewall commands later when I complete restoring my full config since the factory reset.
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1889

PostPosted: Sat Sep 10, 2022 15:01    Post subject: Reply with quote
It would still be helpful to see syslogd/klogd enabled, nvram set console_debug=1 && nvram commit && reboot and the actual syslog output since not everything is sent to dmesg.
_________________
"The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost

"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Sat Sep 10, 2022 15:07    Post subject: Reply with quote
Main setup page pic attached.
elyograg
DD-WRT User


Joined: 11 Jul 2021
Posts: 56

PostPosted: Sat Sep 10, 2022 15:14    Post subject: Reply with quote
syslog with the tcpdump commented in startup commands:
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
Post new topic   Reply to topic    DD-WRT Forum Index -> Advanced Networking 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