Herramientas de usuario

Herramientas del sitio


proyectos:linuxservidor-red-comando

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
proyectos:linuxservidor-red-comando [2020/02/27 17:57] – [Referencias] manuel.floresvproyectos:linuxservidor-red-comando [2022/06/18 16:18] (actual) manuel.floresv
Línea 52: Línea 52:
  
 //**route**// //**route**//
 +
 +====== Calculadoras IP ======
 +//**ipcalc/ipcalc-ng**//
 +
 +//**subnetcalc**//
 +
 +//**sipcalc**//
 +
 ====== Nombres de interfaz de red ====== ====== Nombres de interfaz de red ======
  
Línea 57: Línea 65:
  
 //**/etc/resolv.conf**// //**/etc/resolv.conf**//
 +Anterior mente solo se editaba el archivo ///etc/resolv.conf// y se agregaban la entrada como
 +<code bash>
 +nameserver 8.8.8.8 
 +nameserver 88.4.4
 +domain example.com
 +</code>
 +
 +Con systemd se debe ver el estado con
 +<code bash>
 +systemd-resolve --status
 +</code>
 +Editar el archivos  ///etc/systemd/resolved.conf// y cambiar la linea 
 +<code bash>
 +DNS=8.8.8.8 8.8.4.4
 +</code>
 +Y reiniciar el servicio
 +<code bash>
 +systemctl  restart systemd-resolved
 +</code>
 +  * https://wiki.archlinux.org/index.php/Systemd-resolved
  
 //**/etc/hosts**// //**/etc/hosts**//
Línea 63: Línea 91:
  
 //**hostname**// //**hostname**//
 +
 +Cambiando el hostname
 +<code bash>
 +sudo hostnamectl set-hostname only-host
 +sudo hostnamectl set-hostname host.your-fqdn-here
 +echo "127.0.0.1 host.your-fqdn-here" >> /etc/hosts
 +</code>
 +Verificando
 +<code bash>
 +hostnamectl status
 +dnsdomainname
 +hostname -f
 +cat /etc/hostname
 +</code>
 +  * https://www.cyberciti.biz/faq/how-to-set-change-fqdn-on-ubuntu-20-04-linux/
  
 //**ifup**// //**ifup**//
Línea 124: Línea 167:
   * https://blog.elastocloud.org/2015/07/qemukvm-bridged-network-with-tap.html   * https://blog.elastocloud.org/2015/07/qemukvm-bridged-network-with-tap.html
   * https://www.linux-kvm.org/page/Networking   * https://www.linux-kvm.org/page/Networking
-  * +  * https://wiki.libvirt.org/page/Net.bridge.bridge-nf-call_and_sysctl.conf 
 +  * https://www.cisco.com/c/en/us/td/docs/routers/xr12000/software/xr12k_r3-9/routing/configuration/guide/xr12krc39_chapter8.html#task_1011694 
 +  * https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/snmp/configuration/xe-16/snmp-xe-16-book/nm-snmp-cfg-snmp-support.html 
 +  * https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r6-5/system-management/configuration/guide/b-system-management-cg-asr9000-65x/b-system-management-cg-asr9000-65x_chapter_0101.html 
 +  * https://www.cisco.com/c/dam/en/us/td/docs/routers/asr9000/mib/guide/asr9k-mibs.pdf 
 +  * https://www.cacti.net/downloads/docs/html/graph_snmp_oid.html 
 +  * https://shivering-isles.com/Configure-DoT-on-systemd-resolved 
 +  * https://www.golinuxcloud.com/nmcli-command-examples-cheatsheet-centos-rhel/
  
  
proyectos/linuxservidor-red-comando.1582826247.txt.gz · Última modificación: por manuel.floresv