Displaying 1 result from an estimated 1 matches for "bwapps".
2005 Oct 23
3
dns name server under wine?
...: win32 app (which uses FQDNs, not plain IP addresses) cannot
connect to the Internet when running on 'wine', and it seems that DNS
query fails.
I've tried running nslookup.exe (win32 version, copied over from windows
partition), and this is what I'm getting:
rbr@airdb:~/src/bwapps$ wine nslookup.exe www.winehq.org
*** Default servers are not available
Server: UnKnown
Address: 127.0.0.1
*** UnKnown can't find www.winehq.org: No response from server
Wine exited with a successful status
rbr@airdb:~/src/bwapps$
It appears that nameserver IPs are not accessible to wine?...