{"id":7321,"date":"2022-04-02T19:35:07","date_gmt":"2022-04-02T10:35:07","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=7321"},"modified":"2022-04-02T19:35:08","modified_gmt":"2022-04-02T10:35:08","slug":"ip-check-setting","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=7321","title":{"rendered":"IP check \/ setting"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">remark : \uc138\ud305 \uc708\ub3c4\uc6b0 \uc640 \ube44\uad50<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \" title=\"windows\" >C:\\Users\\virtual01&gt;ipconfig \/all\n \nWindows IP \uad6c\uc131\n \n   \ud638\uc2a4\ud2b8 \uc774\ub984 . . . . . . . . : virtual01-PC\n   \uc8fc DNS \uc811\ubbf8\uc0ac . . . . . . . :\n   \ub178\ub4dc \uc720\ud615 . . . . . . . . . : \ud63c\uc131\n   IP \ub77c\uc6b0\ud305 \uc0ac\uc6a9. . . . . . . : \uc544\ub2c8\uc694\n   WINS \ud504\ub85d\uc2dc \uc0ac\uc6a9. . . . . . : \uc544\ub2c8\uc694\n \n\uc774\ub354\ub137 \uc5b4\ub311\ud130 \ub85c\uceec \uc601\uc5ed \uc5f0\uacb0:\n \n   \uc5f0\uacb0\ubcc4 DNS \uc811\ubbf8\uc0ac. . . . :\n   \uc124\uba85. . . . . . . . . . . . : Intel(R) PRO\/1000 MT Desktop Adapter\n   \ubb3c\ub9ac\uc801 \uc8fc\uc18c . . . . . . . . : 08-00-27-85-DA-58\n   DHCP \uc0ac\uc6a9 . . . . . . . . . : \uc608\n   \uc790\ub3d9 \uad6c\uc131 \uc0ac\uc6a9. . . . . . . : \uc608\n   \ub9c1\ud06c-\ub85c\uceec IPv6 \uc8fc\uc18c . . . . : fe80::547d:ab1e:ecbd:81e6%11(\uae30\ubcf8 \uc124\uc815)\n   IPv4 \uc8fc\uc18c . . . . . . . . . : 10.0.2.15(\uae30\ubcf8 \uc124\uc815)\n   \uc11c\ube0c\ub137 \ub9c8\uc2a4\ud06c . . . . . . . : 255.255.255.0\n   \uc784\ub300 \uc2dc\uc791 \ub0a0\uc9dc. . . . . . . : 2021\ub144 6\uc6d4 23\uc77c \uc218\uc694\uc77c \uc624\uc804 11:16:53\n   \uc784\ub300 \ub9cc\ub8cc \ub0a0\uc9dc. . . . . . . : 2021\ub144 6\uc6d4 24\uc77c \ubaa9\uc694\uc77c \uc624\uc804 11:16:53\n   \uae30\ubcf8 \uac8c\uc774\ud2b8\uc6e8\uc774 . . . . . . : 10.0.2.2\n   DHCP \uc11c\ubc84 . . . . . . . . . : 10.0.2.2\n   DHCPv6 IAID . . . . . . . . : 235405351\n   DHCPv6 \ud074\ub77c\uc774\uc5b8\ud2b8 DUID. . . : 00-01-00-01-23-E6-EB-36-08-00-27-82-DA-26\n   DNS \uc11c\ubc84. . . . . . . . . . : 8.8.8.8\n                                 8.8.4.4\n   Tcpip\ub97c \ud1b5\ud55c NetBIOS. . . . : \uc0ac\uc6a9\n \n\ud130\ub110 \uc5b4\ub311\ud130 isatap.{570B76AA-9ADB-4E32-B867-1A624A0B0766}:\n \n   \ubbf8\ub514\uc5b4 \uc0c1\ud0dc . . . . . . . . : \ubbf8\ub514\uc5b4 \uc5f0\uacb0 \ub04a\uae40\n   \uc5f0\uacb0\ubcc4 DNS \uc811\ubbf8\uc0ac. . . . :\n   \uc124\uba85. . . . . . . . . . . . : Microsoft ISATAP Adapter\n   \ubb3c\ub9ac\uc801 \uc8fc\uc18c . . . . . . . . : 00-00-00-00-00-00-00-E0\n   DHCP \uc0ac\uc6a9 . . . . . . . . . : \uc544\ub2c8\uc694\n   \uc790\ub3d9 \uad6c\uc131 \uc0ac\uc6a9. . . . . . . : \uc608<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">CentOS Setting<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \" >vi \/etc\/sysconfig\/network-scripts\/ifcfg-eth0s3\n \n# static IP address on CentOS 7 or RHEL 7#\nHWADDR=00:08:A2:0A:BA:B8\nTYPE=Ethernet\nBOOTPROTO=none\n# Server IP #\nIPADDR=10.0.2.15\n# Subnet #\nPREFIX=24\n# Set default gateway IP #\nGATEWAY=10.0.2.2\n# Set dns servers #\nDNS1=8.8.8.8\nDNS2=8.8.4.4\nDEFROUTE=yes\nIPV4_FAILURE_FATAL=no\n# Disable ipv6 #\nIPV6INIT=no\nNAME=eth0\n# This is system specific and can be created using 'uuidgen eth0' command #\nUUID=41171a6f-bce1-44de-8a6e-cf5e782f8bd6\nDEVICE=eth0\nONBOOT=yes<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Restart<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:vim decode:true \" >\n# systemctl restart network<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>remark : \uc138\ud305 \uc708\ub3c4\uc6b0 \uc640 \ube44\uad50 CentOS Setting Restart<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[],"class_list":["post-7321","post","type-post","status-publish","format-standard","hentry","category-centos"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IP check \/ setting - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=7321\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IP check \/ setting - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"remark : \uc138\ud305 \uc708\ub3c4\uc6b0 \uc640 \ube44\uad50 CentOS Setting Restart\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=7321\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-02T10:35:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-02T10:35:08+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"IP check \\\/ setting\",\"datePublished\":\"2022-04-02T10:35:07+00:00\",\"dateModified\":\"2022-04-02T10:35:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321\"},\"wordCount\":7,\"commentCount\":0,\"articleSection\":[\"[OS]CentOS\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321\",\"name\":\"IP check \\\/ setting - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2022-04-02T10:35:07+00:00\",\"dateModified\":\"2022-04-02T10:35:08+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7321#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IP check \\\/ setting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IP check \/ setting - AuctionPro","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:\/\/www.auctionpro.co.kr\/?p=7321","og_locale":"ko_KR","og_type":"article","og_title":"IP check \/ setting - AuctionPro","og_description":"remark : \uc138\ud305 \uc708\ub3c4\uc6b0 \uc640 \ube44\uad50 CentOS Setting Restart","og_url":"https:\/\/www.auctionpro.co.kr\/?p=7321","og_site_name":"AuctionPro","article_published_time":"2022-04-02T10:35:07+00:00","article_modified_time":"2022-04-02T10:35:08+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=7321#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7321"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"IP check \/ setting","datePublished":"2022-04-02T10:35:07+00:00","dateModified":"2022-04-02T10:35:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7321"},"wordCount":7,"commentCount":0,"articleSection":["[OS]CentOS"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=7321#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=7321","url":"https:\/\/www.auctionpro.co.kr\/?p=7321","name":"IP check \/ setting - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2022-04-02T10:35:07+00:00","dateModified":"2022-04-02T10:35:08+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7321#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=7321"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=7321#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"IP check \/ setting"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/7321","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7321"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/7321\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7321"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7321"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7321"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}