You can't prevent a website to know your IP. If you do prevent it, it would be unable to answer your request. If you are really interested in anonymity have a look at proxy servers, especially at high anonymity proxies.
一旦您与远程主机建立连接,您的 IP 地址就会被泄露。您不能简单地说,“我想要连接,顺便说一句,我的 IP 地址是 123.123.123.123”。
网络服务器会告诉它执行什么脚本,从哪个 IP 地址执行连接 。连接已建立(并发出请求)。
As soon as you establish a connection to a remote host, your IP address is revealed. You can not simply say, "I'd like to connect, and by the way, my IP address is 123.123.123.123".
The webserver will tell what ever script it executes, from which IP address the connection was established (and request made).
您的 IP 地址位于每个 TCP 段中。远程网络服务器(您的网络浏览器连接到该服务器)将使该信息可供托管站点使用。
要发送不同的 IP 地址,您有多种选择。您可以使用代理服务器并传输其IP地址。或者,如果您不想收到任何信息,您可以使用IP 欺骗!
Your IP address is in every TCP segment. The remote web-server (to which your web browser makes the connection) will make this information available to the hosted site.
To send a different IP address, you have a couple of options. You could use a proxy server and have its IP address transmitted. Alternatively, you could use IP Spoofing, if you don't want to receive any information back!
您应该阅读 TCP/IP。简而言之,TCP/IP 数据包包含原始 IP 地址,因为它必须符合 IP 协议并发送有效的 IP 标头。
You can't prevent a website from knowing the IP, that sent the request. At best you can route it through a proxy, so the website resolves the IP of the proxy server.
You should read up on TCP/IP. In short, TCP/IP packet contains the originating IP address, because it must conform to the IP protocol and send a valid IP header.
发布评论
评论(4)
您无法阻止网站了解您的 IP。如果您阻止它,它将无法响应您的请求。如果您确实对匿名感兴趣,请查看代理服务器,尤其是在高匿名代理。
You can't prevent a website to know your IP. If you do prevent it, it would be unable to answer your request. If you are really interested in anonymity have a look at proxy servers, especially at high anonymity proxies.
一旦您与远程主机建立连接,您的 IP 地址就会被泄露。您不能简单地说,“我想要连接,顺便说一句,我的 IP 地址是 123.123.123.123”。
网络服务器会告诉它执行什么脚本,从哪个 IP 地址执行连接 。连接已建立(并发出请求)。
As soon as you establish a connection to a remote host, your IP address is revealed. You can not simply say, "I'd like to connect, and by the way, my IP address is 123.123.123.123".
The webserver will tell what ever script it executes, from which IP address the connection was established (and request made).
您的 IP 地址位于每个 TCP 段中。远程网络服务器(您的网络浏览器连接到该服务器)将使该信息可供托管站点使用。
要发送不同的 IP 地址,您有多种选择。您可以使用代理服务器并传输其IP地址。或者,如果您不想收到任何信息,您可以使用IP 欺骗!
Your IP address is in every TCP segment. The remote web-server (to which your web browser makes the connection) will make this information available to the hosted site.
To send a different IP address, you have a couple of options. You could use a proxy server and have its IP address transmitted. Alternatively, you could use IP Spoofing, if you don't want to receive any information back!
您无法阻止网站了解发送请求的 IP。最好的情况是您可以通过代理进行路由,以便网站解析代理服务器的 IP。
您应该阅读 TCP/IP。简而言之,TCP/IP 数据包包含原始 IP 地址,因为它必须符合 IP 协议并发送有效的 IP 标头。
You can't prevent a website from knowing the IP, that sent the request. At best you can route it through a proxy, so the website resolves the IP of the proxy server.
You should read up on TCP/IP. In short, TCP/IP packet contains the originating IP address, because it must conform to the IP protocol and send a valid IP header.