|
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 used to use an application that could ping or maybe run a port scan on a machine even if the machine was configured to not allow it.
I am currently trying to ping a remote machine on our WAN, but I have configured the machine to not allow ping. Is there...
Started by cop1152 on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at serverfault):
For instance, if the machine is a web server, and has port 80 open on the machine? One way to....
Also, if you want something that includes to an open tcp port on the machine.
Icmp (ping), such as TCP (as telnet does) and UDP.
|
|
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.
|
Ask your Facebook Friends
|
On my home network, connected by means of a LinkSYS WCG200 Wireless-G Cable Gateway and a Unicom switch I have several computers.
One of these is an XP Home machine that I can ping by IP but not by name. Also from this machine I can ping other computers...
Started by Guy on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
On that XP machine is blocking the ability to use NetBIOS based computer browsing or the Computer Browser? It means that it translates names into IP addresses and provides IP addresses to client machine which you, there is a registry setting....
|
|
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.
|
|
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.
|
|
My machine, running WIndows 7 x64 enterprise can no longer ping or use the DNS of my AD 2003 Server. I can also ping all other pc's on the network, and my router just fine.
Windows Firewall off, A/V off (Tren Micro Worry Free), reset TCP / IP and changed...
Started by psytropic on
, 14 posts
by 7 people.
Answer Snippets (Read the full thread at spiceworks):
I stop being able to browse it by name or ping disabled on this pc....
On the client Win7 machine?
XP when you boot into that is DHCP / Static?
can it ping the firewall or router to me for one server 2003 machine in particular.
|
|
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
, 17 posts
by 13 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....
|