A hostname is a human-readable nickname that is assigned to a device connected to a computer network and that is used to identify the device.

learn more… | top users | synonyms

1
vote
1answer
23 views

Zend Framework Router Hostname and Multi-Language support

Last two days I was fighting with Zend Framework Router and still didn't find solution. Existing project has 2 different modules which work with the same domain e.g. www.domain1.com: default - ...
0
votes
1answer
24 views

DNS nslookup pulls hostname of EX employee but when I ping the machine it's UP [closed]

Is there a way to identify who this user is if the DNS record is wrong. I have an IP address to work with.
1
vote
1answer
22 views

Hostname with Special Caracteres

In my WCF service, I need to publish it in the Bonjour service. The reason for this is to make the customers that consume my service know which computer it is running. This works well. But when I ...
0
votes
1answer
51 views

Deploy ASP.NET to intranet server with host name,keeps asking me for credential

i am deploying an ASP.NET 4.0 Application to a production server . The server is an intranet server. In the binding of the site, I assigned an IP Address and a port number and it works fine in the ...
1
vote
0answers
22 views

ZF2 Routing Confusion

I am sure the answer to this is obvious, but it is eluding me right now. I have the following code in my module.config.php 'subdomain' => array( 'type' => 'Hostname', ...
0
votes
0answers
75 views

Change ADB device name Galaxy S3

I want to change the device name which is shown in ADB. In Settings > Applications > Development is no entry like "Device Hostname". I don't want to change the net.hostname.
0
votes
2answers
47 views

Get the host name from url without www or extension in asp.net

Hello i need a way to find out the host part of an url , i've tried Request.Url.Host.Split('.') but it doesn't work with url like this: sub.sub.domain.com or www.domain.co.uk since you can ...
1
vote
1answer
61 views

RMI seen from Internet but not from LAN

this is my first post in stackoverflow, i'm trying to implement a chat using RMI but i'm stuck, i am avoiding the use of rmiregistry, everything was binding well on localhost, but i need it to be ...
0
votes
2answers
70 views

How to get hostname in Solaris machines, through perl script?

I tried this in linux machines my $a = $ENV{HOSTNAME}; print "\nhostname = $a\n"; i get this, hostname = sims5.eng.netapp.com i tried same in Solaris, but i get nothing. hostname = I can ...
-2
votes
1answer
115 views

Scannig the local network and get MAC, IP and Hostname in C++ or C# [closed]

I'm in trouble finding a suitable solution to my problem, and I hope you can help me with. I wanna scan the local network in a Windows 7 environnement, and I must return: - IP - MAC address - hostname ...
0
votes
2answers
58 views

Resolve IP Address to obtain Alias

I want to resolve a IP address but I don't get the desired result. I want to retreive the real web name something like this: http://www.google.com But what I get is: mad01s14-in-f6.1e100.net Public ...
0
votes
1answer
62 views

Find hostname of device on local network with PHP

I'm trying to determine the hostname of devices on the network to store to show more human information to my users as my source file unfortunately doesn't contain this (and is dynamic so I need to ...
-2
votes
2answers
44 views

Changing Linux hostname using PHP script

I'm trying to change the Linux hostname with PHP script. I could do it directly on the Linux machine using the command hostname But when I use the below PHP Statement .. it didn't work. system('sudo ...
1
vote
0answers
21 views

discover live hosts by partial hostname

my current problem is that I want to ping all the systems that start with given set of characters and get the systems that are responsive to a text file. I do not know the complete hostnames, I just ...
1
vote
1answer
40 views

Get Domain from IP

I am just playing around with some web crawling, and I just have a question regarding getting host names, I am coming from this question regarding getting host names. I'll use an example to ask my ...
1
vote
3answers
53 views

Get request host in PHP

I'm developing a website by Zend. Some people create a html file imitate my login view. Action in form point to my controller to submit. I don't other login outsite from my websites. So how can I ...
-1
votes
1answer
120 views

Host name lookup failure in send mail [closed]

I am sending mail via Sendmail. But it gives error in maillog "Name server: mail.example.com: host name lookup failure." What might be the problem?
0
votes
0answers
95 views

PostgreSQL full backups script not working

I'd like to use backup script that is provided in (my scripts are the same as in given link, only configuration changed): http://wiki.postgresql.org/wiki/Automated_Backup_on_Linux In ...
0
votes
0answers
8 views

Have the Server-Hostname to be a valid registrated Top Level Domain?

For my understanding. 1.) Have the hostname of any server to be a valid registrated Top Level Domain? 2.) Which impacts must I expect, if I set a "wrong" hostname to my server? (Mail?) Big Thx for ...
0
votes
1answer
115 views

Java Script to get localhost+htdocs folder

I have following url to be build, http://localhost/myweb/cart/index.php I want to get the http://localhost/myweb/ bit build dynamically. To do that on my live web site which is ...
0
votes
0answers
66 views

How to get a list of all host names assigned to the same IP address

In my DNS, there are a few hosts that have the same IP address. How can i get a list of all of them through C#? Dns.GetHostEntry("10.0.10.10") returns only one of them (the one you get with ...
0
votes
2answers
68 views

How can I get my hostname within a function?

the unix hostname program gives me an exceedingly simple way to get my "real" hostname (not localhost. For example, for me it's currently unknown74e5[...]df7.att.net). But how can I do this inside of ...
0
votes
1answer
42 views

/bin/dash cannot find hostname

I have newly installed a remastered ubuntu 12.10. after installation I ran a script to make a standard user and do some other works. now when I log into the new standard user and open terminal, it ...
0
votes
0answers
66 views

error: unable to resolve host

I'm getting some errors: _IceTransSocketUNIXConnect: Cannot connect to non-local host andy-VGN-NR38E-S _IceTransSocketUNIXConnect: Cannot connect to non-local host andy-VGN-NR38E-S (gedit:14803): ...
0
votes
1answer
165 views

Hostname discovery for all machines on a network

Problem: I am developing a graphical front end for a distributed CPU/GPU simulator. As this simulator utilizes MPI, it requires a hostfile detailing the hostnames for all computers being used on the ...
-4
votes
1answer
34 views

How to configure vsftpd to show host names in the log [closed]

Can someone tell me how to configure vsftp to display host names rather than ip addresses in the log file?
3
votes
2answers
29 views

Collect information about current server in cross platform way

We have some java apps, may be invoked from the command line or inside a web server. Either way they log to a central database. It would be very useful to be able to setup our java apps to read the ...
0
votes
1answer
198 views

C# determining if an IP address represents a real host

Problem: there's an input field in an application where the user can enter either host name or IP address. I need to tell if the entered address corresponds to a real host. I'm not talking about a ...
1
vote
1answer
43 views

How can I extract RFC1123 hostnames from a string using regular expressions?

I'm looking for a regular expression that would match anything that could be a valid RFC1123 hostname in a string that can contain anything. The idea is to extract everything that could possibly be a ...
1
vote
2answers
110 views

How to extract hostname within “ping -a” output?

I have to extract hostnames within "ping -a" outputs, but I can't figure it out, I was thinking about using regular expressions. I would need to extract characters between r  and  [ to get ...
1
vote
1answer
177 views

How do I get hostname of iOS device [duplicate]

I'm not sure how to get the hostname of my iOS device? I'd like to compare NSNetServices against it, to ensure that it doesn't include its own hostname in the list of available services.
-3
votes
1answer
214 views

How to set environment variable for hosting and port

I have a coding like this var express = require('express'); var app=express(); var mongodb = require('mongodb'); var Db=require('mongodb').Db; var Server=require('mongodb').Server; var client=new ...
0
votes
2answers
158 views

Symfony2 and hostname problems

I can try to map the url the next way: en.test.example.local | en.example.com AND admin.test.example.local | admin.example.com With admin I don't have any problem working fine but, when I try to ...
0
votes
2answers
156 views

Java - How to invoke a IP Address to find host name?

The code I've made automatically returns the host name. But instead of returning my machine's host name every time. I want to checkup on other machines as well (for testing purpose). By that I mean, ...
0
votes
0answers
14 views

Sudden Hostname Changes?

Last evening i hv hd encountered a unique problem within my setup clients. There are 150 client pcs in my domain with manually configured ips no dhcp. The issue is every single pc hostname suddenly ...
0
votes
1answer
45 views

Clickonce application error on mac based windows platform

I developed my application in visual studio 2008 and i deployed it on many computers with windows paltform. Its working fine but there is one mac book who has virtual windows 7 over it. my clickonce ...
0
votes
2answers
439 views

Windows Hosted WCF Service Returns 400 Bad Request Invalid Hostname To JAVA Client

As the title indicates I have a WCF Service hosted in a Windows service. When I use the Visual Studio WCFTestClient it the GetVersion() Method (which just returns a string) works fine. When I attempt ...
0
votes
0answers
144 views

Command to Change Hostname and DNS Suffix of Windows machine

How to change the hostname and DNS Suffix of the current machine using command line, from Windows 2003 Server onwards? I have a computer name as kvivek with suffix as mydomain.com. In short FQDN is ...
0
votes
0answers
233 views

Cannot connect to Linux Samba Share

I haven't found anything specific enough to the issue, and here's why... So most Samba issues involve not resolving a hostname to Windows computers (ie "\\Computer1" or "\\Computer1\Prons"), or one ...
4
votes
2answers
252 views

Get the client hostname in intranet with linux environment using javaScript

I looking for a way to return the hostname of the client, I have seen several posts that say it's impossible to get the machine name, but I think it's possible to have it on the intranet. It's ...
0
votes
0answers
67 views

Is there a way change hostname ip mapping for a process/thread temporarily using ruby or linux command?

Is there a way to set the hostname ip mapping temporarily for a process using ruby or some native linux command? The objective is to make the process aware of the hostname and its ip. The rest of the ...
-1
votes
1answer
178 views

Access via “computername.local” stopped working [closed]

Somehow I recently lost the ability to access the dev server, which is running locally on my Mac, using http://mycomputername.local:3000 I used to be able to access it from any other devices on the ...
0
votes
1answer
74 views

How to get remote hostname via Expect?

I am trying to automate some commands on a remote Unix system using Expect, which try to fetch data based on the remote hostname. An example, expect -re $prompt send "lsnrctl status ...
1
vote
1answer
114 views

Perl and gethostbyname weird behavior

I'm running the following: perl -wl -e 'print gethostbyname ("1234");' 123424Ò also running gethostbyname ("1") returns a defined result, this does not meet with what is written here at all. I'm ...
0
votes
1answer
97 views

Configuring hostname for memcached on EC2 instances

I'm using Memcached on each of my EC2 web server instances. I am not sure how to configure the various hostnames for the memcache nodes at the server level. Consider the following example: <?php ...
0
votes
1answer
117 views

Changing the Linux Hostname with python

I am trying to change the linux hostname by having a python program randomly select a name from a file then setting that as the host name. The code works only when the random digit value is 1. What am ...
0
votes
2answers
65 views

How to pass array of “hostnames” in “InetAddress” method rather than passing one single hostname

How do you pass multiple "hostnames" in following chunk of code where we are only passing one hostname? Is it possible? private static void run() { String host = "www.google.com"; try { ...
1
vote
3answers
66 views

Java find whether two server are running in same machine

I have to find whether two servers are running in same host. I have two hosts but I can't compare them since one can have an ip address and the other may have a hostname. When I dug further I found ...
0
votes
0answers
55 views

On mac, sysctl gives localhost during booting even though hostname is different

I have a daemon process that gets hostname string using sysctl call at the startup and there is a sleep of almost 15 secs and then again i execute the same all to get hostname. Code abstract sysctl ...
0
votes
1answer
125 views

Server-Address in client-side java

I'm trying to get the address that the client has accessed my server. If the client accesses the server with http://localhost:8890 then the server should read exactly http://localhost:8890. If the ...

1 2 3 4 5 7