Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
10answers
29k views

Does hosts file exist on the iPhone? How to change it?

I am developing an application that query to the server. In my Mac, I use the hosts file to change the dns to point to a local server within my local area network. Now I need to test it with my ...
13
votes
3answers
6k views

Mac OSX Lion DNS lookup order

After upgrading to Mac OSX Lion I figured out that /etc/hosts is not looked up in first place for name resolution anymore. This leads to some side effects like: Entries in /etc/hosts are resolved ...
8
votes
1answer
229 views

Can I temporarily override DNS resolution within a .NET application?

I have some wrapper code that runs a set of NUnit tests that scan live websites for certain response codes. I'd like to run these tests against a different server. When running manually, I can do ...
6
votes
3answers
2k views

Android hosts file usage

I have the following problem: I make a custom hosts file to test some features of my application and then push it to my android emulator. The thing is that these settings do not take effect ...
5
votes
3answers
1k views

How can I programmatically edit the hosts file in Windows 7/Server 2008?

I'm writing a little WPF utility to manage entries in the hosts file for dev purposes. As you might know the hosts file is protected by the newer OSs (Win 7/2008/Vista). I've added a manifest to my ...
3
votes
2answers
279 views

How do I clear System.Net client DNS cache?

I'm using the .NET WebRequest while changing my HOSTS file. I'm observing that System.Net doesn't honor those changes - how can I make it do so? I have a number of servers load-balanced behind a ...
3
votes
3answers
997 views

Windows GUI tool for enabling/disabling hosts file entries?

When doing customer tests on web sites or web applications that rely on specific host headers, it might be necessary to temporarily add one or more lines to the hosts file on the customers PC. While ...
2
votes
2answers
491 views

Prevent Chrome from caching a site's DNS records

Chrome caches DNS records and tends to ignore changes to the hosts file after it has successfully connected to my site (barring a restart). With DNS pre-fetching enabled, it is even more pronounced. ...
2
votes
2answers
517 views

DNS resolving based on client IP

I want to configure bind/write driver that resolves DNS requests based on the ip address of the client. We want to unify the domain names of all test environments for our web application. Instead of ...
2
votes
3answers
1k views

XCOPY hosts file on vista from a batch file

I need a command to replace the hosts file on my machine. Seems pretty straight forward but I cannot get the command to work with xcopy. Any obvious flaws in the command? luaexec -w -f "XCOPY" ...
1
vote
2answers
229 views

IOError: 13, 'Permission denied' when writing to /etc/hosts via Python

I have a Python app that I'm working on that needs to access the hosts file to append a few lines. Everything worked on my test file, but when I told the program to actually modify my hosts file in ...
1
vote
0answers
149 views

Unable access website added in hosts file in MAC OSX

I have added a hostname in the /etc/hosts/ file in Mac OSX,when i try to run the URL with the hostname in the browser i couldn't able to access it , but when i try to access it with IPAddress I could ...
1
vote
1answer
54 views

Domain forwarding or masking on local machine only? [closed]

I'm sad to have to ask this question, but I'm not even sure of what to call what I'm trying to do, so Google isn't much help. I'm doing some work on a company website from outside the company's ...
1
vote
4answers
618 views

How do i change the hosts file in a windows program?

how would a program in c++/ C / c# program change the hosts files content in windows? I know this sounds like phishing, honestly not.
1
vote
1answer
397 views

Setting Up WordPress MS Locally with Port 8888 with XAMPP

I have installed XAMPP and edited the httpd.conf file because my port 80 is busy. So I have the following: Listen 0.0.0.0:8888 Servername localhost:8888 Everything works fine until I try to install ...
1
vote
1answer
115 views

Checking hosts file entry with PHP?

I'm creating a 'domain locking' script. Basically, the script will check my website to make sure that the host its running on is allowed to run it. I don't want them to be able to modify their host ...
1
vote
2answers
569 views

Wordpress url shows page not found on localhost, but online its fine

I have installed wordpress, now the http://localhost/wp-login.php and the likes are okay. Assuming that I want to go to a page such such as http://localhost/something-here/ gives me a 404 error. ...
1
vote
1answer
311 views

IKVM C# to Java Interop with Callback using IKVM

I've started using IKVM to translate Java libs into .NET CIL. I can successfully write a C# program that pulls in (inproc) a translated Java assembly as a reference and make calls to the translated ...
1
vote
1answer
144 views

