Search results

  1. W

    Firewalld - how to block ip address?

    As advised I have tried the following command to block the destination IP address: firewall-cmd --permanent --zone=FedoraServer --add-rich-rule='rule family="ipv4" destination address="X.X.X.X" reject' Output of the command 'firewall-cmd --list-all' for the relevant part is: ... rich rules...
  2. W

    Firewalld - how to block ip address?

    I have tried bock public ip address (www.google.com) using firewalld rich-rule flag: sudo firewall-cmd --permanent --zone=FedoraServer --add-rich-rule='rule family="ipv4" source address="212.77.98.9" reject' sudo firewall-cmd --reload However after adding the rule I can still access...
  3. W

    Can't run samba

    Distro is Fedora 29 When this error had occurred, I removed /etc/samba/ folder , and reinstalled samba, but it did not help, furthermore /etc/samba/ folder is not available now. When i run smbstatus in console and per above instructions I am getting 'Could not initialize messaging, not root?'
  4. W

    Can't run samba

    I an unable to run samba. I am getting following error: Job for smb.service failed because the control process exited with error code. See "systemctl status smb.service" and "journalctl -xe" for details. $ systemctl status smb.service ● smb.service - Samba SMB Daemon Loaded: loaded...
Top