-
|
Hello Team, I’ve installed containerlab on a WSL host and tried to get Wireshark with Edgeshark fully working. I’m using the VS Code extension, and when I try to run the capture(via vscode extension GUI) I get the following error: Capturing via VNC or manually via Wireshark by changing localhost to 127.0.0.1 works fine. Modifying the hosts file and nsswitch.conf does not solve the issue. All tests show that localhost is actually 127.0.0.1, and everything was working outside WSL. Maybe someone can suggest how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
@mkorneyc Where are the logs from, is this from Wireshark? You can try statically set the vscode |
Beta Was this translation helpful? Give feedback.
@mkorneyc Where are the logs from, is this from Wireshark?
You can try statically set the vscode
containerlab.remote.hostnameto 127.0.0.1 as a band-aid fix.