Topic profile page for Host name.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Host name.
Topic "Host name" was discussed 6,180 times on 701 sites in last 3 months
Started 3 days, 13 hours ago (2009-12-04 07:46:00)
by asifbasha
Hai to all i am new to fedora . I have installed fedora 11 in my system , during the installation process it prompted me to enter the IP ,local host and local domain name .i have entered something .but my question is that how to change that IP and the domain name which i was given in the installation process . Any idea will help me . And thanks in advance
Started 4 days ago (2009-12-03 20:45:00)
by paul-lmi
I'm building an integration with an application that requires me to pass in a callback reference to a CSS file hosted as a Static Resource. In order to properly handle both SSL and non-SSL deployments via Force.com Sites, I needed to dynamically determine * Protocol * Host name * Static Resource path Host name and Resource path are done using existing examples, but finding ...
Started 6 days, 14 hours ago (2009-12-01 07:00:00)
by nagendrar
I know host ip of system in domain.But I don't know the hostname of that system. Please give small example to get host name from host IP using C. ThanQ, Nagendra Rednam
Started 1 week, 1 day ago (2009-11-29 08:42:38)
by yuko.aihara
Hi, I follow the tutorial in this site to configure FTP over SSL. When Host Name binding is left unspecified, it works well. However when I use Host Name binding, it does not work. Any suggestion please. Thank you in advance. regards, Yuko
Started 1 week, 2 days ago (2009-11-28 18:23:00)
by WDBY
Internet Explorer cannot display webpage: Identified problem - Windows cannot find host name " www.msn.com " using DNS. The Domain Server may be down. However, I have no problems with other PCs in the house. Using Wireless access. No problem when using public WiFi, just at home on my secured network. Never had an issue until 48 hours ago. 1 person needs an answer I do too
Started 1 week, 6 days ago (2009-11-24 14:11:00)
by vovando
Hi, we have a couple of S8720 servers and the host name is not up to company standards. the naming convention dictates we must change the host name. I see that in the web interface, there is a setup page to configure server and set identities, is the only place where I need to change the host name? looking at the big picture, does any one see any issues with making these changes? the ...
Started 2 weeks, 2 days ago (2009-11-21 13:20:00)
by appguy
Hi all, Again I have a feeling this question might be a very basic one for experts, so please bear with me... Here is the question, I have an instance, I install my applications on it and now I make an AMI of it. When I install my application on my original instance (the source for the AMI) I get the following message: Resolved hostname-ip-xxxxxxxx.ec2.internal...
Started 2 weeks, 5 days ago (2009-11-18 10:07:00)
by bmaniar
Hi We get the following error message while trying to add a new system to LCM. (LCM > Administration Option > Manage System > Add) server1:port# has already been added. We were able to successfully add one of our systems to LCM. However, we get the above error while adding another systems. Issue is that, all our systems - Dev/SIT/QA environments are on the same...
Started 6 days, 22 hours ago (2009-11-30 23:26:00)
by yuko.aihara
lextm: The funny thing comes from the client you use, http://blogs.iis.net/webtopics/archive/2009/11/05/ configuring-ftp-7-5-with-host-header-and-ssl.aspx Regards, I use FileZilla, but I am not sure whether it is realible or not even though it transfers my data. I need a tool to scan the data transmission to make sure it really transmitted securely. But it ...
Started 5 days, 22 hours ago (2009-12-01 23:18:00)
by nagendrar
I got hostname following way int main(){ hostent * sHostent = 0; char hostname[1024]; unsigned long addr = inet_addr(""); if (addr != INADDR_NONE) sHostent = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET); if (sHostent) //Host address is a name { sprintf(hostname, "%s", sHostent->h_name); printf("===%s",hostname); } }
Started 1 day, 21 hours ago (2009-12-06 00:19:00)
by pobrika
The above won't give you a persistent host name,so when you reboot you will lose it. you need to edit: /etc/sysconfig/network Make sure you also edit your /etc/hosts file and and your hostname to that too.
Started 1 week ago (2009-11-30 14:00:00)
by LiquidWebTravis
Quote: Originally Posted by anteck Hey all, I've come here looking for some advice. I have a VPS with Liquidweb (basic VPS Package) , but it's having problems. What is your ticket number or host name so that I can look into this for you? Thank you
Started 1 week ago (2009-11-30 21:23:00)
by Shaggy
Once you point the DNS records to the new host theres generally a propegation time as the ttl on the records expires. e.g. If the current TTL on your www record for yourdomain.com is 60 minutes that means unless someone manually refreshes their dns cache, they will continue to point to the old host. Generally, most ISPs these days honor the TTL since the extra dns traffic isn't a huge deal. ...