일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- albumbook
- SSH
- 2FA
- MSYS2
- MYSQL
- 앨범북
- 앱스토어
- WebAuthn
- Xcode
- fido
- appres
- otpkey
- 애플
- kmip
- SwiftUI
- apple
- SSL
- OSX
- Nodejs
- OTP
- git
- Android
- MFA
- 인증
- css
- SWIFT
- openssl
- 안드로이드
- FIDO2
- 앱리소스
- Today
- Total
인디노트
Redhat 7 NFS Server Port Iptables 본문
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
RPCMOUNTDOPTS="-p 4000"
[root@entrust sysconfig]# netstat -tnlp | grep rpc
tcp 0 0 0.0.0.0:60089 0.0.0.0:* LISTEN 1170/rpc.statd
tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 1265/rpc.mountd
tcp6 0 0 :::40376 :::* LISTEN 1170/rpc.statd
tcp6 0 0 :::4000 :::* LISTEN 1265/rpc.mountd
[root@entrust sysconfig]#
-A INPUT -i tun0 -p tcp -m state --state NEW -m tcp --dport 111 -j ACCEPT
-A INPUT -i tun0 -p udp -m state --state NEW -m udp --dport 111 -j ACCEPT
-A INPUT -i tun0 -p tcp -m state --state NEW -m tcp --dport 4000 -j ACCEPT
-A INPUT -i tun0 -p udp -m state --state NEW -m udp --dport 4000 -j ACCEPT
-A INPUT -i tun0 -p tcp -m state --state NEW -m tcp --dport 2049 -j ACCEPT
-A INPUT -i tun0 -p udp -m state --state NEW -m udp --dport 2049 -j ACCEPT
'개발 플랫폼 및 언어' 카테고리의 다른 글
Microsoft Windows 클라이언트에서 NFS를 사용한 연결 (0) | 2018.04.25 |
---|---|
Mount NFS shares under Windows 7 (0) | 2018.04.25 |
Redhat 7 nfs 서버의 포트 고정 (0) | 2018.04.24 |
Redhat 7 에 epel-release-latest 7 설치 (0) | 2018.04.24 |
CentOS7 yum repo epel-release (0) | 2018.04.23 |