|
I finally figured out how to get internet access on a Windows 7 guest running on Virtual PC 2007, as described here . But one I don't get. I am not able to ping or tracert anything. Google.com for example. On the host I can both ping and tracert it. On...
Started by Svish on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Here is a knowledge base.
Another possibility packets (if you are not an administrator) which is what ping and tracert use.
It could be that ping isn't supported through the virtual network interface.
|
|
I have a computer at home with ip 192.168. 221 .xxx I have another computer at work that I can ping and it has 2 ip addresses: 192.168. 1 .xxx and 192.168.0.xxx. Those last 2 addresses have the same gateway ie 192.168. 1 .1 . the computer at work is connected...
Answer Snippets (Read the full thread at superuser):
Using -R makes B listen on a port and forward to C
It could be that the embedded device has no gateway/route to your home PC range 192.168.221.xxx..
Answer to below queries]
You are on host A.
|
|
I have SQL Server 2005 Express Edition installed on my Windows 7 host machine, and I would like to be able to access that from a Windows XP Virtual PC.
This way, I can develop using Delphi 7 on XP alongside Visual Studio projects on Windows 7 which both...
Started by Simon Hartcher on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
To allow a ping the firewall on your windows 7 host and now try to connect from your virtual XP machine (also disable installing the "XPMode" supplement to "....
This will ensure the SQL Browser service is startup upon reboot .
To Automatic.
|
Ask your Facebook Friends
|
I have an interesting situation that I need help with. I have a total of 3 computers, one desktop with Windows 7 64-bit, one laptop with Windows 7 64-bit and another desktop with Windows Vista 32 bit. Both Windows 7 computers are upstairs and the Windows...
Started by syntaxerr on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at techguy):
C:\Windows\system32>ipconfig ....
Since my desktop downstairs is wireless as well, and my ping times on that computer are between 25ms with interference since my desktop downstairs is wireless as well, and my ping times on that computer.
|
|
I am putting together a SVN demonstration using a WinXP Virtual PC image, and am unable to see my host machine from within the VPC guest OS.
This demo will be performed while disconnected from our LAN, so I installed the Microsoft Loopback adapter on ...
Started by polara on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To enable ....
Disable your host machine's other network adapters for a bit blocks ping requests.
So your host machine's loopback is set to 192.168.3.1 (subnet 255.255.255.0, gateway 192.168.3.1 a different subnet, maybe 192.168.22.1.
|
|
Code:
for i in {0..3}; do ping http://www.pythonchallenge.com/pc/def/$i.html; done
A host should be found at www.pythonchallenge.com/pc/def/0.html.
I get this error for all pings:
ping: cannot resolve www.pythonchallenge.com/pc/def/0.html: Unknown host...
Started by Masi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Browsers can only ....
You can't ping an address, you resolution for www.pythonchallenge.com/pc/def/0.html simply because that's an URL, not a host.
Only want to check if the host is up, ping www.pythonchallenge.com.
|
|
Hi, I am using Virtual PC 2007 with Windows xp Pro as the Guest. Is it possible to add the Virtual PC to the network of the guest PC and to the domain of the Guest PC? I enabled NAT shared networking but that only allows internet access on the guest.....
Answer Snippets (Read the full thread at stackoverflow):
Do you receive an error message?
I have not used Virtual PC, only VMWare workstation on Linux, so I do not....
Then try to ping it using using Control Panel | System.
If you know the IP address of a domain controller, try to ping it.
|
|
Hi,guys.
i was setting up tcp/ip on zos.
now , i can ping zos from my pc successfuly ,but can't ping my pc on zos.
and the HOEMTEST passed sucessfuly.
have you meet this before?
how to solve it?
Started by huangjie on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at ibmmainframeforum):
|
|
I have an interesting situation that I need help with. I have a total of 3 computers, one desktop with Windows 7 64-bit, one laptop with Windows 7 64-bit and another desktop with Windows Vista 32 bit. Both Windows 7 computers are upstairs and the Windows...
Started by syntaxerr on
, 9 posts
by 4 people.
Answer Snippets (Read the full thread at techguy):
C:\Windows\system32>ipconfig ....
Since my desktop downstairs is wireless as well, and my ping times on that computer are between 25ms with interference since my desktop downstairs is wireless as well, and my ping times on that computer.
|
|
I decided to reinstall Windows from scratch. This PC was about 4 years old and I due for a reinstall anyway.
So unfortunately I can't try out some of the great suggestions below.
I've got a weird problem that perhaps someone can provide insight to.
On...
Started by Clay Nichols on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
It took me a couple of days to finally fix .
Going through a different server for HTTP on Internet Explorer?
If so, make sure the host you're connections were dead but ping and nslookup still worked.
|