Replies: 5 comments 4 replies
-
Hi mortenvf, I don't think we've seen this so far. What does the log from the gostwire service say? It should mention GET requests and also log that the discovery service came up correctly. The webui gets served by the g(h)ostwire service, and packetflix forwards proxy request not addressing the capture API endpoint to it. In your vm, do you use Canonical's snap Docker or Docker's Docker CE installation? |
Beta Was this translation helpful? Give feedback.
-
Ghostwire is not logging anything that indicates that it has received the forwarded request. I have enabled
I am using the docker apt package. One thing that I noted was that docker-compose complained unsupported option Is packetflix performing the forwarding, or is some 3rd party reverse proxy installed in the image handling forwarding? |
Beta Was this translation helpful? Give feedback.
-
If I expose ghostwire port 5000, then I can access the ghostwire web UI directly and it seems to be working as intended, showing the results of discovery. |
Beta Was this translation helpful? Give feedback.
-
just to be sure, did you do a "docker compose ... down" in order to clean up? |
Beta Was this translation helpful? Give feedback.
-
I tested on an Ubuntu 22.04.4LTS on kvm. I kept the snap-based Docker engine, which is 24.0.5 atm. I deployed using the host-exposing compose file and was able to successfully access the web UI at the VM's host address and port 5001. Did you put your VM on Broadcom to sleep/hibernation? I'm still having issues on a VMware Workstation Pro on Kubuntu VMs with VMware tools totally trashing the bridge IP configuration, even with the exceptions verified to be in VMware's configuration file. |
Beta Was this translation helpful? Give feedback.
-
Running edgeshark out of the box, I get a
502 Bad Gateway
response when accessinghttp://localhost:5001/
. (Running on Ubuntu 22.04 in VmWare virtual machine)Command
Log output from container shows
Pinging and connecting with netcat to
gostwire.ghost-in-da-edge:5000
from the edgeshark container works just fine.Update: This also occurs with
./edgeshark.sh up
.What could be causing this issue?
Best regards,
Morten
Beta Was this translation helpful? Give feedback.
All reactions