{"id":13083,"date":"2026-02-25T17:46:08","date_gmt":"2026-02-25T11:46:08","guid":{"rendered":"https:\/\/greenbytes.net.bd\/?page_id=13083"},"modified":"2026-02-25T18:28:18","modified_gmt":"2026-02-25T12:28:18","slug":"find-ip","status":"publish","type":"page","link":"https:\/\/greenbytes.net.bd\/bn\/find-ip\/","title":{"rendered":"IPv4 \u098f\u09ac\u0982 IPv6 \u09a0\u09bf\u0995\u09be\u09a8\u09be \u09aa\u09b0\u09c0\u0995\u09cd\u09b7\u0995"},"content":{"rendered":"<style>\r\n    .ip-container {\r\n        max-width: 600px;\r\n        margin: 40px auto;\r\n        font-family: \"Segoe UI\", sans-serif;\r\n    }\r\n\r\n    .ip-card {\r\n        background: linear-gradient(135deg, #0b3d2e, #145a32, #1e8449);\r\n        color: #ffffff;\r\n        padding: 25px;\r\n        border-radius: 15px;\r\n        box-shadow: 0 10px 25px rgba(0,0,0,0.25);\r\n        text-align: center;\r\n    }\r\n\r\n    .ip-title {\r\n        font-size: 24px;\r\n        margin-bottom: 20px;\r\n        font-weight: 600;\r\n    }\r\n\r\n    .ip-item {\r\n        background: rgba(255,255,255,0.08);\r\n        padding: 15px;\r\n        border-radius: 10px;\r\n        margin-bottom: 15px;\r\n    }\r\n\r\n    .ip-label {\r\n        font-size: 13px;\r\n        opacity: 0.85;\r\n    }\r\n\r\n    .ip-value {\r\n        font-size: 18px;\r\n        font-weight: bold;\r\n        margin-top: 5px;\r\n        word-break: break-all;\r\n    }\r\n\r\n    .badge {\r\n        display: inline-block;\r\n        padding: 5px 10px;\r\n        border-radius: 20px;\r\n        font-size: 12px;\r\n        margin-top: 8px;\r\n    }\r\n\r\n    .ok { background: #00e676; color:#003300; }\r\n    .no { background: #ff5252; }\r\n    <\/style>\r\n\r\n    <div class=\"ip-container\">\r\n        <div class=\"ip-card\">\r\n            <div class=\"ip-title\">\ud83c\udf10 Your Network Information<\/div>\r\n\r\n            <div class=\"ip-item\">\r\n                <div class=\"ip-label\">IPv4 Address<\/div>\r\n                <div class=\"ip-value\" id=\"ipv4\">Detecting...<\/div>\r\n                <div class=\"badge\" id=\"ipv4_status\">Checking...<\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ip-item\">\r\n                <div class=\"ip-label\">IPv6 Address<\/div>\r\n                <div class=\"ip-value\" id=\"ipv6\">Detecting...<\/div>\r\n                <div class=\"badge\" id=\"ipv6_status\">Checking...<\/div>\r\n            <\/div>\r\n\r\n            <div class=\"ip-item\">\r\n                <div class=\"ip-label\">IP Location<\/div>\r\n                <div class=\"ip-value\">Columbus, Ohio, United States<\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    \/\/ IPv4 detect\r\n    fetch(\"https:\/\/api.ipify.org?format=json\")\r\n    .then(res => res.json())\r\n    .then(data => {\r\n        document.getElementById(\"ipv4\").innerText = data.ip;\r\n        document.getElementById(\"ipv4_status\").innerText = \"Available\";\r\n        document.getElementById(\"ipv4_status\").className = \"badge ok\";\r\n    })\r\n    .catch(() => {\r\n        document.getElementById(\"ipv4\").innerText = \"Not Detected\";\r\n        document.getElementById(\"ipv4_status\").innerText = \"Not Available\";\r\n        document.getElementById(\"ipv4_status\").className = \"badge no\";\r\n    });\r\n\r\n    \/\/ IPv6 detect\r\n    fetch(\"https:\/\/api64.ipify.org?format=json\")\r\n    .then(res => res.json())\r\n    .then(data => {\r\n        if(data.ip.includes(\":\")){\r\n            document.getElementById(\"ipv6\").innerText = data.ip;\r\n            document.getElementById(\"ipv6_status\").innerText = \"Supported\";\r\n            document.getElementById(\"ipv6_status\").className = \"badge ok\";\r\n        } else {\r\n            throw \"No IPv6\";\r\n        }\r\n    })\r\n    .catch(() => {\r\n        document.getElementById(\"ipv6\").innerText = \"Not Detected\";\r\n        document.getElementById(\"ipv6_status\").innerText = \"Not Supported\";\r\n        document.getElementById(\"ipv6_status\").className = \"badge no\";\r\n    });\r\n    <\/script>","protected":false},"excerpt":{"rendered":"\ud83c\udf10 Your Network Information IPv4 Address Detecting... Checking... IPv6 Address Detecting... Checking... IP Location Columbus, Ohio, United States","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width.php","meta":{"footnotes":""},"class_list":["post-13083","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IPv4 &amp; IPv6 Address Checker - GREEN BYTES<\/title>\n<meta name=\"description\" content=\"Check Your IP, Network Status Tool, IPv6 Test Tool, IPv6 detector\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenbytes.net.bd\/bn\/find-ip\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IPv4 &amp; IPv6 Address Checker - GREEN BYTES\" \/>\n<meta property=\"og:description\" content=\"Check Your IP, Network Status Tool, IPv6 Test Tool, IPv6 detector\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenbytes.net.bd\/bn\/find-ip\/\" \/>\n<meta property=\"og:site_name\" content=\"GREEN BYTES\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/greenbytes.net.bd\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T12:28:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/greenbytes.net.bd\/wp-content\/uploads\/2018\/02\/greenbytes-banner-2025-jan.jpg?fit=810%2C810&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"810\" \/>\n\t<meta property=\"og:image:height\" content=\"810\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@GREENBYTESBD\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u09ae\u09bf\u09a8\u09bf\u099f\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenbytes.net.bd\/find-ip\/\",\"url\":\"https:\/\/greenbytes.net.bd\/find-ip\/\",\"name\":\"IPv4 &amp; IPv6 Address Checker - GREEN BYTES\",\"isPartOf\":{\"@id\":\"https:\/\/greenbytes.net.bd\/#website\"},\"datePublished\":\"2026-02-25T11:46:08+00:00\",\"dateModified\":\"2026-02-25T12:28:18+00:00\",\"description\":\"Check Your IP, Network Status Tool, IPv6 Test Tool, IPv6 detector\",\"breadcrumb\":{\"@id\":\"https:\/\/greenbytes.net.bd\/find-ip\/#breadcrumb\"},\"inLanguage\":\"bn-BD\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenbytes.net.bd\/find-ip\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenbytes.net.bd\/find-ip\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenbytes.net.bd\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IPv4 &amp; IPv6 Address Checker\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenbytes.net.bd\/#website\",\"url\":\"https:\/\/greenbytes.net.bd\/\",\"name\":\"https:\/\/greenbytes.net.bd\/\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/greenbytes.net.bd\/#organization\"},\"alternateName\":\"GREEN BYTES Broadband Internet\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenbytes.net.bd\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"bn-BD\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenbytes.net.bd\/#organization\",\"name\":\"GREEN BYTES\",\"url\":\"https:\/\/greenbytes.net.bd\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"bn-BD\",\"@id\":\"https:\/\/greenbytes.net.bd\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/greenbytes.net.bd\/wp-content\/uploads\/2018\/02\/greenbytes-web-logo1.png?fit=200%2C95&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/greenbytes.net.bd\/wp-content\/uploads\/2018\/02\/greenbytes-web-logo1.png?fit=200%2C95&ssl=1\",\"width\":200,\"height\":95,\"caption\":\"GREEN BYTES\"},\"image\":{\"@id\":\"https:\/\/greenbytes.net.bd\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/greenbytes.net.bd\/\",\"https:\/\/x.com\/GREENBYTESBD\",\"https:\/\/www.youtube.com\/@greenbytes\",\"https:\/\/www.instagram.com\/greenbytes.net.bd\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IPv4 &amp; IPv6 Address Checker - GREEN BYTES","description":"Check Your IP, Network Status Tool, IPv6 Test Tool, IPv6 detector","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenbytes.net.bd\/bn\/find-ip\/","og_locale":"en_US","og_type":"article","og_title":"IPv4 &amp; IPv6 Address Checker - GREEN BYTES","og_description":"Check Your IP, Network Status Tool, IPv6 Test Tool, IPv6 detector","og_url":"https:\/\/greenbytes.net.bd\/bn\/find-ip\/","og_site_name":"GREEN BYTES","article_publisher":"https:\/\/www.facebook.com\/greenbytes.net.bd\/","article_modified_time":"2026-02-25T12:28:18+00:00","og_image":[{"width":810,"height":810,"url":"https:\/\/i0.wp.com\/greenbytes.net.bd\/wp-content\/uploads\/2018\/02\/greenbytes-banner-2025-jan.jpg?fit=810%2C810&ssl=1","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@GREENBYTESBD","twitter_misc":{"Est. reading time":"1 \u09ae\u09bf\u09a8\u09bf\u099f"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/greenbytes.net.bd\/find-ip\/","url":"https:\/\/greenbytes.net.bd\/find-ip\/","name":"IPv4 &amp; IPv6 Address Checker - GREEN BYTES","isPartOf":{"@id":"https:\/\/greenbytes.net.bd\/#website"},"datePublished":"2026-02-25T11:46:08+00:00","dateModified":"2026-02-25T12:28:18+00:00","description":"Check Your IP, Network Status Tool, IPv6 Test Tool, IPv6 detector","breadcrumb":{"@id":"https:\/\/greenbytes.net.bd\/find-ip\/#breadcrumb"},"inLanguage":"bn-BD","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenbytes.net.bd\/find-ip\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/greenbytes.net.bd\/find-ip\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenbytes.net.bd\/"},{"@type":"ListItem","position":2,"name":"IPv4 &amp; IPv6 Address Checker"}]},{"@type":"WebSite","@id":"https:\/\/greenbytes.net.bd\/#website","url":"https:\/\/greenbytes.net.bd\/","name":"https:\/\/greenbytes.net.bd\/","description":"","publisher":{"@id":"https:\/\/greenbytes.net.bd\/#organization"},"alternateName":"GREEN BYTES Broadband Internet","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenbytes.net.bd\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"bn-BD"},{"@type":"Organization","@id":"https:\/\/greenbytes.net.bd\/#organization","name":"\u0997\u09cd\u09b0\u09c0\u09a8 \u09ac\u09be\u0987\u099f\u09b8\u09cd","url":"https:\/\/greenbytes.net.bd\/","logo":{"@type":"ImageObject","inLanguage":"bn-BD","@id":"https:\/\/greenbytes.net.bd\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/greenbytes.net.bd\/wp-content\/uploads\/2018\/02\/greenbytes-web-logo1.png?fit=200%2C95&ssl=1","contentUrl":"https:\/\/i0.wp.com\/greenbytes.net.bd\/wp-content\/uploads\/2018\/02\/greenbytes-web-logo1.png?fit=200%2C95&ssl=1","width":200,"height":95,"caption":"GREEN BYTES"},"image":{"@id":"https:\/\/greenbytes.net.bd\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/greenbytes.net.bd\/","https:\/\/x.com\/GREENBYTESBD","https:\/\/www.youtube.com\/@greenbytes","https:\/\/www.instagram.com\/greenbytes.net.bd\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/greenbytes.net.bd\/bn\/wp-json\/wp\/v2\/pages\/13083","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenbytes.net.bd\/bn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/greenbytes.net.bd\/bn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/greenbytes.net.bd\/bn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greenbytes.net.bd\/bn\/wp-json\/wp\/v2\/comments?post=13083"}],"version-history":[{"count":3,"href":"https:\/\/greenbytes.net.bd\/bn\/wp-json\/wp\/v2\/pages\/13083\/revisions"}],"predecessor-version":[{"id":13088,"href":"https:\/\/greenbytes.net.bd\/bn\/wp-json\/wp\/v2\/pages\/13083\/revisions\/13088"}],"wp:attachment":[{"href":"https:\/\/greenbytes.net.bd\/bn\/wp-json\/wp\/v2\/media?parent=13083"}],"curies":[{"name":"\u09a1\u09ac\u09cd\u09b2\u09bf\u0989\u09aa\u09bf","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}