{"id":1819,"date":"2015-02-12T05:18:31","date_gmt":"2015-02-12T05:18:31","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=1819"},"modified":"2015-02-12T05:18:31","modified_gmt":"2015-02-12T05:18:31","slug":"check-ip-address","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/02\/12\/check-ip-address\/","title":{"rendered":"How to Check an IP Address, Routes and links"},"content":{"rendered":"<p>To get the depth information of your network interfaces like IP Address, MAC Address information, use the following command as shown below.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# ip addr show\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n$ sudo ip addr show\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n]# ip addr show\n1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN\n    link\/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n    inet 127.0.0.1\/8 scope host lo\n    inet6 ::1\/128 scope host\n       valid_lft forever preferred_lft forever\n2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP qlen 1000\n    link\/ether 00:0c:29:44:43:24 brd ff:ff:ff:ff:ff:ff\n    inet 216.xx.xx.xx\/24 brd 216.xx.xx.255 scope global eth0\n    inet6 fe80::20c:29ff:fe44:4324\/64 scope link\n       valid_lft forever preferred_lft forever\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# ip route show\n216.xx.xxx.0\/24 dev eth0  proto kernel  scope link  src 216.xx.xxx.xxx\n169.254.0.0\/16 dev eth0  scope link  metric 1002\ndefault via 216.xx.xxx.1 dev eth0\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n#  ip link show\n1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN\n    link\/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00\n2: eth0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP qlen 1000\n    link\/ether 00:0c:29:44:43:24 brd ff:ff:ff:ff:ff:ff\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>To get the depth information of your network interfaces like IP Address, MAC Address information, use the following command as shown below. # ip addr show $ sudo ip addr show ]# ip addr show 1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN link\/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1\/8 scope host lo inet6 ::1\/128 &#8230; <a title=\"How to Check an IP Address, Routes and links\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2015\/02\/12\/check-ip-address\/\" aria-label=\"Read more about How to Check an IP Address, Routes and links\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[72],"tags":[],"class_list":["post-1819","post","type-post","status-publish","format-standard","hentry","category-networking"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=1819"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1819\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=1819"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=1819"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=1819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}