• 13-08-2022, 18:57:23
    #10
    groupadd -g 23 nohidproc
    usermod -a -G nohidproc polkitd
    mount -o remount,rw,hidepid=2,gid=nohidproc /proc
    systemctl restart polkit
    echo "proc /proc proc defaults,hidepid=2,gid=nohidproc 0 0" >> /etc/fstab
    mount -a
    systemctl restart polkit
    bunu çalıştırdıktan sonra tekrar port aç kaydet restart işlemi yapıp deneyebilirsiniz.
  • 14-08-2022, 11:16:06
    #11
    Bilgileri yolla bakayım ben
  • 06-02-2023, 13:59:16
    #12
    umutyildiz adlı üyeden alıntı: mesajı görüntüle
    iptables -I INPUT -p tcp --dport YENİPORT -j ACCEPT
    iptables -I INPUT -p tcp --sport YENİPORT -j ACCEPT
    service iptables save
    service iptables restart
    İşe yaradı teşekkür ederim.