How to Find my IPv4
An IPv4 address is a number that uniquely identifies a device on the Internet. The format of an IPv4 address is four decimal numbers separated by periods, such as 192.168.1.1.
Table of Contents
Each decimal number can range from 0 to 255.IPv4 addresses are assigned to computers by routers or DHCP servers.People often ask: how to find my IPv4.
There are a few methods to find out the IPv4 address of your computer, depending on your operating systems. Here are some ways to find your IP address:
6 Ways to Find my IPv4
1. Using the Command Prompt on Windows
- Click the Start button.
- On the search box, type” cmd”.
- Right-click on cmd and select Run as Administrator.
- Type “ipconfig” and press Enter.
You will see a line that says IPv4 Address.
2. Finding your IPv4 on Windows 10
- On the task bar, select Wi-Fi network.
- Hover over the Wi-Fi network that you are connected to.
- Click Properties.
3. Finding your IPv4 on Windows 11
- Open the Start menu and click Settings.
- From Settings, select Network & internet.
- From the Wi-Fi menu, select the Wi-Fi network that you are connected to.
Select Properties. From there, you’ll see IPv4 address.
4. Finding your IPv4 on Linux
- Open a terminal.
- Type “ifconfig”.
- From the search results, look for wlp2s0.
Under wlp2s0, look for inet. The value next to inet is your IPv4.
5. Finding your IPv4 on Mac
a. Using the Terminal
- Open the Terminal app.
- Type the following command: ipconfig getifaddr en0.
This will show how to find our IP address on a Wi-Fi connection. If you connect to an Ethernet network, you need to use the en1 interface instead of end.
b. Using System Preferences
- Click on the Apple icon in the top-left corner of your screen.
- Select System Preferences.
- Click on Network.
- Select the network connection you are using from the left sidebar. 5. Look for the IPv4 Address field. This is your IPv4 address.
6. Using a website to find your IPv4 address
There are many websites that can help you find your IP address. One popular website is WhatIsMyIP.com: https://www.whatismyip.com/. Simply visit the website and it will show you your IPv4 address.
You can also enter “What is my IP” on the Google search bar. Google will display your IP address on the search results page. Learn more about Google’s IP address detection here.
Different types of IPv4
When you use a terminal, whether on Windows or Linux, you will find that there are different types of IPv4 addresses.
There are three types of IPv4 addresses:
- Unicast addresses are assigned to individual devices. Your phone and laptop have different unicast addresses.
- Broadcast addresses are used to send messages to all devices on a network. Your phone and laptop share the same broadcast address.
- Multicast addresses are used to send messages to a group of devices.
What is the purpose of IPv4?
IPv4 is used to route packets of data between devices on the Internet. When a device wants to send data to another device, it first needs to know the IPv4 address of the destination device.
The source device then encapsulates the packet with the destination device’s IPv4 address and sends it to its default gateway. The default gateway is a router that knows how to route packets to other networks.
The router then forwards the packet to the next router, and so on, until the packet reaches the destination device.
IPv4 is a simple and efficient protocol that has been used for many years. It is also widely supported by network devices and software.
Because you need an IPv4 to connect to the Internet, other people can see your device’s IPv4. These are a few ways that other people can see your IPv4 address:
When you visit a website: When you visit a website, your computer’s IPv4 address is sent to the website’s server. This allows the website to know where to send the data that you request.
When you connect to a service: When you connect to a service, such as an online game or a file-sharing service, your IPv4 address is also sent to the service’s server. This allows the service to know where to send your data and to identify you.
When you use a public Wi-Fi network: When you connect to a public Wi-Fi network, your IPv4 address is visible to the network administrator. This is because the network administrator needs to know your address in order to route your traffic.
Generally, there is no harm in having your IPv4 seen by other people. But if you are concerned, there are a few things that you can do to protect your privacy. You can use a VPN, a proxy server, or an open-source software like Tor.
Hopefully, when someone asks you “what is my IPv4,” you can use this article to find your answer.
相关文章

