Bukan Seorang Blogger

LightBlog

Breaking

LightBlog

Install Oidentd Pada CentOS 7


https://centos.pkgs.org/7/epel-x86_64/oidentd-2.0.8-20.el7.x86_64.rpm.html

Install Howto

  1. Download the latest epel-release rpm from
    http://dl.fedoraproject.org/pub/epel/7/x86_64/
  2. Install epel-release rpm:
    # rpm -Uvh epel-release*rpm
  3. Install oidentd rpm package:
    # yum install oidentd
     
     
    systemctl enable oidentd
     
    /usr/lib/systemd/system/oidentd.service 
    ExecStart=/usr/sbin/oidentd --address :: --foreground --nosyslog $OIDENTD_OPTIONS
    systemctl daemon-reload
     
    systemctl start oidentd
     
    /etc/oidentd.conf 
     
    # Configuration for oidentd
    # see oidentd.conf(5)
    #
    default {
            default {
                    deny spoof
                    deny spoof_all
                    deny spoof_privport
                    allow random
                    allow random_numeric
                    allow numeric
                    deny hide
            }
    }
    
    
    
    

Tidak ada komentar:

Posting Komentar

Adbox