1
vote
1answer
73 views
hosts file seems to be ignored
I have almost fresh Ubuntu desktop box. OS was installed two weeks ago and updated from karmic repositories. Last week I had no problems with DNS. But this week something had changed. I'm not sure …
0
votes
3answers
41 views
Set initial path for a SSH config host
What would I have to add to a SSH hosts entry in my config file so that everytime I ssh into that host, I get sent to specific initial path?
Host foobar
HostName foobar.com
User …
4
votes
2answers
83 views
/etc/hosts , /etc/sysconfig/network and hostname?
I need to do the hostname changes on a centos server which will serve www.myserver.com
What do I need to do in /etc/hosts, /etc/sysconfig/network and with the hostname command?
In …
1
vote
1answer
110 views
CNAME record/alias in windows hosts file?
Is it possible to enter some sort of CNAME record or alias in the windows hosts file (C:\Windows\System32\drivers\etc\hosts)?
Basically I want to forward all requests made to host A to host B, …
0
votes
1answer
140 views
sendmail on ubuntu (9.10) machine “stopped” sending mail
I'm developing on my ubuntu 9.10 machine for the web (php).
I'm using it sendmail for sending mails, and while developing on my local machine, I send local mails (to my user 'doron').
Up until a …
0
votes
2answers
82 views
HOSTS / LMHOSTS files on XP System in a AD Domain
I have found that with in my Active Directory (Windows 2003 Interm), there are 4 DC and each is a GLOBAL CATALOG SERVER. So in theory any should be able to authenticate users.
that our XP Clients …
8
votes
5answers
350 views
Renting a dedicated, but getting a VPS. How to detect?
When renting a dedicated server, how can one be certain than he/she is not getting a VPS or some other virtual machine variant instead of a true dedicated hardware box?
Which checks can be run …
2
votes
3answers
124 views
Alternate to /etc/hosts
We have a server on which we host private services. These services can also be access from rest of the world but there is slight difference on application level based on from which IP request came.
…
1
vote
2answers
117 views
Hosts file vs DNS for data center management
Hi.
What are the cons and pros of using hosts files (updated via Puppet for example) vs DNS for data center machines management?
I'm looking to switch from the tedious IP scheme, but concerned about …
0
votes
1answer
95 views
Testing Tomcat with Virtual Hosts
I'm trying to test Tomcat virtual hosts on my dev machine (windows 7/Tomcat 6).
I'd like to have requests for localhost, test1.localhost and test2.localhost all route through to the same tomcat …
0
votes
0answers
19 views
Keyboard issues in Windows workstation host
Does anyone have problems with keyboard related issues in the VMWare Workstation host? I personally have problems with standard Windows shortcut keys not working in Windows common controls …
1
vote
4answers
344 views
What can cause a DNS lookup to ignore a hosts file entry?
I'm having a DNS resolving issue that is affecting the performance of my locally hosted web site when browse it on my local machine. If I attach my network's DNS suffix to my local machine name when …
1
vote
10answers
697 views
HOSTS file being ignored
My (Windows XP, Professional, v2002, SP3) workstation is completely ignoring my hosts file.
Here is the code in my hosts file:
127.0.0.1 localhost
172.17.1.107 wiki
But, when I open a …
1
vote
4answers
242 views
Per-user hosts file
Is there a way to define host aliases (like in /etc/hosts) on a per user basis, i.e. in a file /home/user/.hosts ?
My primary objective is to easily share host aliases via rsync between the machines …
0
votes
4answers
324 views
Wildcard *.local hosts to apache on OS X
I would like to route all my *.local or *.dev domains to a specific IP, either the IP of my Ubuntu VM or localhost. Is this possible? Can I use the /etc/hosts file?
I am running Mac OS X Snow …