No network access on Ubuntu

Questions about Wine on Linux
Locked
midnightcheese
Newbie
Newbie
Posts: 1
Joined: Thu Mar 03, 2022 12:50 pm

No network access on Ubuntu

Post by midnightcheese »

Hi everyone, I'm having issues with apps not being able to reach the network. Running wine 5.0.3 on Ubuntu 21.10.

For example, simply running

Code: Select all

wine cmd
and pinging a domain results in a timeout. However, if I run the same command with sudo, I get a response. Various apps have had similar issues. (GRLevel3, ScanSnap).

It feels like a permissions issue, but I have no idea how to diagnose the issue. I've tried

Code: Select all

setcap
and

Code: Select all

dpkg-reconfigure
as mentioned in the FAQ, but no changes after running those commands.

Any pointers would be appreciated. Thanks.
zachism
Level 1
Level 1
Posts: 7
Joined: Thu Mar 10, 2022 2:01 pm

Re: No network access on Ubuntu

Post by zachism »

I have the same problem
Locked