Windows XP in VMWare Workstation has no Internet
Using Windows XP ISO in VMWare Workstation Player 12. No matter what I do, I cannot connect to Internet from the Virtual OS.
What I have tried
- Disabled Windows XP Firewall
- Disabled and Enabled the Network
- Tried NAT connection, Tried Bridged connection
- Scrapped the virtual VM and re-installed Windows XP in VMWare Player
- Can ping www.google.com, but cannot browse to www.google.com
How to troubleshoot this?
By the way, I have Kali Linux 2 ISO in same VMWare Workstation Player 12 and can connect to Internet fine.
Update
Tried the Windows VM, but get error
Update 2
I disabled firewall on Windows XP VM with
netsh firewall set opmode mode=disable profile=all
I can access some websites (CNN, FoxNews), but not others (Google, Facebook).
I even opened ports 80 and 443 per the following. How to troubleshoot?
Fixed it
I ended up downloading and installing Firefox. Now I can access all the websites.
Thank you SuperUsers, you guys are awesome!!!
networking windows-xp vmware-workstation
|
show 6 more comments
Using Windows XP ISO in VMWare Workstation Player 12. No matter what I do, I cannot connect to Internet from the Virtual OS.
What I have tried
- Disabled Windows XP Firewall
- Disabled and Enabled the Network
- Tried NAT connection, Tried Bridged connection
- Scrapped the virtual VM and re-installed Windows XP in VMWare Player
- Can ping www.google.com, but cannot browse to www.google.com
How to troubleshoot this?
By the way, I have Kali Linux 2 ISO in same VMWare Workstation Player 12 and can connect to Internet fine.
Update
Tried the Windows VM, but get error
Update 2
I disabled firewall on Windows XP VM with
netsh firewall set opmode mode=disable profile=all
I can access some websites (CNN, FoxNews), but not others (Google, Facebook).
I even opened ports 80 and 443 per the following. How to troubleshoot?
Fixed it
I ended up downloading and installing Firefox. Now I can access all the websites.
Thank you SuperUsers, you guys are awesome!!!
networking windows-xp vmware-workstation
Did you try with a pre-installed version of XP? It seems here there is an image with windows xp preinstalled. After you rise you defences, you may try to download one of the preinstalled vdi/images you can find on internet and run it. If it works it means you have to see what inside your XP stops the communication with internet. If not it's probably outside. Good luck.
– Hastur
Jul 17 '16 at 21:42
@Hastur Thank you, I shall try this.
– Rhonda
Jul 17 '16 at 22:28
Can ping www.google.com
which meanshas no Internet
should be read ashas a working connection to the Internet
– Hennes
Jul 18 '16 at 4:37
1
Try to see (and update) what 1. the host (which is the system?), 2. the guest (xp) and 3. the second guest (kali) answer tohost www.google.com
(IP173.194.122.242
or2a00:1450:4010:c06::68
) andwww.cnn.com
(151.101.12.73
): one host that you reach and one that you cannot. Try to see when you put the IPV4 if you can see google for example. I'm starting to think there's a problem with IPV6/IPV4. Under windows you may usenslookup www.google.com
when under Linux you usehost www.google.com
.
– Hastur
Jul 20 '16 at 8:18
1
Eventually you can install IPV6 under XP or to see for the specific problem under Virtualbox in NAT mode (I suppose). Let me know. Ps> I give that link to the iso just as example of the idea. You can search for other iso over the net..
– Hastur
Jul 20 '16 at 8:23
|
show 6 more comments
Using Windows XP ISO in VMWare Workstation Player 12. No matter what I do, I cannot connect to Internet from the Virtual OS.
What I have tried
- Disabled Windows XP Firewall
- Disabled and Enabled the Network
- Tried NAT connection, Tried Bridged connection
- Scrapped the virtual VM and re-installed Windows XP in VMWare Player
- Can ping www.google.com, but cannot browse to www.google.com
How to troubleshoot this?
By the way, I have Kali Linux 2 ISO in same VMWare Workstation Player 12 and can connect to Internet fine.
Update
Tried the Windows VM, but get error
Update 2
I disabled firewall on Windows XP VM with
netsh firewall set opmode mode=disable profile=all
I can access some websites (CNN, FoxNews), but not others (Google, Facebook).
I even opened ports 80 and 443 per the following. How to troubleshoot?
Fixed it
I ended up downloading and installing Firefox. Now I can access all the websites.
Thank you SuperUsers, you guys are awesome!!!
networking windows-xp vmware-workstation
Using Windows XP ISO in VMWare Workstation Player 12. No matter what I do, I cannot connect to Internet from the Virtual OS.
What I have tried
- Disabled Windows XP Firewall
- Disabled and Enabled the Network
- Tried NAT connection, Tried Bridged connection
- Scrapped the virtual VM and re-installed Windows XP in VMWare Player
- Can ping www.google.com, but cannot browse to www.google.com
How to troubleshoot this?
By the way, I have Kali Linux 2 ISO in same VMWare Workstation Player 12 and can connect to Internet fine.
Update
Tried the Windows VM, but get error
Update 2
I disabled firewall on Windows XP VM with
netsh firewall set opmode mode=disable profile=all
I can access some websites (CNN, FoxNews), but not others (Google, Facebook).
I even opened ports 80 and 443 per the following. How to troubleshoot?
Fixed it
I ended up downloading and installing Firefox. Now I can access all the websites.
Thank you SuperUsers, you guys are awesome!!!
networking windows-xp vmware-workstation
networking windows-xp vmware-workstation
edited Jul 20 '16 at 17:25
Rhonda
asked Jul 17 '16 at 21:21
RhondaRhonda
158214
158214
Did you try with a pre-installed version of XP? It seems here there is an image with windows xp preinstalled. After you rise you defences, you may try to download one of the preinstalled vdi/images you can find on internet and run it. If it works it means you have to see what inside your XP stops the communication with internet. If not it's probably outside. Good luck.
– Hastur
Jul 17 '16 at 21:42
@Hastur Thank you, I shall try this.
– Rhonda
Jul 17 '16 at 22:28
Can ping www.google.com
which meanshas no Internet
should be read ashas a working connection to the Internet
– Hennes
Jul 18 '16 at 4:37
1
Try to see (and update) what 1. the host (which is the system?), 2. the guest (xp) and 3. the second guest (kali) answer tohost www.google.com
(IP173.194.122.242
or2a00:1450:4010:c06::68
) andwww.cnn.com
(151.101.12.73
): one host that you reach and one that you cannot. Try to see when you put the IPV4 if you can see google for example. I'm starting to think there's a problem with IPV6/IPV4. Under windows you may usenslookup www.google.com
when under Linux you usehost www.google.com
.
– Hastur
Jul 20 '16 at 8:18
1
Eventually you can install IPV6 under XP or to see for the specific problem under Virtualbox in NAT mode (I suppose). Let me know. Ps> I give that link to the iso just as example of the idea. You can search for other iso over the net..
– Hastur
Jul 20 '16 at 8:23
|
show 6 more comments
Did you try with a pre-installed version of XP? It seems here there is an image with windows xp preinstalled. After you rise you defences, you may try to download one of the preinstalled vdi/images you can find on internet and run it. If it works it means you have to see what inside your XP stops the communication with internet. If not it's probably outside. Good luck.
– Hastur
Jul 17 '16 at 21:42
@Hastur Thank you, I shall try this.
– Rhonda
Jul 17 '16 at 22:28
Can ping www.google.com
which meanshas no Internet
should be read ashas a working connection to the Internet
– Hennes
Jul 18 '16 at 4:37
1
Try to see (and update) what 1. the host (which is the system?), 2. the guest (xp) and 3. the second guest (kali) answer tohost www.google.com
(IP173.194.122.242
or2a00:1450:4010:c06::68
) andwww.cnn.com
(151.101.12.73
): one host that you reach and one that you cannot. Try to see when you put the IPV4 if you can see google for example. I'm starting to think there's a problem with IPV6/IPV4. Under windows you may usenslookup www.google.com
when under Linux you usehost www.google.com
.
– Hastur
Jul 20 '16 at 8:18
1
Eventually you can install IPV6 under XP or to see for the specific problem under Virtualbox in NAT mode (I suppose). Let me know. Ps> I give that link to the iso just as example of the idea. You can search for other iso over the net..
– Hastur
Jul 20 '16 at 8:23
Did you try with a pre-installed version of XP? It seems here there is an image with windows xp preinstalled. After you rise you defences, you may try to download one of the preinstalled vdi/images you can find on internet and run it. If it works it means you have to see what inside your XP stops the communication with internet. If not it's probably outside. Good luck.
– Hastur
Jul 17 '16 at 21:42
Did you try with a pre-installed version of XP? It seems here there is an image with windows xp preinstalled. After you rise you defences, you may try to download one of the preinstalled vdi/images you can find on internet and run it. If it works it means you have to see what inside your XP stops the communication with internet. If not it's probably outside. Good luck.
– Hastur
Jul 17 '16 at 21:42
@Hastur Thank you, I shall try this.
– Rhonda
Jul 17 '16 at 22:28
@Hastur Thank you, I shall try this.
– Rhonda
Jul 17 '16 at 22:28
Can ping www.google.com
which means has no Internet
should be read as has a working connection to the Internet
– Hennes
Jul 18 '16 at 4:37
Can ping www.google.com
which means has no Internet
should be read as has a working connection to the Internet
– Hennes
Jul 18 '16 at 4:37
1
1
Try to see (and update) what 1. the host (which is the system?), 2. the guest (xp) and 3. the second guest (kali) answer to
host www.google.com
(IP 173.194.122.242
or 2a00:1450:4010:c06::68
) and www.cnn.com
(151.101.12.73
): one host that you reach and one that you cannot. Try to see when you put the IPV4 if you can see google for example. I'm starting to think there's a problem with IPV6/IPV4. Under windows you may use nslookup www.google.com
when under Linux you use host www.google.com
.– Hastur
Jul 20 '16 at 8:18
Try to see (and update) what 1. the host (which is the system?), 2. the guest (xp) and 3. the second guest (kali) answer to
host www.google.com
(IP 173.194.122.242
or 2a00:1450:4010:c06::68
) and www.cnn.com
(151.101.12.73
): one host that you reach and one that you cannot. Try to see when you put the IPV4 if you can see google for example. I'm starting to think there's a problem with IPV6/IPV4. Under windows you may use nslookup www.google.com
when under Linux you use host www.google.com
.– Hastur
Jul 20 '16 at 8:18
1
1
Eventually you can install IPV6 under XP or to see for the specific problem under Virtualbox in NAT mode (I suppose). Let me know. Ps> I give that link to the iso just as example of the idea. You can search for other iso over the net..
– Hastur
Jul 20 '16 at 8:23
Eventually you can install IPV6 under XP or to see for the specific problem under Virtualbox in NAT mode (I suppose). Let me know. Ps> I give that link to the iso just as example of the idea. You can search for other iso over the net..
– Hastur
Jul 20 '16 at 8:23
|
show 6 more comments
2 Answers
2
active
oldest
votes
5.Can ping www.google.com, but cannot browse to www.google.com
Are you able to connect to any other web sites? Normally, it suggests that there is something blocking the TCP 80 or TCP 443 connections.
First, please try to turn off the firewall on the host.
If it doesn't work, you may need to perform a network capture on the host to check if the host forwards the traffic for the guest correctly.
I tried www.facebook.com and no luck :-(
– Rhonda
Jul 18 '16 at 18:17
@Rhonda Have you tried to turn off the firewall on host?(Hypervisor) Also, you may try to capture the network traffic on the host by using tools like wireshark.
– Steven Lee - MSFT
Jul 19 '16 at 1:25
Yes, I tried turning off firewall. Will try wireshark network capture soon.
– Rhonda
Jul 19 '16 at 19:45
I turned off firewall with command 'netsh firewall set opmode mode=disable profile=all` I can access some websites and not others. I cannot access Google, Facebook, Hotmail. However I can access CNN, FoxNews, When I try to access nydailynews.com I get pop-up "Internet Explorer cannot open ... Operation Aborted" Please help!
– Rhonda
Jul 20 '16 at 1:00
1
If you are able to access some of these sites, it suggests that your client gets the internet. Please try to flush the DNS cache on the client with command ipconfig /flushdns. Then try to reset the browser. If it still doesn't work. You may need to perform a network capture on the client to check the detail process of the communication. From my point of view, there might be some firewall between your client and internet blocking some sites.
– Steven Lee - MSFT
Jul 20 '16 at 1:48
|
show 1 more comment
The same problem on:
Win8.1 host
Workstation 12
WinXP guest
I could ping 8.8.8.8
, but could not open http://www.google.com
in IE.
In this thread I found one line that solved the problem:
I just enabled TLS in the IE settings and the internet started working. I was able to ping websites but IE did not work. This helped me.
To enable TLS in Internet Explorer, go to Tools > Internet Options. In the Advanced tab, under Security, check Use TLS 1.0.
– Zenadix
Feb 2 at 7:18
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1102042%2fwindows-xp-in-vmware-workstation-has-no-internet%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
5.Can ping www.google.com, but cannot browse to www.google.com
Are you able to connect to any other web sites? Normally, it suggests that there is something blocking the TCP 80 or TCP 443 connections.
First, please try to turn off the firewall on the host.
If it doesn't work, you may need to perform a network capture on the host to check if the host forwards the traffic for the guest correctly.
I tried www.facebook.com and no luck :-(
– Rhonda
Jul 18 '16 at 18:17
@Rhonda Have you tried to turn off the firewall on host?(Hypervisor) Also, you may try to capture the network traffic on the host by using tools like wireshark.
– Steven Lee - MSFT
Jul 19 '16 at 1:25
Yes, I tried turning off firewall. Will try wireshark network capture soon.
– Rhonda
Jul 19 '16 at 19:45
I turned off firewall with command 'netsh firewall set opmode mode=disable profile=all` I can access some websites and not others. I cannot access Google, Facebook, Hotmail. However I can access CNN, FoxNews, When I try to access nydailynews.com I get pop-up "Internet Explorer cannot open ... Operation Aborted" Please help!
– Rhonda
Jul 20 '16 at 1:00
1
If you are able to access some of these sites, it suggests that your client gets the internet. Please try to flush the DNS cache on the client with command ipconfig /flushdns. Then try to reset the browser. If it still doesn't work. You may need to perform a network capture on the client to check the detail process of the communication. From my point of view, there might be some firewall between your client and internet blocking some sites.
– Steven Lee - MSFT
Jul 20 '16 at 1:48
|
show 1 more comment
5.Can ping www.google.com, but cannot browse to www.google.com
Are you able to connect to any other web sites? Normally, it suggests that there is something blocking the TCP 80 or TCP 443 connections.
First, please try to turn off the firewall on the host.
If it doesn't work, you may need to perform a network capture on the host to check if the host forwards the traffic for the guest correctly.
I tried www.facebook.com and no luck :-(
– Rhonda
Jul 18 '16 at 18:17
@Rhonda Have you tried to turn off the firewall on host?(Hypervisor) Also, you may try to capture the network traffic on the host by using tools like wireshark.
– Steven Lee - MSFT
Jul 19 '16 at 1:25
Yes, I tried turning off firewall. Will try wireshark network capture soon.
– Rhonda
Jul 19 '16 at 19:45
I turned off firewall with command 'netsh firewall set opmode mode=disable profile=all` I can access some websites and not others. I cannot access Google, Facebook, Hotmail. However I can access CNN, FoxNews, When I try to access nydailynews.com I get pop-up "Internet Explorer cannot open ... Operation Aborted" Please help!
– Rhonda
Jul 20 '16 at 1:00
1
If you are able to access some of these sites, it suggests that your client gets the internet. Please try to flush the DNS cache on the client with command ipconfig /flushdns. Then try to reset the browser. If it still doesn't work. You may need to perform a network capture on the client to check the detail process of the communication. From my point of view, there might be some firewall between your client and internet blocking some sites.
– Steven Lee - MSFT
Jul 20 '16 at 1:48
|
show 1 more comment
5.Can ping www.google.com, but cannot browse to www.google.com
Are you able to connect to any other web sites? Normally, it suggests that there is something blocking the TCP 80 or TCP 443 connections.
First, please try to turn off the firewall on the host.
If it doesn't work, you may need to perform a network capture on the host to check if the host forwards the traffic for the guest correctly.
5.Can ping www.google.com, but cannot browse to www.google.com
Are you able to connect to any other web sites? Normally, it suggests that there is something blocking the TCP 80 or TCP 443 connections.
First, please try to turn off the firewall on the host.
If it doesn't work, you may need to perform a network capture on the host to check if the host forwards the traffic for the guest correctly.
answered Jul 18 '16 at 2:14
Steven Lee - MSFTSteven Lee - MSFT
805139
805139
I tried www.facebook.com and no luck :-(
– Rhonda
Jul 18 '16 at 18:17
@Rhonda Have you tried to turn off the firewall on host?(Hypervisor) Also, you may try to capture the network traffic on the host by using tools like wireshark.
– Steven Lee - MSFT
Jul 19 '16 at 1:25
Yes, I tried turning off firewall. Will try wireshark network capture soon.
– Rhonda
Jul 19 '16 at 19:45
I turned off firewall with command 'netsh firewall set opmode mode=disable profile=all` I can access some websites and not others. I cannot access Google, Facebook, Hotmail. However I can access CNN, FoxNews, When I try to access nydailynews.com I get pop-up "Internet Explorer cannot open ... Operation Aborted" Please help!
– Rhonda
Jul 20 '16 at 1:00
1
If you are able to access some of these sites, it suggests that your client gets the internet. Please try to flush the DNS cache on the client with command ipconfig /flushdns. Then try to reset the browser. If it still doesn't work. You may need to perform a network capture on the client to check the detail process of the communication. From my point of view, there might be some firewall between your client and internet blocking some sites.
– Steven Lee - MSFT
Jul 20 '16 at 1:48
|
show 1 more comment
I tried www.facebook.com and no luck :-(
– Rhonda
Jul 18 '16 at 18:17
@Rhonda Have you tried to turn off the firewall on host?(Hypervisor) Also, you may try to capture the network traffic on the host by using tools like wireshark.
– Steven Lee - MSFT
Jul 19 '16 at 1:25
Yes, I tried turning off firewall. Will try wireshark network capture soon.
– Rhonda
Jul 19 '16 at 19:45
I turned off firewall with command 'netsh firewall set opmode mode=disable profile=all` I can access some websites and not others. I cannot access Google, Facebook, Hotmail. However I can access CNN, FoxNews, When I try to access nydailynews.com I get pop-up "Internet Explorer cannot open ... Operation Aborted" Please help!
– Rhonda
Jul 20 '16 at 1:00
1
If you are able to access some of these sites, it suggests that your client gets the internet. Please try to flush the DNS cache on the client with command ipconfig /flushdns. Then try to reset the browser. If it still doesn't work. You may need to perform a network capture on the client to check the detail process of the communication. From my point of view, there might be some firewall between your client and internet blocking some sites.
– Steven Lee - MSFT
Jul 20 '16 at 1:48
I tried www.facebook.com and no luck :-(
– Rhonda
Jul 18 '16 at 18:17
I tried www.facebook.com and no luck :-(
– Rhonda
Jul 18 '16 at 18:17
@Rhonda Have you tried to turn off the firewall on host?(Hypervisor) Also, you may try to capture the network traffic on the host by using tools like wireshark.
– Steven Lee - MSFT
Jul 19 '16 at 1:25
@Rhonda Have you tried to turn off the firewall on host?(Hypervisor) Also, you may try to capture the network traffic on the host by using tools like wireshark.
– Steven Lee - MSFT
Jul 19 '16 at 1:25
Yes, I tried turning off firewall. Will try wireshark network capture soon.
– Rhonda
Jul 19 '16 at 19:45
Yes, I tried turning off firewall. Will try wireshark network capture soon.
– Rhonda
Jul 19 '16 at 19:45
I turned off firewall with command 'netsh firewall set opmode mode=disable profile=all` I can access some websites and not others. I cannot access Google, Facebook, Hotmail. However I can access CNN, FoxNews, When I try to access nydailynews.com I get pop-up "Internet Explorer cannot open ... Operation Aborted" Please help!
– Rhonda
Jul 20 '16 at 1:00
I turned off firewall with command 'netsh firewall set opmode mode=disable profile=all` I can access some websites and not others. I cannot access Google, Facebook, Hotmail. However I can access CNN, FoxNews, When I try to access nydailynews.com I get pop-up "Internet Explorer cannot open ... Operation Aborted" Please help!
– Rhonda
Jul 20 '16 at 1:00
1
1
If you are able to access some of these sites, it suggests that your client gets the internet. Please try to flush the DNS cache on the client with command ipconfig /flushdns. Then try to reset the browser. If it still doesn't work. You may need to perform a network capture on the client to check the detail process of the communication. From my point of view, there might be some firewall between your client and internet blocking some sites.
– Steven Lee - MSFT
Jul 20 '16 at 1:48
If you are able to access some of these sites, it suggests that your client gets the internet. Please try to flush the DNS cache on the client with command ipconfig /flushdns. Then try to reset the browser. If it still doesn't work. You may need to perform a network capture on the client to check the detail process of the communication. From my point of view, there might be some firewall between your client and internet blocking some sites.
– Steven Lee - MSFT
Jul 20 '16 at 1:48
|
show 1 more comment
The same problem on:
Win8.1 host
Workstation 12
WinXP guest
I could ping 8.8.8.8
, but could not open http://www.google.com
in IE.
In this thread I found one line that solved the problem:
I just enabled TLS in the IE settings and the internet started working. I was able to ping websites but IE did not work. This helped me.
To enable TLS in Internet Explorer, go to Tools > Internet Options. In the Advanced tab, under Security, check Use TLS 1.0.
– Zenadix
Feb 2 at 7:18
add a comment |
The same problem on:
Win8.1 host
Workstation 12
WinXP guest
I could ping 8.8.8.8
, but could not open http://www.google.com
in IE.
In this thread I found one line that solved the problem:
I just enabled TLS in the IE settings and the internet started working. I was able to ping websites but IE did not work. This helped me.
To enable TLS in Internet Explorer, go to Tools > Internet Options. In the Advanced tab, under Security, check Use TLS 1.0.
– Zenadix
Feb 2 at 7:18
add a comment |
The same problem on:
Win8.1 host
Workstation 12
WinXP guest
I could ping 8.8.8.8
, but could not open http://www.google.com
in IE.
In this thread I found one line that solved the problem:
I just enabled TLS in the IE settings and the internet started working. I was able to ping websites but IE did not work. This helped me.
The same problem on:
Win8.1 host
Workstation 12
WinXP guest
I could ping 8.8.8.8
, but could not open http://www.google.com
in IE.
In this thread I found one line that solved the problem:
I just enabled TLS in the IE settings and the internet started working. I was able to ping websites but IE did not work. This helped me.
edited Sep 11 '18 at 9:40
Kamil Maciorowski
26.8k155781
26.8k155781
answered Sep 11 '18 at 7:24
Stas ShepelevStas Shepelev
111
111
To enable TLS in Internet Explorer, go to Tools > Internet Options. In the Advanced tab, under Security, check Use TLS 1.0.
– Zenadix
Feb 2 at 7:18
add a comment |
To enable TLS in Internet Explorer, go to Tools > Internet Options. In the Advanced tab, under Security, check Use TLS 1.0.
– Zenadix
Feb 2 at 7:18
To enable TLS in Internet Explorer, go to Tools > Internet Options. In the Advanced tab, under Security, check Use TLS 1.0.
– Zenadix
Feb 2 at 7:18
To enable TLS in Internet Explorer, go to Tools > Internet Options. In the Advanced tab, under Security, check Use TLS 1.0.
– Zenadix
Feb 2 at 7:18
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1102042%2fwindows-xp-in-vmware-workstation-has-no-internet%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you try with a pre-installed version of XP? It seems here there is an image with windows xp preinstalled. After you rise you defences, you may try to download one of the preinstalled vdi/images you can find on internet and run it. If it works it means you have to see what inside your XP stops the communication with internet. If not it's probably outside. Good luck.
– Hastur
Jul 17 '16 at 21:42
@Hastur Thank you, I shall try this.
– Rhonda
Jul 17 '16 at 22:28
Can ping www.google.com
which meanshas no Internet
should be read ashas a working connection to the Internet
– Hennes
Jul 18 '16 at 4:37
1
Try to see (and update) what 1. the host (which is the system?), 2. the guest (xp) and 3. the second guest (kali) answer to
host www.google.com
(IP173.194.122.242
or2a00:1450:4010:c06::68
) andwww.cnn.com
(151.101.12.73
): one host that you reach and one that you cannot. Try to see when you put the IPV4 if you can see google for example. I'm starting to think there's a problem with IPV6/IPV4. Under windows you may usenslookup www.google.com
when under Linux you usehost www.google.com
.– Hastur
Jul 20 '16 at 8:18
1
Eventually you can install IPV6 under XP or to see for the specific problem under Virtualbox in NAT mode (I suppose). Let me know. Ps> I give that link to the iso just as example of the idea. You can search for other iso over the net..
– Hastur
Jul 20 '16 at 8:23