highwire
Regular Contributor
This post is kind of hail-Mary. When I had Merlin's 374.43 firmware on a RT-AC66U, I could ssh to the router and run tcpdump (I installed it via entware), and it would run flawlessly. I could even send the info via wireless to my MacBook Pro running WireShark like this:
ssh name@router tcpdump -U -s0 -w - | /Applications/Wireshark.app/Contents/Resources/bin/wireshark -k -i -
and it would run pretty much forever.
I installed 376.44, cleared NVRAM and did my standard setup. The jffs and /opt/var partitions survived, as did my startup scripts.
Anyhow, now when I run tcpdump, such as:
tcpdump -ieth0 -U -s0 net 10.0.1.x, it will run for about a minute or two and then the router reboots. The system logs -> general logs don't shed any light as to why this is happening.
Any advice on how I can debug this? Thanks.
ssh name@router tcpdump -U -s0 -w - | /Applications/Wireshark.app/Contents/Resources/bin/wireshark -k -i -
and it would run pretty much forever.
I installed 376.44, cleared NVRAM and did my standard setup. The jffs and /opt/var partitions survived, as did my startup scripts.
Anyhow, now when I run tcpdump, such as:
tcpdump -ieth0 -U -s0 net 10.0.1.x, it will run for about a minute or two and then the router reboots. The system logs -> general logs don't shed any light as to why this is happening.
Any advice on how I can debug this? Thanks.