GNU_Raziel wrote: > I want to know if there a way to prevent a program running under wine to access internet ? No, you can't. Wine does not restrict programs from connecting to the Internet, unless it's a bug of course. You'll have to do it externally with something like iptables. You'll need to setup a restricted user and configure so it's uid can not connect to the network. Then run whatever programs you don't want accessing Internet under that user.