{"id":2451,"date":"2019-09-30T17:15:39","date_gmt":"2019-09-30T23:15:39","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=2451"},"modified":"2019-09-30T17:15:39","modified_gmt":"2019-09-30T23:15:39","slug":"debian-ip-estatica","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=2451","title":{"rendered":"Debian: IP est\u00e1tica"},"content":{"rendered":"\n<p>Esta gu\u00eda explica como configurar una ip est\u00e1tica en debian<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Abrimos el archivo <\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>nano \/etc\/network\/interfaces<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Modificamos<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># This file describes the network interfaces available on your system\n# and how to activate them. For more information, see interfaces(5).\n\nsource \/etc\/network\/interfaces.d\/*\n\n# The loopback network interface\nauto lo\niface lo inet loopback\n\n# The primary network interface\nallow-hotplug ens18\niface ens18 inet dhcp\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>Por:<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code># This file describes the network interfaces available on your system\n# and how to activate them. For more information, see interfaces(5).\n\nsource \/etc\/network\/interfaces.d\/*\n\n# The loopback network interface\nauto lo\niface lo inet loopback\n\n# The primary network interface\nallow-hotplug ens18\niface ens18 inet static\n address 10.20.200.32\n netmask 255.255.255.0\n broadcast 10.20.200.255\n gateway 10.20.200.1\n dns-nameservers 10.20.200.36\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Esta gu\u00eda explica como configurar una ip est\u00e1tica en debian Abrimos el archivo Modificamos Por:<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2451","post","type-post","status-publish","format-standard","hentry","category-sin-categoria"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/2451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2451"}],"version-history":[{"count":1,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/2451\/revisions"}],"predecessor-version":[{"id":2452,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/2451\/revisions\/2452"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2451"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2451"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}