TCP 与 UDP:IPv4 租赁和企业网络指南
TCP 和 UDP 是互联网中最重要的两种传输层协议。它们决定数据如何在设备、服务器、云平台、VPN 网关、DNS 解析器、电子邮件系统、流媒体平台以及企业应用程序之间传输。 对于企业而言,TCP 和 UDP 不仅仅是技术术语,它们会直接影响实际的基础设施性能。公网 IPv4 地址提供可从互联网访问的网络端点,而 TCP 和 UDP 则决定流量如何通过该端点进行传输。 这对于租用或购买 IPv4 地址的企业尤为重要。企业租用 IPv4 地址并不是单纯为了持有这些地址,而是为了运行网站、API、VPN 隧道、DNS 服务、电子邮件平台、SaaS 应用程序、游戏服务器、流媒体系统、安全工具以及云端工作负载。不同类型的服务决定了需要使用 TCP、UDP,还是同时使用两者。 通过 i.lease,企业可以使用 IPv4 租赁服务获取用于实际网络部署的公网 IPv4 资源。需要长期控制 IP 地址资源的企业也可以购买 IP 地址,而拥有闲置 IPv4 资源的组织则可以出售 IP 地址。 TCP和UDP是什么? TCP 和 UDP 都是传输层协议。它们位于 IP 协议之上,帮助应用程序通过网络发送和接收数据。 IP 地址用于确定流量应该发送到哪里,而 TCP 和 UDP 则决定这些流量如何进行传输。 简单来说: TCP 适用于重视可靠性和按顺序传输数据的场景。 UDP 适用于重视速度、低延迟和轻量化数据传输的场景。 企业可能会使用同一个公网 IPv4 地址来运行不同的服务,但每项服务可能依赖不同的传输协议。例如,网站可能使用 TCP,VPN 网关可能使用 UDP,DNS 解析器可能同时使用 UDP 和 TCP,而游戏服务器则可能更倾向于使用 UDP,因为对于实时游戏而言,延迟造成的影响通常比少量数据包丢失更加明显。 因此,TCPRead more Related Posts TCP 与 UDP:IPv4 租赁和企业网络指南 TCP 和 UDP 是互联网中最重要的两种传输层协议。它们决定数据如何在设备、服务器、云平台、VPN 网关、DNS 解析器、电子邮件系统、流媒体平台以及企业应用程序之间传输。 对于企业而言,TCP 和 UDP 不仅仅是技术术语,它们会直接影响实际的基础设施性能。公网 IPv4 地址提供可从互联网访问的网络端点,而 TCP 和 UDP 则决定流量如何通过该端点进行传输。 这对于租用或购买 IPv4 地址的企业尤为重要。企业租用 IPv4 什么是BYOIP(自备IP地址)? 自带 IP(Bring Your Own IP,简称 BYOIP)是一种网络部署方式,允许企业将自己现有的公网 IP 地址段应用于云服务提供商、数据中心、内容分发网络(CDN)或其他基础设施平台。 企业无需使用服务提供商分配的新公网 IP 地址,而是可以使用自己已拥有或已获授权使用的 IPv4 或 IPv6 地址前缀。服务提供商会验证该组织对该地址段的使用权限,并在支持的情况下,通过其自身网络对该地址段进行路由公告(Advertise)。 BYOIP 有助于企业在迁移至云平台时保留现有的防火墙规则、白名单(Allowlists)、客户系统集成、IP 信誉(IP Reputation)、DNS 配置以及既有的网络身份。这不仅能够减少因更换 如何使用 i.Lease 将闲置的 IPv4 地址转化为持续的收入来源 通过 i.Lease 释放闲置 IPv4 地址的隐藏价值,将未被充分利用的数字基础设施转化为持续性收入来源,同时妥善应对市场需求、合规要求和相关风险。 租赁闲置的 IPv4 地址区块,可以在不放弃所有权的情况下,创造稳定的长期收入。 像 i.Lease 全球 IPv4 市场这样的平台,可以简化地址变现流程,并协助管理 IP 声誉与合规要求。 为什么 IPv4 地址仍然重要 尽管 IPv4 .related-post {} .related-post .post-list { text-align: left; } .related-post .post-list .item { margin: 5px; padding: 10px; } .related-post .headline { font-size: 18px !important; color: #999999 !important; } .related-post .post-list .item .post_thumb { max-height: 220px; margin: 10px 0px; padding: 0px; display: block; } .related-post .post-list .item .post_title { font-size: 16px; color: #3f3f3f; margin: 10px 0px; padding: 0px; display: block; text-decoration: none; } .related-post .post-list .item .post_excerpt { font-size: 13px; color: #3f3f3f; margin: 10px 0px; padding: 0px; display: block; text-decoration: none; } @media only screen and (min-width: 1024px) { .related-post .post-list .item { width: 30%; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { .related-post .post-list .item { width: 90%; } } @media only screen and (min-width: 0px) and (max-width: 767px) { .related-post .post-list .item { width: 90%; } }

什么是BYOIP(自备IP地址)?
自带 IP(Bring Your Own IP,简称 BYOIP)是一种网络部署方式,允许企业将自己现有的公网 IP 地址段应用于云服务提供商、数据中心、内容分发网络(CDN)或其他基础设施平台。 企业无需使用服务提供商分配的新公网 IP 地址,而是可以使用自己已拥有或已获授权使用的 IPv4 或 IPv6 地址前缀。服务提供商会验证该组织对该地址段的使用权限,并在支持的情况下,通过其自身网络对该地址段进行路由公告(Advertise)。 BYOIP 有助于企业在迁移至云平台时保留现有的防火墙规则、白名单(Allowlists)、客户系统集成、IP 信誉(IP Reputation)、DNS 配置以及既有的网络身份。这不仅能够减少因更换 IP 地址而带来的业务中断,还能降低对服务提供商分配 IP 的依赖,使未来的基础设施迁移与扩展更加灵活且易于管理。 对于需要 BYOIP 地址资源的企业,可选择 购买 IPv4 地址(Buy IP),以获得长期控制权;如果更重视灵活性,也可采用 IPv4 租赁(IPv4 Leasing),按业务需求获取公网 IP 资源。 什么是BYOIP? BYOIP 是 Bring Your Own IP(自带 IP)的缩写。这是一种网络部署模式,允许组织将现有的公网 IP 地址段带入云服务提供商或其他基础设施平台使用。 在 BYOIP 模式下,组织仍然拥有或保留该 IP 地址段的使用权,而平台则获得授权,可在其基础设施中对该地址段进行路由公告(Advertise)和使用。随后,这些 IP 地址可分配给虚拟机(Virtual Machines)、负载均衡器(Load Balancers)、VPN 网关、内容分发服务(CDN)、安全平台以及公网应用程序端点等受支持的服务。 例如,一家企业将应用程序从本地数据中心迁移到云环境时,可能并不希望更换现有的公网 IP 地址。这些 IP 地址可能已经存在于客户白名单(Allowlists)、防火墙策略、DNS 记录、合作伙伴配置以及电子邮件信誉(Email Reputation)数据库中。 BYOIP 使企业能够在迁移工作负载的同时,继续使用原有的公网 IP 地址,从而保持更一致的网络身份,并减少因更换 IP 地址而带来的配置调整和业务影响。 Related Posts TCP 与 UDP:IPv4 租赁和企业网络指南 TCP 和 UDP 是互联网中最重要的两种传输层协议。它们决定数据如何在设备、服务器、云平台、VPN 网关、DNS 解析器、电子邮件系统、流媒体平台以及企业应用程序之间传输。 对于企业而言,TCP 和 UDP 不仅仅是技术术语,它们会直接影响实际的基础设施性能。公网 IPv4 地址提供可从互联网访问的网络端点,而 TCP 和 UDP 则决定流量如何通过该端点进行传输。 这对于租用或购买 IPv4 地址的企业尤为重要。企业租用 IPv4 什么是BYOIP(自备IP地址)? 自带 IP(Bring Your Own IP,简称 BYOIP)是一种网络部署方式,允许企业将自己现有的公网 IP 地址段应用于云服务提供商、数据中心、内容分发网络(CDN)或其他基础设施平台。 企业无需使用服务提供商分配的新公网 IP 地址,而是可以使用自己已拥有或已获授权使用的 IPv4 或 IPv6 地址前缀。服务提供商会验证该组织对该地址段的使用权限,并在支持的情况下,通过其自身网络对该地址段进行路由公告(Advertise)。 BYOIP 有助于企业在迁移至云平台时保留现有的防火墙规则、白名单(Allowlists)、客户系统集成、IP 信誉(IP Reputation)、DNS 配置以及既有的网络身份。这不仅能够减少因更换 如何使用 i.Lease 将闲置的 IPv4 地址转化为持续的收入来源 通过 i.Lease 释放闲置 IPv4 地址的隐藏价值,将未被充分利用的数字基础设施转化为持续性收入来源,同时妥善应对市场需求、合规要求和相关风险。 租赁闲置的 IPv4 地址区块,可以在不放弃所有权的情况下,创造稳定的长期收入。 像 i.Lease 全球 IPv4 市场这样的平台,可以简化地址变现流程,并协助管理 IP 声誉与合规要求。 为什么 IPv4 地址仍然重要 尽管 IPv4 .related-post {} .related-post .post-list { text-align: left; } .related-post .post-list .item { margin: 5px; padding: 10px; } .related-post .headline { font-size: 18px !important; color: #999999 !important; } .related-post .post-list .item .post_thumb { max-height: 220px; margin: 10px 0px; padding: 0px; display: block; } .related-post .post-list .item .post_title { font-size: 16px; color: #3f3f3f; margin: 10px 0px; padding: 0px; display: block; text-decoration: none; } .related-post .post-list .item .post_excerpt { font-size: 13px; color: #3f3f3f; margin: 10px 0px; padding: 0px; display: block; text-decoration: none; } @media only screen and (min-width: 1024px) { .related-post .post-list .item { width: 30%; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { .related-post .post-list .item { width: 90%; } } @media only screen and (min-width: 0px) and (max-width: 767px) { .related-post .post-list .item { width: 90%; } }

什么是区域互联网注册管理机构(RIR)
区域互联网注册管理机构(Regional Internet Registry, RIR)是负责在特定地理区域内分配和管理互联网编号资源的组织。这些资源主要包括 IP 地址(IPv4 和 IPv6)以及自治系统号(ASN),它们是支撑设备和网络在互联网上相互通信的关键要素。 如果没有一套组织完善的系统来分配唯一的 IP 地址和路由标识符,互联网便无法正常运转。RIR 确保这一过程在各自管辖的区域内保持公平、高效与一致,从而避免冲突,并提升互联网治理的透明度。 全球五大 RIR 目前全球共有五家获官方认可的 RIR,各自负责世界上特定的区域: AFRINIC – 非洲网络信息中心(非洲) APNIC – 亚太网络信息中心(亚太地区) ARIN – 美洲互联网号码注册管理机构(加拿大、美国及加勒比部分地区) LACNIC – 拉丁美洲及加勒比网络信息中心(拉丁美洲及加勒比地区) RIPE NCC – 欧洲 IP 网络协调中心(欧洲、中东及中亚) 每家 RIR 均独立运作,但通过号码资源组织(NRO)等协调机构在全球政策与最佳实践方面相互协作,并接受 ICANN(互联网名称与数字地址分配机构)下设部门 IANA(互联网号码分配机构)的指导。 为什么 RIR 如此重要? RIR 履行多项核心职能: IP 地址分配:向互联网服务提供商(ISP)、数据中心及其他机构分配 IP 地址。 政策制定:通过社群协商,RIR 推动制定互联网编号资源管理与分配的相关规则。 数据库维护:RIR 维护公开数据库(WHOIS),记录 IP 地址与 ASN 的持有信息,为互联网故障排查与安全防护提供支持。 推动 IPv6 普及:随着 IPv4 地址日益枯竭,RIR 积极倡导并支持 IPv6 的采用。 教育与培训:RIR 常提供培训与资源,以支持技术社群,并帮助各方利益相关者了解网络最佳实践。 RIR 如何与其他互联网治理机构协作? RIRRead more Related Posts TCP 与 UDP:IPv4 租赁和企业网络指南 TCP 和 UDP 是互联网中最重要的两种传输层协议。它们决定数据如何在设备、服务器、云平台、VPN 网关、DNS 解析器、电子邮件系统、流媒体平台以及企业应用程序之间传输。 对于企业而言,TCP 和 UDP 不仅仅是技术术语,它们会直接影响实际的基础设施性能。公网 IPv4 地址提供可从互联网访问的网络端点,而 TCP 和 UDP 则决定流量如何通过该端点进行传输。 这对于租用或购买 IPv4 地址的企业尤为重要。企业租用 IPv4 什么是BYOIP(自备IP地址)? 自带 IP(Bring Your Own IP,简称 BYOIP)是一种网络部署方式,允许企业将自己现有的公网 IP 地址段应用于云服务提供商、数据中心、内容分发网络(CDN)或其他基础设施平台。 企业无需使用服务提供商分配的新公网 IP 地址,而是可以使用自己已拥有或已获授权使用的 IPv4 或 IPv6 地址前缀。服务提供商会验证该组织对该地址段的使用权限,并在支持的情况下,通过其自身网络对该地址段进行路由公告(Advertise)。 BYOIP 有助于企业在迁移至云平台时保留现有的防火墙规则、白名单(Allowlists)、客户系统集成、IP 信誉(IP Reputation)、DNS 配置以及既有的网络身份。这不仅能够减少因更换 如何使用 i.Lease 将闲置的 IPv4 地址转化为持续的收入来源 通过 i.Lease 释放闲置 IPv4 地址的隐藏价值,将未被充分利用的数字基础设施转化为持续性收入来源,同时妥善应对市场需求、合规要求和相关风险。 租赁闲置的 IPv4 地址区块,可以在不放弃所有权的情况下,创造稳定的长期收入。 像 i.Lease 全球 IPv4 市场这样的平台,可以简化地址变现流程,并协助管理 IP 声誉与合规要求。 为什么 IPv4 地址仍然重要 尽管 IPv4 .related-post {} .related-post .post-list { text-align: left; } .related-post .post-list .item { margin: 5px; padding: 10px; } .related-post .headline { font-size: 18px !important; color: #999999 !important; } .related-post .post-list .item .post_thumb { max-height: 220px; margin: 10px 0px; padding: 0px; display: block; } .related-post .post-list .item .post_title { font-size: 16px; color: #3f3f3f; margin: 10px 0px; padding: 0px; display: block; text-decoration: none; } .related-post .post-list .item .post_excerpt { font-size: 13px; color: #3f3f3f; margin: 10px 0px; padding: 0px; display: block; text-decoration: none; } @media only screen and (min-width: 1024px) { .related-post .post-list .item { width: 30%; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { .related-post .post-list .item { width: 90%; } } @media only screen and (min-width: 0px) and (max-width: 767px) { .related-post .post-list .item { width: 90%; } }