Menú
08225, Terrassa (Barcelona)
Soporte Técnico
Sábados a convenir
Cita de Usuario borrado en 2 octubre, 2019, 8:18 pmAñadir usuario:
[root@localhost ~]# useradd cent
The fast memory caches was not invalidated by NSS responder.
[root@localhost ~]# passwd cent
Cambiando la contraseña del usuario cent.
Nueva contraseña:
CONTRASEÑA INCORRECTA: La contraseña tiene menos de 8 caracteres
Vuelva a escribir la nueva contraseña:
passwd: todos los tokens de autenticación se actualizaron exitosamente.Cambiar a otro usuario
[root@localhost ~]# su cent
[cent@localhost root]$ su -
Contraseña:
[root@localhost ~]#Dar permisos para cambiar a root a un usuario
[root@localhost ~]# usermod -G wheel cent
[root@localhost ~]# vi /etc/pam.d/suReenviar correos de un usuario a otro
[root@localhost ~]# nano /etc/aliases
quitar # de #root : marc, y poner en lugar de marc el nombre de usuario deseadoProceso ejecutado correctamente
Añadir usuario:
[root@localhost ~]# useradd cent
The fast memory caches was not invalidated by NSS responder.
[root@localhost ~]# passwd cent
Cambiando la contraseña del usuario cent.
Nueva contraseña:
CONTRASEÑA INCORRECTA: La contraseña tiene menos de 8 caracteres
Vuelva a escribir la nueva contraseña:
passwd: todos los tokens de autenticación se actualizaron exitosamente.
Cambiar a otro usuario
[root@localhost ~]# su cent
[cent@localhost root]$ su -
Contraseña:
[root@localhost ~]#
Dar permisos para cambiar a root a un usuario
[root@localhost ~]# usermod -G wheel cent
[root@localhost ~]# vi /etc/pam.d/su
Reenviar correos de un usuario a otro
[root@localhost ~]# nano /etc/aliases
quitar # de #root : marc, y poner en lugar de marc el nombre de usuario deseado
Proceso ejecutado correctamente
Cita de Usuario borrado en 2 octubre, 2019, 8:29 pmFirewall:
Comprobar estado del firewall
[root@localhost ~]# systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor p>
Active: active (running) since Wed 2019-10-02 19:44:16 CEST; 38min ago
Docs: man:firewalld(1)
Main PID: 1022 (firewalld)
Tasks: 2 (limit: 11373)
Memory: 3.1M
CGroup: /system.slice/firewalld.service
└─1022 /usr/libexec/platform-python -s /usr/sbin/firewalld --nofork >oct 02 19:44:11 localhost.localdomain systemd[1]: Starting firewalld - dynamic >
oct 02 19:44:16 localhost.localdomain systemd[1]: Started firewalld - dynamic f>
lines 1-12/12 (END)Parar y desactivar firewall
[root@localhost ~]# systemctl stop firewalld
[root@localhost ~]# systemctl disable firewalld
Removed /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.SELinux
Saber estado de SElinux
[root@localhost ~]# getenforce
Enforcing
[root@localhost ~]# nano /etc/selinux/config# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=enforcing
# SELINUXTYPE= can take one of these three values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are pr$
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
Firewall:
Comprobar estado del firewall
[root@localhost ~]# systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor p>
Active: active (running) since Wed 2019-10-02 19:44:16 CEST; 38min ago
Docs: man:firewalld(1)
Main PID: 1022 (firewalld)
Tasks: 2 (limit: 11373)
Memory: 3.1M
CGroup: /system.slice/firewalld.service
└─1022 /usr/libexec/platform-python -s /usr/sbin/firewalld --nofork >
oct 02 19:44:11 localhost.localdomain systemd[1]: Starting firewalld - dynamic >
oct 02 19:44:16 localhost.localdomain systemd[1]: Started firewalld - dynamic f>
lines 1-12/12 (END)
Parar y desactivar firewall
[root@localhost ~]# systemctl stop firewalld
[root@localhost ~]# systemctl disable firewalld
Removed /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
SELinux
Saber estado de SElinux
[root@localhost ~]# getenforce
Enforcing
[root@localhost ~]# nano /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=enforcing
# SELINUXTYPE= can take one of these three values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are pr$
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
Cita de Usuario borrado en 7 octubre, 2019, 7:45 pmCambiar el nombre de red del host
[pablo@localhost ~]$ hostnamectl set-hostname dlp.srv.world
Comprobación
[pablo@localhost ~]$ hostnamectl
Static hostname: dlp.srv.world
Icon name: computer-vm
Chassis: vm
Machine ID: 21abd4e4a8c1418f8220957e8af4bd52
Boot ID: b28eefa612444aae9a8a73e2bf36a068
Virtualization: vmware
Operating System: CentOS Linux 8 (Core)
CPE OS Name: cpe:/o:centos:centos:8
Kernel: Linux 4.18.0-80.7.1.el8_0.x86_64
Architecture: x86-64Comprobar dispositivos de red
[pablo@localhost ~]$ nmcli d
DEVICE TYPE STATE CONNECTION
ens33 ethernet conectado ens33
lo loopback sin gestión --
Cambiar el nombre de red del host
[pablo@localhost ~]$ hostnamectl set-hostname dlp.srv.world
Comprobación
[pablo@localhost ~]$ hostnamectl
Static hostname: dlp.srv.world
Icon name: computer-vm
Chassis: vm
Machine ID: 21abd4e4a8c1418f8220957e8af4bd52
Boot ID: b28eefa612444aae9a8a73e2bf36a068
Virtualization: vmware
Operating System: CentOS Linux 8 (Core)
CPE OS Name: cpe:/o:centos:centos:8
Kernel: Linux 4.18.0-80.7.1.el8_0.x86_64
Architecture: x86-64
Comprobar dispositivos de red
[pablo@localhost ~]$ nmcli d
DEVICE TYPE STATE CONNECTION
ens33 ethernet conectado ens33
lo loopback sin gestión --
© Informàtica Can Boada All rights reserved