Estou usando o Ubuntu 17.10 + Wine 2.18 (versão de desenvolvimento).
CCProxy é um servidor proxy para o Windows. É compatível com o Wine e mencionado oficialmente .
Eu tentei e executei o CCProxy in Wine, tudo parece OK, mas infelizmente um recurso não funciona ... O CCProxy não pode obter o endereço MAC do cliente para autenticação. Além disso, a solução para esse problema é mencionada no site do CCProxy :
CCProxy uses port 137 to get client's MAC address for authentication. So you need to make sure port 137 is available on both CCProxy server and client. Sometimes, antivirus software and firewall may block port 137, please check it out.
On the other hand, you also need to install NetBIOS protocol on the client.
O problema é que não sei o que fazer e o que devo fazer!
Editar:
$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Tags networking wine proxy linux ubuntu