No internet connection

Questions about Wine on Linux
Locked
Nitradoz
Newbie
Newbie
Posts: 2
Joined: Sun Jan 03, 2021 6:27 pm

No internet connection

Post by Nitradoz »

So I installed Arch and I cant use wine with internet. When I ping 8.8.8.8 it times out. My wine version is wine-5.22 (Staging)
Nitradoz
Newbie
Newbie
Posts: 2
Joined: Sun Jan 03, 2021 6:27 pm

Re: No internet connection

Post by Nitradoz »

my hosts on arch are :

127.0.0.1 localhost
::1 localhost
127.0.1.1 arch.localdomain arch


and my ipconfig output on wine is :

Ethernet adapter lo

Connection-specific DNS suffix. . :
IPv4 address. . . . . . . . . . . : 127.0.0.1
IPv6 address. . . . . . . . . . . : ::1
Default gateway . . . . . . . . . :

Ethernet adapter enp6s0

Connection-specific DNS suffix. . : station
IPv4 address. . . . . . . . . . . : 192.168.2.4
IPv6 address. . . . . . . . . . . : fe80::f160:8df1:2479:83b%2
Default gateway . . . . . . . . . : 192.168.2.1
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: No internet connection

Post by jkfloris »

Does the built-in version of Internet Explorer work?

Code: Select all

wine iexplore
Locked