如何在URL中屏蔽我的IP地址.EX:http://52.41.234.24/applcation/login.aspx [英] How can I mask my IP address in URL .EX :http://52.41.234.24/applcation/login.aspx

查看:108
本文介绍了如何在URL中屏蔽我的IP地址.EX:http://52.41.234.24/applcation/login.aspx的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述






我在服务器上托管了我的应用程序,其中包含一些IP地址.EX:http://52.41.234.24/applcation/login.aspx

这里我想隐藏我的IP地址给用户(52.41.234.24),即我想显示我的网址如

EX:http:// xyz / applcation / login .aspx。



任何人都可以帮忙隐藏这个ip。

我使用C#在asp.net中开发了我的应用程序。 />




提前致谢



我的尝试:









我在服务器上托管我的应用程序有一些IP地址.EX:http://52.41.234.24/applcation/login.aspx

这里我想隐藏我的IP地址给用户(52.41.234.24),即我想显示我的网址喜欢

EX:http://xyz/applcation/login.aspx。



任何人都可以帮助隐藏这个ip。

我使用C#在asp.net中开发了我的应用程序。





提前谢谢

Hi

I hosted my application in server with some IP address.EX:http://52.41.234.24/applcation/login.aspx
Here I want to hide my ip address to users(52.41.234.24) i.e I want to show my url like
EX:http://xyz/applcation/login.aspx.

Can any one help how to hide this ip.
I developed my application in asp.net with C#.


Thanks in advance

What I have tried:

Hi


I hosted my application in server with some IP address.EX:http://52.41.234.24/applcation/login.aspx
Here I want to hide my ip address to users(52.41.234.24) i.e I want to show my url like
EX:http://xyz/applcation/login.aspx.

Can any one help how to hide this ip.
I developed my application in asp.net with C#.


Thanks in advance

解决方案

中,您无法隐藏IP地址,因为这是地址。即使使用域名,也会使用DNS解析为IP地址。



与电话号码比较:必须知道他们才能打电话。如果您不知道具体号码,则无法呼叫收件人。您的电话簿就像DNS:它提供了特定名称的号码。



例如:

如果输入http:/ /www.codeproject.com进入Web浏览器的地址栏,浏览器将查询DNS服务器以获取对应的IP并使用它连接到服务器。



您也可以在地址栏中输入http://76.74.234.210。



要获取已知服务器的IP号,您可以使用命令行工具 nslookup (Linux使用 dig ):

You can not hide IP adresses because that are "the" adresses. Even when using domain names, that will be resolved to IP adresses using DNS.

Compare with telephone numbers: They must be known to call. If you don't know a specific number, you can't call the recipient. Your phone book is like DNS: It provides the number for a specific name.

An example:
If you enter "http://www.codeproject.com" into the address field of your web browser, the browser will query DNS servers to get the correspoding IP and uses that to connect to the server.

You can also enter "http://76.74.234.210" into the address field instead.

To get the IP number for a known server, you can use the command line tool nslookup (with Linux use dig instead):
nslookup www.codeproject.com
Server:         127.0.0.1
Address:        127.0.0.1#53

Non-authoritative answer:
Name:   www.codeproject.com
Address: 76.74.234.210





因此,当您发布域名时,每个人都可以获得您的IP地址。



So everybody can get your IP address when you publish your domain name.


你无法在网址中隐藏IP地址,只是因为客户端输入了它,所以它没用。

但你可以隐藏这样一个事实,即带有域名的URL被重定向到一个ip地址。



当你拥有一个域名时(www.xyz),你有DNS设置,你必须告诉域名的位置

在DNS设置中,你有一行为每个子域进行翻译

You can't hide the ip address in a url, simply because the client typed it, so it is useless.
But you can hide the fact that the URL with domain name is redirected to an ip address.

When you own a domain name (www.xyz), you have DNS setting where you have to tell where the domain name leads
In the DNS settings, you have a line that do the translation for each subdomain
SubDomain: www.xyz
Line Type: A
Destination: 52.41.234.24


这篇关于如何在URL中屏蔽我的IP地址.EX:http://52.41.234.24/applcation/login.aspx的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