Selenium: Is there a way to change the hosts file on the machine the server is running on

I want to make the browser open a local url with a name of the live url. Meaning that when I do: sel.open('http://live-url/) selenium will actually open the local url. One would test this by ...
1
vote
2answers
632 views

Best way to determine if a domain name would be a valid in a “hosts” file?

The Windows Hosts file allows you to associate an IP to a host name that has far greater freedom than a normal Internet domain name. I'd like to create a function that determines if a given name would ...
0
votes
1answer
47 views

Mac OS X ignoring hosts file [closed]

Mac seems to be ignoring new changes to my hosts file. Older changes work without a problem. I've spent the past 4 hours trying to figure this one out. Help! I have folders for each site that I ...
0
votes
4answers
101 views

Denied Access to Hosts File

I just can't get into it. No matter what I do... It resulted from malware, my hosts file was "turned" into a system file that can not be altered or deleted in any way, shape or form. I have ...
0
votes
1answer
448 views

iPhone: add entry to /etc/hosts without jailbreaking

For my development process I need to access a webserver which is behind a VPN and has no DNS entry. What I was doing on 4.x was to edit /etc/hosts on the iPhone, and add it to the hosts file. Now I'm ...
0
votes
1answer
33 views

Windows - Private hosts file for a certain environment

I've an application running on a dev server and connecting to a dev-db hosting an oracle instance. Now i'm deploying the on a prod/prod-db machine Since the dev-db url is hardcoded inside the java ...
0
votes
1answer
110 views

Forward Traffic with Window's Host file?

A long time ago I found some guide that showed how to use the Windows Hosts file to forward traffic to another IP/Port. We setup a clients server on one IP/Port, and they wanted it changed to another ...
0
votes
1answer
125 views

Hosts file ANTLR grammar

Is there an existing, working hosts file grammar on the web? I checked out list on http://www.antlr.org/grammar/list, but I didn't find it there. I also checked the hosts file entry in Wikipedia, ...
0
votes
0answers
47 views

Android url mapping

Android noob here. I have an android application that connects to a service. The url for the service is: my.example.com What is the best (easiest) way to be able to specify a mapping such that when ...
0
votes
2answers
389 views

Getting hosts file location in Java

How can I get the location of the hosts file when using my application on different platforms?
0
votes
2answers
107 views

How to easily switch between dev and prod environments

What is the best way to get dev and test browsers to resolve our production domain name to dev and test environments? Say our production domain is widgets.com. In the past, we've used internal DNS ...
0
votes
1answer
216 views

.NET Socket.Connect Resolve Host name to IP Address

I'm looking at the .NET socket connect function in some code. http://msdn.microsoft.com/en-us/library/d7ew360f.aspx This function takes in a string as an argument that represents the name of the ...
0
votes
1answer
248 views

Bind DNS host pointing name servers to different IPs

Okay, at the moment i have my domain's host file which was generated by the Webmin control panel. I have a box to myself with several IPs and i want to make use of more than one. I don't fully ...
0
votes
1answer
217 views

hosts file with multiple entries crashes browsers

127.0.0.1 www.whatever.com 111.1.1.1 www.whatever.com 127.0.0.1 www.whatever.com The 111.1.1.1 in the second line can be any non-127.0.0.1-address. Under Windows XP, Firefox/Chrome. Why is it ...
0
votes
1answer
57 views

Customise DNS per-process

Is it possible (on Windows) to simulate a "per-process" hosts file? Or, is it a feature of any current web browser to be able to customise the DNS mapping? Edit: For example, a side-by-side test lab ...
0
votes
1answer
2k views

Windows hosts file and IIS binding question

I'm building a few SharePoint sites, and I want to make use of zones so I may set security different in the various zones. My workstation has a local SharePoint, and I use it for development. My ...
0
votes
2answers
2k views

blocking website via hosts file not working?

I'm trying to block a website using the hosts file using this tutorial : http://hackspc.com/how-to-block-a-website/ but It doesn't work, the website I'v blocked In this case facebook still shows up, ...
0
votes
1answer
283 views

localhost working 127.0.0.1 broken in Safari

I'm running an http server on a non-standard port on a Mac Powerbook G4 running OSX 10.5.8 and attempting to open a page in Safari 4.0.4. When I use the IP address 127.0.0.1 in the url Safari shows an ...