How to disable network interfaces with Wine?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
F462
Newbie
Newbie
Posts: 1
Joined: Mon Oct 07, 2013 8:05 am

How to disable network interfaces with Wine?

Post by F462 »

Hi everybody,

I'm searching for a possibility to disable network interfaces with Wine.
Output of "wine ipconfig /all" is:

Code: Select all

Hostname. . . . . . . . . . . . . : localhost
    Knotentyp . . . . . . . . . . . . : Hybrid
    IP-Routing aktiviert. . . . . . . : Nein

Ethernet Adapter lo

    Verbindungsspezifisches DNS-Suffix: 
    Beschreibung. . . . . . . . . . . : lo
    Physikalische Adresse . . . . . . : 
    DHCP aktiviert. . . . . . . . . . : Nein
    IPv4 Adresse. . . . . . . . . . . : 127.0.0.1
    IPv6 Adresse. . . . . . . . . . . : ::1
    Standard Gateway. . . . . . . . . : 

Ethernet Adapter eth0

    Verbindungsspezifisches DNS-Suffix: 
    Beschreibung. . . . . . . . . . . : eth0
    Physikalische Adresse . . . . . . : 8C-89-A5-06-3A-9E
    DHCP aktiviert. . . . . . . . . . : Nein
    IPv4 Adresse. . . . . . . . . . . : 192.168.1.60
    IPv6 Adresse. . . . . . . . . . . : fe80::8e89:a5ff:fe06:3a9e%2
    Standard Gateway. . . . . . . . . : 192.168.1.1

Ethernet Adapter wlan0

    Verbindungsspezifisches DNS-Suffix: 
    Beschreibung. . . . . . . . . . . : wlan0
    Physikalische Adresse . . . . . . : A4-17-31-0F-A1-A9
    DHCP aktiviert. . . . . . . . . . : Nein
    Standard Gateway. . . . . . . . . : 
My goal is to disable the wlan0 interface.

Disabeling it in Linux with

Code: Select all

ip link set wlan0 down
doesn't work, so:

What can I do that ipconfig doesn't list the interface anymore?

Thanks for help :)
Locked