-
| 
         Hello again. I have a windows 11 machine. In this machine, I have an ubuntu 22.04 LTS  VM. Inside the VM, I have installed docker engine CE 28.0.4, and I'm running a netopeer container, specifically this one . Before I installed docker CE, I had docker desktop installed for linux. In that instance, the netopeer2-cli command  So far I've tried: 
  
According to these results, nothing is using port 830. What could be the issue here? Is it a docker CE thing? Before someone asks, I chose to replace docker desktop with docker ce because I wanted to enable networking, and more specifically, i wanted the host machine (linux vm) to be able to ping the container.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
| 
         So is netopeer2-server even running?  | 
  
Beta Was this translation helpful? Give feedback.



Ok I solved the issue. Turns out, this time, I had to manually start the server. I used the command
/usr/sbin/netopeer2-server -d -v2so I could see the logs. The logs indicated that everything was fine. I exec'd into the container from another terminal, used netopeer2-cli to connect to the server and everything is ok again.