|
I have Windows 7 installed as my primary operating system, on a laptop that's on my home network (wireless).
I'm using Microsoft Virtual PC 2007 SP1 to run a virtual machine of Windows XP SP3, in which I want to access the Windows 7 instance, both to ...
Started by Jonathan Conway on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Want to be able to ping/resolve by name, a quick fix would be to just add an entry to your hosts file/library/bb727005.aspx
When you are trying to ping the Windows 7 hostname, it is not local, you do not have a DNS.
|
|
I have a Windows 7 (Home Premium) machine that doubles as a media centre and subversion server. There's a couple of problems with this setup, when connecting to the server from an XP (SP3) machine:
Firstly, the machine won't respond to it's machine name...
Started by rjohnston on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It could be that it takes a ping request for DNS queries to resolve / find.
If the IPs never change, personally issues on your network .
That machine - after the ping, the hostname gets cached.
|
|
I'm just setting up Hamachi, but having some trouble. I have a Hamachi instance running on my Linux machine at home and I'm trying to connect to the Samba share on it via my Windows laptop. The Hamachi UI on my laptop shows a 5.x.x.x IP address with a...
Started by benmccann on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
However, I have not found connecting....
You should try joining other networks and pinging one firewalls.
In fact, ping is even built into kernel.
Ping service is not related to HTTP (web) service.
Wireless and see if you can connect then.
|
Ask your Facebook Friends
|
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):
If this was me, I would disable the secondary....
As for the work and embedded machine.
User@192.168.1.zzz
Once you authenticate to your work machine, ssh will be listening locally on port 8000 machine are on completely separate networks.
|
|
I (and a colleague) have just noticed, and tested, that when a Linux machine is pinged, after the last ping it initiates a unicast ARP request to the machine that initiated the ICMP ping. When pinging to a Windows machine, the Windows machine does not...
Started by Rabarberski on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
This is to prevent presuming you....
Linux sends various unicast ARP requests to update it's ARP cache .
It could be useful information for tracking down ping spam.
The machine answers a ping series or certain number of pings.
|
|
I am having an interesting issue, on my exchange server, the message store is mounted and I can ping it from any machine. But anytime I set up a mailbox on a client machine, it allows me to configure the mailbox and even underlines the server and full...
Started by William on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Some random question:
Which version of Windows is running on the server? Which Exchange service pack and update rollup are applied? Is this only a mailbox server os is it also running the Hub Transport and/or CAS roles? Which version of Outlook? Which... .
|
|
Hello
I work for a company that has staff in India who print to networked printers in UK.
The way it worked is they print to a local workstation which is configured to route to an ip address of a printer in the UK.
There is presently 13 printers set up...
Started by tlancaster on
, 16 posts
by 12 people.
Answer Snippets (Read the full thread at msfn):
Logfile,True) strText = objTextFile.ReadAll objTextFile.Close wscript.echo "Ping batch starting ","&"Ping Report -- Date: " & Now() & vbCrLf arrComputers = Split(strText, vbCrLF) for each item in arrcomputers objShell.Run "cmd /c ping....
|
|
I have Vista Home Premium (x64) machine at home. I have www.google.pl set up as my default search engine in IE8.
Sometimes (since one month or so) when I search for something IE gives me "dns error" message and it cannot find www.goole.pl for 10-15 minutes...
Started by SeeR on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Nslookup and ping -4 "work.
To be from your DSL router then the problem is most likely there .
|
|
HI Team,
I'm running a Rhel 6 on my machine and i have installed a vmware workstation on it,
created 2 esx 5i servers & 1 2003,2008,rhel 6 servers separately i'm able to ping the servers that are built in vmware workstation but i'm not able to ping those...
Started by ragatinavin on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at linuxquestions):
Base Machine....
Thank you 'host' and 'guest' Hi Team,
HOST MACHINE MEANS THE BASE ON WHICH VMWARE WORKSTATION IS RUNNING ON.
Can you help me out...
From the host machine i'm not able to ping the base machine and vice versa.
|
|
Im getting frustrated because of OpenDNS and other services (ie: roadrunner) that now always returns a ping even if you type any invalid url ie: lkjsdaflkjdsjf.com --- I had created software for my own use that would ping a url to verify if the site was...
Started by schmoopy on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Such as sending me a page when a....
To see if a service is up, not only should you ping like that.
It will check not only whether the machine is active, but also whether the HTTP server is accepting connections.
Wget is a nice alternative.
|