{"id":1174,"date":"2017-02-04T18:49:46","date_gmt":"2017-02-04T09:49:46","guid":{"rendered":"http:\/\/blog.box.kr\/?p=1174"},"modified":"2017-02-04T18:49:57","modified_gmt":"2017-02-04T09:49:57","slug":"centos7","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=1174","title":{"rendered":"centos7] Adding to Firwwall rules"},"content":{"rendered":"<p>Adding to Firwwall rules<\/p>\n<pre><code>\r\nsudo iptables -I INPUT -p tcp --dport 3030 -j ACCEPT\r\nsudo service iptables save<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Adding to Firwwall rules sudo iptables -I INPUT -p tcp &#8211;dport 3030 -j ACCEPT sudo service iptables save<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"ngg_post_thumbnail":0,"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[39],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/s5q9Zn-centos7","jetpack-related-posts":[{"id":716,"url":"https:\/\/blog.box.kr\/?p=716","url_meta":{"origin":1174,"position":0},"title":"CentOS SSH Installation And Configuration","date":"2015-04-15","format":false,"excerpt":"http:\/\/www.cyberciti.biz\/faq\/centos-ssh\/ \u00a0 How do I install and configure ssh server and client under CentOS Linux operating systems? You need to install the following packages (which are installed by default until and unless you removed it or skipped it while installing CentOS) openssh-clients : The OpenSSH client applications openssh-server : The\u2026","rel":"","context":"In &quot;\uae30\uc220\uc790\ub8cc&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":606,"url":"https:\/\/blog.box.kr\/?p=606","url_meta":{"origin":1174,"position":1},"title":"centos \uc5d0\uc11c vsftpd passive mode \uc14b\ud305","date":"2015-03-10","format":false,"excerpt":"vsftpd \uc14b\ud305\uc744 \ub2e4 \ud558\uace0 \ub098\uc11c \uc544\ub798\uc640 \uac19\uc740 \uc811\uc18d \uc624\ub958 \ubc1c\uc0dd Error: Failed to retrieve directory listing \ub0b4\uc6a9\uc740 Passive mode\ub85c \uc811\uc18d\uc774 \ubd88\uac00\ud568.. \ucc98\ub9ac \ubc29\ubc95\uc740.. \/etc\/vsftpd.conf\u00a0 \ud30c\uc77c\uc774 \uc544\ub798 \ub0b4\uc6a9 \ucd94\uac00 pasv_enable=YES pasv_min_port=64000 pasv_max_port=64321 port_enable=YES pasv_address=<NAT IP> pasv_addr_resolve=NO \uadf8\ub7f0 \ub2e4\uc74c Linux \ub0b4\ubd80 iptable \uc124\uc815 \uc544\ub798\uc640 \uac19\uc774 \ucc98\ub9ac ptables -I INPUT -p tcp --destination-port\u2026","rel":"","context":"In &quot;Linux&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":694,"url":"https:\/\/blog.box.kr\/?p=694","url_meta":{"origin":1174,"position":2},"title":"* APM\uc124\uce58","date":"2015-04-15","format":false,"excerpt":"1. \uc124\uc815 \ubc29\ud654\ubcbd \ucf1c\uc838 80 \ud3ec\ud2b8, 3306 \ud3ec\ud2b8 vi \/etc\/sysconfig\/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT \/etc\/init.d\/iptables restart #\ub9c8\uc9c0\ub9c9\uc73c\ub85c \ub2e4\uc2dc \ubc29\ud654\ubcbd \ub54c\ubb38\uc5d0 \uc124\uc815\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4 2. \ub2eb\uae30SELINUX vi \/etc\/selinux\/config\u2026","rel":"","context":"In &quot;\uae30\uc220\uc790\ub8cc&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":736,"url":"https:\/\/blog.box.kr\/?p=736","url_meta":{"origin":1174,"position":3},"title":"VSFTP install on CENTOS7","date":"2015-04-27","format":false,"excerpt":"1. using yum yum -y install vsftpd db4-utils 2. config vi \/etc\/vsftpd\/vsftpd.conf We need to adjust some basic parameters in this file to increase security and establish our connection options. The first thing we will do is disable anonymous users. While this option may make sense for a large, public\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":714,"url":"https:\/\/blog.box.kr\/?p=714","url_meta":{"origin":1174,"position":4},"title":"HOW TO INSTALL PUPPET ON CENTOS7","date":"2015-04-15","format":false,"excerpt":"https:\/\/garage.godaddy.com\/tech\/config\/install-puppet-centos7\/ Puppet is a configuration management tool designed to allow users to define the state of complex IT infrastructures in the easiest way possible. Once those definitions are created, Puppet will automatically enforce those rules across each node. After installation, a Puppet agent is placed on every server, device and\u2026","rel":"","context":"In &quot;\uae30\uc220\uc790\ub8cc&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":718,"url":"https:\/\/blog.box.kr\/?p=718","url_meta":{"origin":1174,"position":5},"title":"How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7","date":"2015-04-15","format":false,"excerpt":"https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-7 \u00a0 How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7 Introduction A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents\u2026","rel":"","context":"In &quot;\uae30\uc220\uc790\ub8cc&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/1174"}],"collection":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1174"}],"version-history":[{"count":2,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/1174\/revisions"}],"predecessor-version":[{"id":1176,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/1174\/revisions\/1176"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}