国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

vsftpd-1.1.3配制實例之二:INTERNET_SITE_NOINETD

2024-07-21 02:35:43
字體:
來源:轉載
供稿:網友

  This example shows how to run vsFTPd in "standalone" mode - i.e. without
  needing to run an inetd of some kind (inetd, xinetd, tcpserver etc).
  vsftpd has supported standalone mode since v1.1.0.
  With the release of v1.1.3, the feature list of standalone mode has grown so
  that large internet sites no longer need to use an inetd.
  PReviously, large internet sites were forced to use xinetd for the important
  feature of "limit number of concurrent connections from a single ip address".
  Unfortunately, there seem to be xinetd stability issues - various larger
  sites are reporting that xinetd's session counting can go wrong and incorrectly
  kick off users because it thinks the FTP site is full when it is not.
  vsftpd now natively handles maximum session counts and maximum session per IP
  counts. It can also do native access control via tcp_wrappers integration and
  even per-connect-IP configurability.
  To use this example config:
  1) Copy the vsftpd.conf file in this Directory to /etc/vsftpd.conf.
  2) Start up vsftpd, e.g.
  vsftpd &
  3) That should be it!
  The example vsftpd.conf is based on the vsftpd.conf from the INTERNET_SITE
  example. Let's look at the differences (at the top):
  # Standalone mode
  listen=YES
  This tells vsftpd to run in standalone mode. Do NOT try and run vsftpd from
  an inetd with this option set - it won't work, you may well get 500 OOPS:
  could not bind listening socket.
  max_clients=200
  max_per_ip=4
  The maximum number of session is 200 (new clients will get refused with a
  busy message). The maximum number of sessions from a single IP is 4 (the
  5th connect will get refused with a suitable message).
  One further note on standalone mode, regarding virtual IPs. This is very
  easy - just run one copy of vsftpd per virtual IP (remembering to give each
  a separate config file on the command line).
  Distinguish which vsftpd is for which virtual IP with a setting like this
  in the vsftpd.conf:
  listen_address=192.168.1.2
  And launch vsftpd with a specific config file like this:
  vsftpd /etc/vsftpd.conf.site1 &
  vsftpd.conf
  # Standalone mode
  listen=YES
  max_clients=200
  max_per_ip=4
  # Access rights
  anonymous_enable=YES
  local_enable=NO
  write_enable=NO
  anon_upload_enable=NO
  anon_mkdir_write_enable=NO
  anon_other_write_enable=NO
  # Security
  anon_world_readable_only=YES
  connect_from_port_20=YES
  hide_ids=YES
  pasv_min_port=50000
  pasv_max_port=60000
  # Features
  xferlog_enable=YES
  ls_recurse_enable=NO
  ascii_download_enable=NO
  async_abor_enable=YES
  # Performance
  one_process_model=YES
  idle_session_timeout=120
  data_connection_timeout=300
  accept_timeout=60
  connect_timeout=60
  anon_max_rate=50000 right">(出處:清風軟件下載學院)

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 长宁县| 土默特左旗| 修文县| 余姚市| 广安市| 武定县| 兴化市| 岳池县| 长宁县| 南涧| 旺苍县| 奉化市| 静宁县| 淮安市| 双城市| 彭泽县| 资溪县| 奉节县| 兴隆县| 丰台区| 桓台县| 鸡泽县| 临颍县| 郑州市| 黄骅市| 佛冈县| 罗江县| 宁陕县| 方山县| 张家界市| 盱眙县| 资兴市| 深圳市| 辛集市| 河北省| 泽州县| 阿勒泰市| 晋宁县| 琼海市| 桐乡市| 梅河口市|