Linux, セキュリティ

TCP Wrapper

 

FTPとSSHのIP制限を行う場合、TCP Wrapperが簡単です。

# vi /etc/hosts.allow

#
# hosts.allow This file contains access rules which are used to
# allow or deny connections to network services that
# either use the tcp_wrappers library or that have been
# started through a tcp_wrappers-enabled xinetd.
#
# See 'man 5 hosts_options' and 'man 5 hosts_access'
# for information on rule syntax.
# See 'man tcpd' for information on tcp_wrappers
#

ALL : 127.0.0.1
sshd : 222.xxx.yyy.133, 155.aaa.bbb.121
vsftpd : 222.xxx.yyy.133, 155.aaa.bbb.121

 

 

# vi /etc/hosts.deny

sshd : all
vsftpd : all

 

 

 

 

 

 

 

 

 

 

 

 

 

Amazonおすすめ

iPad 9世代 2021年最新作

iPad 9世代出たから買い替え。安いぞ!🐱 初めてならiPad。Kindleを外で見るならiPad mini。ほとんどの人には通常のiPadをおすすめします><

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)