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. . . . . . . . . :
Disabeling it in Linux with
Code: Select all
ip link set wlan0 down
What can I do that ipconfig doesn't list the interface anymore?
Thanks for help
