Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux network debugging documentation #177

Open
xloem opened this issue Dec 11, 2022 · 0 comments
Open

Linux network debugging documentation #177

xloem opened this issue Dec 11, 2022 · 0 comments

Comments

@xloem
Copy link
Contributor

xloem commented Dec 11, 2022

Hi,

At https://labstreaminglayer.readthedocs.io/info/network-connectivity.html#unix-linux-macos it is recommended to use socat for network troubleshooting on Linux.

I tried this, but it seemed good to share that I found that socat absorbed my packets, such that network behavior was different while it was running than while it was not.

I'm having more luck with sudo tcpdump -vvnAi lo udp port 16571, where -vv makes it verbose, -n disables name resolution, -A outputs the packet content, -i lo sets the interface, and udp port 16571 says what packets to output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant