메뉴 건너뛰기

GREATUSER

tech

ETC config static port for nfsd on centos6

관리자 2016.05.21 10:00 조회 수 : 56

config static port for nfsd on centos6   출처 : https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/s2-nfs-nfs-firewall-config.html 설정파일 :  /etc/sysconfig/nfs RQUOTAD_PORT=875 LOCKD_TCPPORT=4001 LOCKD_UDPPORT=4001 MOUNTD_PORT=4002 STATD_PORT=4000 #STATDARG="-p 4000" STATDARG=”-p 4000” 와 STATD_PORT=4000 옵션은 동일한것임..   실행 후 포트 상태 확인 # rpcinfo -p program vers proto port service 100000 4 tcp 111 portmapper 100000 3 tcp 111 portmapper 100000 2 tcp 111 portmapper 100000 4 udp 111 portmapper 100000 3 udp 111 portmapper 100000 2 udp 111 portmapper 100024 1 udp 4000 status 100024 1 tcp 4000 status 100011 1 udp 875 rquotad 100011 2 udp 875 rquotad 100011 1 tcp 875 rquotad 100011 2 tcp 875 rquotad 100005 1 udp 4002 mountd 100005 1 tcp 4002 mountd 100005 2 udp 4002 mountd 100005 2 tcp 4002 mountd 100005 3 udp 4002 mountd 100005 3 tcp 4002 mountd 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100003 [ more... ]

The post config static port for nfsd on centos6 appeared first on 지락문화예술공작단.




원문출처 : https://jirak.net/wp/config-static-port-nfsd-centos6/
번호 제목 글쓴이 날짜 조회 수
67 Mozilla SSL Configuration Generator 관리자 2016.10.15 47
66 mysql server system variables log_warnings to log_error_verbosity 관리자 2016.10.05 1680
65 [MariaDB] InnoDB: Redo log crypto: failed to decrypt log block 관리자 2016.09.28 76
64 [mysql] Buffered warning: Could not increase number of max_open_files to more than 1024 on centos 관리자 2016.09.08 95
63 Unable to validate certificate chain in aws elb – comodossl 관리자 2016.09.06 160
62 WordPress 4.6 “Pepper” 관리자 2016.08.17 46
61 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 3편 관리자 2016.08.12 76
60 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 2편 관리자 2016.08.12 69
59 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 1편 관리자 2016.08.12 75
58 WordPress 4.6 Release Candidate 관리자 2016.07.28 42
57 Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MariaDB client in /home1/htdocs/apartzm/affisacc/php/acc_tongys.inc.php on line 188ERROR 1251: Client does not smysql_connect(): Client 관리자 2016.07.26 66
56 WordPress 4.6 Beta 3 관리자 2016.07.14 33
55 mysqlbinlog: unknown variable ‘default-character-set=utf8’ 관리자 2016.07.09 65
54 WordPress 4.6 Beta 1 관리자 2016.06.30 36
53 $_SERVER[‘SERVER_SOFTWARE’]=’Apache’ in wp-config.php 관리자 2016.06.24 50
위로