[{"data":1,"prerenderedAt":198},["ShallowReactive",2],{"blog:what-is-an-ip-address":3},{"zh-CN":4,"en":107},{"blocks":5,"faq":91},[6,9,11,13,17,19,21,23,26,28,36,38,40,43,45,47,49,51,54,56,58,60,62,65,67,69,71,73,76,78,84,87,89],{"type":7,"html":8},"p","IP 地址是设备在网络里的地址：路由器靠它把数据包送到正确的地方，网站也靠它猜你大概在哪个地区。这两件事——「送到哪」和「猜你在哪」——是 IP 地址最常被用到的场景，也是这篇要讲清楚的重点。",{"type":7,"html":10},"很多人第一次认真想到 IP 地址，是遇到了「查到的地址不对」或者「网站提示异常登录」这类具体问题。这篇从 IP 地址本身讲起，再说清楚它在日常使用里到底怎么被用上，最后说说它做不到哪些事。",{"type":7,"html":12},"先说一个经常被夸大的说法：IP 地址不能直接定位到家庭门牌号。它能做到的定位精度，通常只到城市或者运营商机房这一级，再往下需要别的信息配合，单靠一个地址做不到那么精确。",{"type":14,"id":15,"html":16},"h2","bp-what","IP 地址到底是什么",{"type":7,"html":18},"每台联网设备在某一次连接里，都会分到一个 IP 地址，格式是几组数字，或者新一点的格式，几组字母和数字混合。这个地址起两个作用：告诉网络「把返回的数据送到这里」，也被目标网站用来判断连接大概来自哪个地区。",{"type":7,"html":20},"IP 地址不是设备的身份证，更像是快递单上的收件地址——地址对应的是「这次送到哪」，不是「这是谁」。同一台设备换个网络，地址会变；同一个地址在不同时间，也可能被分给不同设备，运营商和云服务商都是按需分配，不是固定绑死给某一台设备的。",{"type":7,"html":22},"地址通常也不是永久绑定的——家庭宽带常见的是运营商定期更换分配给你的地址，手机换个基站也可能跟着换一次。这种「不固定」本身是正常状态，不是故障，不需要因为地址变了就怀疑设备或者网络出了问题。",{"type":14,"id":24,"html":25},"bp-how","IP 地址是怎么工作的",{"type":7,"html":27},"打开一个网页，背后大致按这个顺序发生：",{"type":29,"items":30,"ordered":35},"list",[31,32,33,34],"设备需要知道目标网站的 IP 地址，这一步靠\u003Ca href=\"\u002Fblog\u002Fwhat-is-dns\u002F\">域名解析\u003C\u002Fa>把域名翻译成地址。","设备把请求打包，贴上自己的地址和目标的地址，交给路由器。","路由器和沿途的网络设备，靠这两个地址，一路把包传到目标服务器。","服务器处理完，把结果按原路送回来，同样靠地址找到回去的路。",true,{"type":7,"html":37},"这四步一般在几十到几百毫秒内完成，感觉不到过程，但 IP 地址在每一步里都在被用来「找路」。这也是为什么地址错了、或者中间哪一步接管的地址不对，页面就会打不开，或者打开的是别的地方的内容。",{"type":7,"html":39},"举个例子，如果第二步贴错了地址，或者中间某个环节把地址悄悄换成了别的，回程的数据就会送错地方，表现出来往往是网页转圈转到超时，而不是立刻报错——因为请求确实发出去了，只是回不来。",{"type":14,"id":41,"html":42},"bp-location","网站怎么用 IP 判断你在哪",{"type":7,"html":44},"网站看到一个连接请求，能读到的信息之一就是来源 IP 地址。这个地址通常被分配给某个国家、某个城市甚至某一家运营商机房，网站拿这个信息去查一份地址与地区对应的数据库，得出「这个连接大概来自哪里」的判断。",{"type":7,"html":46},"这份对应关系不是实时精确定位，是基于地址段的归属记录，更新速度和准确度因数据库而异——同一个地址在不同查询网站上，偶尔会显示相邻的城市或者地区，这是数据库本身的误差，不代表连接出了问题。",{"type":7,"html":48},"换一个节点或者代理，对外的地址变了，网站再查这份对应关系，得出的地区判断自然跟着变。这也是\u003Ca href=\"\u002Fblog\u002Fwhat-is-a-proxy\u002F\">代理和 VPN 的区别在哪\u003C\u002Fa>里提到的机制——换地址会不会改变你看到的内容，取决于目标网站是不是只按这一个信号判断。",{"type":7,"html":50},"同一个地址段归哪个机构、哪个国家使用，会随着资源转让、机房迁移不断变化，查询数据库需要持续更新才能跟上。这也是不同平台查同一个地址，答案偶尔不完全一致的根本原因，不是任何一方存心给错答案，而是底层数据更新的速度本来就有差异。",{"type":14,"id":52,"html":53},"bp-privacy","IP 地址会不会暴露我访问过哪些网站",{"type":7,"html":55},"IP 地址本身只是一个地址，不会记录你在目标网站里具体做了什么，但「连接」这个动作本身——设备连过哪个地址——沿途某些环节是可能被看到的，这和「网页内容被看懂」是两个不同层次的问题。",{"type":7,"html":57},"所在网络的运营商或者管理者，理论上能看到设备连接过哪些地址，从而大致推断访问过哪些网站，这一层不需要看懂网页内容就能做到，只看「连过谁」就够。真正能不能读懂传输的具体内容，靠的是另一层机制，VPN 加密入门把这两层拆得更清楚。",{"type":7,"html":59},"这也是为什么不少翻墙工具会同时强调「加密」——只换地址解决的是「网站看到谁」的问题，不解决「沿途看到你连过谁」的问题，两者需要一起处理才算完整，单独换地址不算完整方案。",{"type":61},"downloads",{"type":14,"id":63,"html":64},"bp-practice","在实际使用中你会在哪见到这件事",{"type":7,"html":66},"最常见的场景是查了一次地址，发现和预期的地区不一样，第一反应是「没生效」。多数情况下这是验证方式的问题，比如查得太快，或者用错了查询入口，连上 VPN 后 IP 还显示国内按从常见到少见的顺序讲了具体排查步骤。",{"type":7,"html":68},"另一个常见场景是网银或者某些账号突然提示「检测到异地登录」，这是网站自己的风控机制在起作用——地址显示的地区和账号平时登录的地区不一样，系统会主动提高警惕，要求多验证一次，这跟地址本身有没有问题没有必然关系，是网站选择保守处理的结果。",{"type":7,"html":70},"换节点看某个内容库是不是变了，也是利用了同一个机制——网站按地址判断地区，再决定给你看哪个地区的内容，前提是网站只按这一个信号判断，没有叠加账号注册地这类别的验证。",{"type":7,"html":72},"游戏对战类应用也会用到类似的判断——匹配系统按连接地址把你分进某个区域的服务器，换节点相当于换了匹配所在的区域。这也是特定地区的节点在游戏场景里经常被单独讨论的原因，本质上还是这篇讲的这套地址与地区的对应机制。",{"type":14,"id":74,"html":75},"bp-limits","IP 地址不能说明什么",{"type":7,"html":77},"IP 地址常被赋予超出它本身能力的含义，下面这几条是经常被误解的地方。",{"type":29,"items":79},[80,81,82,83],"不能精确到门牌号——能查到的通常是城市或者机房归属，更精确的定位需要运营商内部记录配合，外部单凭一个地址做不到。","不等于一个人——同一个地址在不同时间可能分给不同设备，同一台设备也可能在不同时间换到不同地址，地址对应的是「这次连接」，不是某个固定的人。","不一定全都切换干净——设备如果同时具备 IPv4 和 IPv6 两套地址，只接管了其中一套，另一套还是可能走原来的地址，查询工具刚好用了哪一套，结果就可能不一致。","不能证明「安全」或者「不安全」——地址本身只是一个位置信号，风险判断需要结合别的信息，单看一个 IP 地址得不出这个结论。",{"type":14,"id":85,"html":86},"bp-final","总结",{"type":7,"html":88},"IP 地址是设备在网络里的地址，同时做两件事：告诉网络把数据送到哪，也被网站用来判断连接大概来自哪个地区。它不是身份证，定位不到门牌号，也不能单独说明安全与否。",{"type":7,"html":90},"快橙的节点覆盖多个地区，换节点就是换一次对外的 IP 地址，一键切换，不需要手动配置。\u003Ca href=\"\u002Ffeatures\u002F\">功能介绍\u003C\u002Fa>有更完整的说明，\u003Ca href=\"\u002Fblog\u002Fvpn-server-location-explained\u002F\">服务器选哪个地区最合适\u003C\u002Fa>讲了具体怎么挑，注册后每天有免费试用时长，先连一次看看查到的地址变没变。",[92,95,98,101,104],{"q":93,"a":94},"IP 地址能定位到具体家庭住址吗？","不能。IP 地址通常只能定位到城市或者运营商机房这一级，精确到门牌号做不到，那种精度需要运营商内部记录配合，不是外部凭一个地址就能查到的。",{"q":96,"a":97},"换了 VPN 节点，IP 多久变一次？","连接稳定以后基本立刻生效，不需要特意等待。如果查了好几次都没变化，大概率是验证方式的问题，连上 VPN 后 IP 还显示国内里有具体的排查步骤。",{"q":99,"a":100},"为什么两台设备用同一个 VPN，查到的 IP 却不一样？","很正常。同一个节点通常同时服务大量用户，不同设备被分到的具体地址不一定相同，只要显示的地区一致，就说明连接没问题，不用纠结具体数字是否相同。",{"q":102,"a":103},"IPv6 会不会导致 IP 没切换干净？","有可能。设备如果同时具备 IPv4 和 IPv6 两套地址，只接管了其中一套，走另一套的连接可能还是原来的地址，这是比较容易被忽略的一个角落。",{"q":105,"a":106},"网站提示检测到异常 IP，是 VPN 的问题吗？","不一定。异地登录提醒、验证码升级这类机制，是网站自己的风控在起作用，跟地址本身有没有问题没有必然关系，换回常用节点或者补验证一次通常就能解决。",{"blocks":108,"faq":182},[109,111,113,115,117,119,121,123,125,127,133,135,137,139,141,143,145,147,149,151,153,155,156,158,160,162,164,166,168,170,176,178,180],{"type":7,"html":110},"An IP address is a device's address on the network: routers use it to send data packets to the right place, and sites use it to guess roughly where you are. Those two jobs, getting data to the right place and guessing where you are, are the ones an IP address gets used for most, and they are the focus of this article.",{"type":7,"html":112},"Most people first give an IP address any real thought after running into a concrete problem: a lookup that shows the wrong region, or a site flagging a login as unusual. This article starts with what an IP address actually is, moves on to how it gets used day to day, and finishes with what it cannot do.",{"type":7,"html":114},"One claim worth deflating early: an IP address cannot pinpoint a home street address directly. The precision it can actually reach usually stops at a city or a carrier's data center. Anything sharper needs other information layered on top; an address alone will not get you there.",{"type":14,"id":15,"html":116},"What an IP address actually is",{"type":7,"html":118},"Every device connected to a network gets assigned an IP address for that session, written as a set of numbers, or in the newer format, a mix of letters and numbers. That address does two jobs: it tells the network where to send data back, and it is what a destination site reads to guess roughly which region the connection is coming from.",{"type":7,"html":120},"An IP address is not a device's ID card. It behaves more like the delivery address on a parcel: it says where this particular delivery is going, not who it belongs to. The same device gets a different address the moment it switches networks, and the same address can get handed to a different device at a different time; carriers and cloud providers assign addresses on demand rather than binding one permanently to one device.",{"type":7,"html":122},"Addresses are not usually permanent, either. Home broadband commonly gets a new one from the carrier on a regular cycle, and a phone can pick up a new one just from switching cell towers. That instability is the normal state of things, not a fault, and a changed address by itself is no reason to suspect the device or the network.",{"type":14,"id":24,"html":124},"How an IP address actually does its job",{"type":7,"html":126},"Loading a web page roughly follows this sequence behind the scenes:",{"type":29,"items":128,"ordered":35},[129,130,131,132],"The device needs the destination's IP address, which is where \u003Ca href=\"\u002Fen\u002Fblog\u002Fwhat-is-dns\u002F\">DNS\u003C\u002Fa> translates a domain name into an address.","The device packages the request, stamps it with its own address and the destination's address, and hands it to the router.","The router and the network equipment along the way use those two addresses to move the packet all the way to the destination server.","The server processes it and sends the result back the same way, again relying on the addresses to find the way home.",{"type":7,"html":134},"Those four steps usually finish in tens to a few hundred milliseconds, fast enough that the process itself is invisible, but an IP address is doing the work of &quot;finding the way&quot; at every one of them. That is also why a wrong address, or a mismatched handoff somewhere in the middle, tends to show up as a page spinning until it times out rather than failing immediately: the request genuinely went out, it just never found its way back.",{"type":7,"html":136},"Here is a concrete failure mode: if step two stamps the wrong address, or something along the way quietly swaps it for another one, the returning data gets sent to the wrong place. That is exactly the &quot;spins until it times out instead of failing outright&quot; pattern, because the request really did leave. It just has nowhere to come back to.",{"type":14,"id":41,"html":138},"How a site uses your IP to guess where you are",{"type":7,"html":140},"When a site sees an incoming connection, one of the things it can read is the source IP address. That address is usually assigned to a particular country, city, or even a specific carrier's data center, and the site checks it against a database that maps addresses to regions to arrive at &quot;this connection is probably coming from here.&quot;",{"type":7,"html":142},"That mapping is not a live, pinpoint location. It is a record of which range of addresses belongs to whom, and how current and accurate it is varies by database. The same address can show up as a neighbouring city or region on different lookup sites now and then, which is a quirk of the underlying database, not a sign that anything is actually wrong with the connection.",{"type":7,"html":144},"Switch to a different node or proxy, and the outward-facing address changes, so the site's lookup against that same mapping comes back with a different region. That is the same mechanism covered in \u003Ca href=\"\u002Fen\u002Fblog\u002Fwhat-is-a-proxy\u002F\">what a proxy actually is, and how it differs from a VPN\u003C\u002Fa>: whether changing an address changes what you see depends entirely on whether the destination judges purely by that one signal.",{"type":7,"html":146},"Which organisation or country a given block of addresses belongs to keeps shifting as blocks get transferred and data centers move, and the lookup databases need constant updating to keep up. That is the real reason two different platforms can give slightly different answers for the same address — not that either side is deliberately getting it wrong, just that the underlying data updates at different speeds.",{"type":14,"id":52,"html":148},"Does an IP address reveal which sites I've visited",{"type":7,"html":150},"An IP address by itself is just an address; it does not record what you actually did on a destination site. But the act of connecting itself, which address a device connected to, can be visible at certain points along the way, and that is a different kind of problem from whether the content of a page can be read.",{"type":7,"html":152},"Whoever runs the network you are on, or your carrier, can in principle see which addresses a device connected to, and from that roughly infer which sites got visited. That layer does not require reading a single word of any page's content; knowing &quot;who it connected to&quot; is already enough. Whether the actual transmitted content can be read comes down to a separate mechanism entirely. VPN encryption, the basics draws that line more precisely.",{"type":7,"html":154},"That is also why plenty of circumvention tools talk about &quot;encryption&quot; in the same breath as changing your address. Changing the address alone only solves &quot;which address does the destination site see.&quot; It does not solve &quot;can anyone along the way see which addresses you connected to.&quot; Both need handling together for the picture to be complete; changing the address on its own is not the full answer.",{"type":61},{"type":14,"id":63,"html":157},"Where you actually run into this",{"type":7,"html":159},"The most common scenario is looking up an address, finding the region does not match expectations, and assuming right away that nothing worked. Most of the time that comes down to how the check was done, checking too fast or using the wrong lookup method. IP still shows mainland China after connecting walks through the specific causes, most common first.",{"type":7,"html":161},"Another common one is online banking, or some other account, suddenly flagging &quot;login from an unfamiliar location.&quot; That is the site's own risk system reacting: the region an address maps to does not match where the account usually logs in from, so the system gets cautious on purpose and asks for extra verification. That is not necessarily a sign anything is wrong with the address; it is the site choosing to err on the side of caution.",{"type":7,"html":163},"Checking whether a content library changed after switching nodes relies on the same mechanism: a site judges the region from the address and decides which region's content to show, provided it is judging by that one signal alone, with nothing else like account registration region layered on top.",{"type":7,"html":165},"Competitive games use a similar judgment too. A matchmaking system sorts you into a regional server based on the connecting address, so switching a node effectively switches which region you get matched into. That is also why specific regional nodes get discussed on their own in gaming contexts; underneath, it is the same address-to-region mapping this article covers.",{"type":14,"id":74,"html":167},"What an IP address cannot tell you",{"type":7,"html":169},"An IP address regularly gets credited with more than it can actually do. The following are the most commonly misunderstood points.",{"type":29,"items":171},[172,173,174,175],"It cannot pinpoint a street address. What is available usually resolves to a city or a data center's ownership, and anything sharper needs the carrier's own internal records, which nobody can reach from the outside with an address alone.","It does not equal one person. The same address can be handed to different devices at different times, and the same device can end up on different addresses at different times. An address maps to &quot;this connection,&quot; not to a fixed person.","It does not always switch completely. If a device has both IPv4 and IPv6 addresses and only one gets taken over, the other can still carry the original address, and which one a checking tool happens to use can make the result inconsistent.","It cannot prove something is &quot;safe&quot; or &quot;unsafe.&quot; An address by itself is only a location signal; judging risk needs other information alongside it, and a single IP address is not enough to reach that conclusion on its own.",{"type":14,"id":85,"html":177},"In summary",{"type":7,"html":179},"An IP address is a device's address on the network, doing two jobs at once: telling the network where to send data, and letting a site guess roughly where the connection is coming from. It is not an ID card, it cannot pinpoint a street address, and it cannot say anything about safety on its own.",{"type":7,"html":181},"FastOrange's nodes span multiple regions, so switching a node simply switches your outward-facing IP address, one tap, no manual setup. \u003Ca href=\"\u002Fen\u002Ffeatures\u002F\">See what it does\u003C\u002Fa> for the fuller picture, and \u003Ca href=\"\u002Fen\u002Fblog\u002Fvpn-server-location-explained\u002F\">choosing a server location\u003C\u002Fa> covers how to pick one. Every registered account gets free trial time daily, so connect once and see whether the address you look up actually changes.",[183,186,189,192,195],{"q":184,"a":185},"Can an IP address pinpoint an exact home address?","No. An IP address usually resolves down to a city or a carrier's data center, not a street number. That level of precision needs the carrier's own internal records; nobody can get there from the outside with just an address.",{"q":187,"a":188},"After switching a VPN node, how long until the IP changes?","Basically instantly once the connection settles. If several checks in a row show no change, the checking method is probably the issue. IP still shows mainland China after connecting walks through the specific steps.",{"q":190,"a":191},"Why do two devices on the same VPN show different IPs?","That's normal. A single node usually serves a large number of users at once, and different devices do not necessarily land on the exact same address. As long as the region shown matches, the connection is fine — the exact number matching does not matter.",{"q":193,"a":194},"Could IPv6 leave the switch incomplete?","Possibly. If a device has both IPv4 and IPv6 addresses and only one gets taken over, traffic on the other one can still show the original address. It is an easy corner to overlook.",{"q":196,"a":197},"A site flagged an unusual IP. Is that a VPN problem?","Not necessarily. Login-location alerts and extra verification prompts are the site's own risk system reacting, which is not necessarily related to anything wrong with the address itself. Switching back to a familiar node, or completing the extra verification, usually settles it.",1790199275534]