hosts file for ip address
Posted
by Jon Clegg
on Super User
See other posts from Super User
or by Jon Clegg
Published on 2010-05-12T16:18:31Z
Indexed on
2010/05/12
16:44 UTC
Read the original article
Hit count: 297
I would like to map ip address to specific localhost interfaces (e.g. 23.45.66.77 => 127.0.3.3). For named hosts I can use the hosts file. Naturally this doesn't work for IP address.
This has to work in windows, the only option I've found so far is implementing a TAP/TUN driver like openvpn does.
Are there any other options?
© Super User or respective owner