扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
#允许本地登录
netacl-in.telnetd: permit-hosts 127.0.0.1 -exec /usr/sbin/in.telnetd
#只允许10.1.1.5远程登录到防火墙
netacl-in.telnetd: permit-hosts 10.1.1.5 -exec /usr/sbin/in.telnetd
#显示不允许登录时的拒绝信息
netacl-in.telnetd: permit-hosts * -exec /bin/cat /home/guest/notelnet.txt
netacl-in.telnetd: timeout 300 #超时设置
● 控制通过防火墙主机(telnet代理)部分(最好在/etc/passwd中将guest的/bin/bash改成/bin/false):
#认证服务器IP和端口号
tn-gw: authserver 127.0.0.1 7777
tn-gw: directory /home/guest #工作目录
tn-gw: groupid guest #工作组名
tn-gw: userid guest #工作用户名
# 欢迎信息
tn-gw: welcome-msg tn-welcome.txt
# 对拒绝访问者的信息
tn-gw: denial-msg tn-deny.txt
# 对受限目的拒绝访问者的信息
tn-gw: denydest-msg tn-denydest.txt
tn-gw: help-msg tn-help.txt # 帮助信息
tn-gw: timeout 300 # 设定超时的时间
tn-gw: prompt tn-gw-> # 提示符
# 允许10.1.1.*机器登录
tn-gw: permit-hosts 10.1.1.* -dest * -passok
# 允许192.9.200.*机器登录,但要求进行身份认证
tn-gw: permit-hosts 192.9.200.* -dest 10.1.1.* -auth
4.配置认证服务器
● 配置/etc/services,给authsrv增加端口号:
authsrv 7777/tcp
● 配置/etc/inetd.conf,以inted进程启动authsrv:
authsrv stream tcp nowait root /usr/local/etc/authsrv authsrv
执行killall -HUP inetd使改动生效。
5.配置netperm-table:
#允许防火墙主机使用认证服务器
authsrv: hosts 127.0.0.1
#数据库所在路径
authsrv: database /usr/local/etc/fw-authdb
authsrv: directory /home/guest #工作目录
authsrv: groupid guest #工作组名
authsrv: userid guest #工作用户名
authsrv: badsleep 1200 #禁止尝试注册的时间
authsrv: timeout 300 #超时设置
authsrv: nobogus true #允许注册失败响应
依据以上步骤,同样可以高效地配置FTP代理(ftp-gw)、邮件代理(smap)、HTTP代理(http-gw)、pop3代理(plug-gw)。
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者