[Gutl-l] Sobre Samba

2021-05-20 Por tema Jose Joaquin Ruiz Silva
Hola amigos necesito una ayudita. Tengo un samba 4 como pdc pero tengo 
que montar uno nuevo como puedo hacer que todos los usuarios y demas 
cosas pasen del viejo al nuevo.Creo que vi en el algun lado algo de un 
pdc secundario o algo asi y unirlo al otro pdc  y despues pasar las 
cosas y promoverlo como primario pero no encuentro nada que me pueda 
ayudar hacerlo.



Gracias.

___
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu


[Gutl-l] Re: CentOS y OpenVSwitch

2021-05-20 Por tema Ulises Gonzalez Horta

On 2021-05-19 18:45, Manuel Mely wrote:

On 04/27/2021 3:45 PM Yunel del Toro Montoya  
wrote:


Hola:

Alguien ha trabajado con Open vSwitch en RHEL/CentOS

que me ayude a crear una configuraciones de Red, bridges sobre vlan y 
bonds


Gracias

___
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu


Con RHEL/CentOS no, pero con Debian 10 si.

Esta configuracion (/etc/network/interfaces), hace un bond con las 
interfaces fisicas enp2s0, enp3s0 para 3 VLANs, 20, 90 y 192.


Este host (proxmox server), es accesible via vlan20.

auto enp2s0
iface enp2s0 inet manual

auto enp3s0
iface enp3s0 inet manual

allow-vmbr0 vlan20
iface vlan20 inet static
address 10.60.30.228/26
gateway 10.60.30.254
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_mtu 1503
ovs_options tag=20

allow-vmbr0 vlan90
iface vlan90 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_mtu 1503
ovs_options tag=90

allow-vmbr0 vlan192
iface vlan192 inet manual
ovs_type OVSIntPort
ovs_bridge vmbr0
ovs_mtu 1503
ovs_options tag=192

allow-vmbr0 bond0
iface bond0 inet manual
ovs_bonds enp2s0 enp3s0
ovs_type OVSBond
ovs_bridge vmbr0
ovs_mtu 1503
ovs_options trunks=20,90,192 bond_mode=balance-tcp lacp=active 
other_config:lacp-time=fast tag=1 vlan_mode=native-untagged


allow-ovs vmbr0
iface vmbr0 inet manual
ovs_type OVSBridge
ovs_ports vlan20 vlan90 vlan192 bond0
ovs_mtu 1503

Esto de abajo es un resumen del switch, los puertos tap* y veth* son 
creados automaticamente por proxmox.


root@shuttle01:~# ovs-vsctl show
6743cae5-5342-4d65-8080-d43b4f48076f
Bridge "vmbr0"
Port "veth102i0"
tag: 20
Interface "veth102i0"
Port "vmbr0"
Interface "vmbr0"
type: internal
Port "vlan90"
tag: 90
Interface "vlan90"
type: internal
Port "veth115i0"
tag: 20
Interface "veth115i0"
Port "bond0"
tag: 1
trunks: [20, 90, 192]
Interface "enp3s0"
Interface "enp2s0"
Port "veth105i0"
tag: 20
Interface "veth105i0"
Port "tap112i0"
tag: 20
Interface "tap112i0"
Port "veth104i0"
tag: 20
Interface "veth104i0"
Port "tap100i1"
tag: 192
Interface "tap100i1"
Port "veth101i0"
tag: 20
Interface "veth101i0"
Port "vlan192"
tag: 192
Interface "vlan192"
type: internal
Port "veth103i0"
tag: 20
Interface "veth103i0"
Port "tap107i1"
tag: 192
Interface "tap107i1"
Port "tap100i2"
tag: 90
Interface "tap100i2"
Port "veth108i0"
tag: 20
Interface "veth108i0"
Port "veth103i1"
tag: 192
Interface "veth103i1"
Port "veth110i0"
tag: 20
Interface "veth110i0"
Port "tap114i0"
tag: 20
Interface "tap114i0"
Port "veth113i0"
tag: 20
Interface "veth113i0"
Port "tap100i0"
tag: 20
Interface "tap100i0"
Port "vlan20"
tag: 20
Interface "vlan20"
type: internal
Port "veth115i1"
tag: 192
Interface "veth115i1"
Port "veth104i1"
tag: 192
Interface "veth104i1"
Port "tap107i0"
tag: 20
Interface "tap107i0"
Port "tap109i0"
tag: 20
Interface "tap109i0"
Port "veth113i1"
tag: 192
Interface "veth113i1"
Port "veth106i0"
tag: 20
Interface "veth106i0"
ovs_version: "2.12.0"
___
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu


Usa network manager para eso, busca en "apropos nmcli" hay un man que se 
llama examples.d o algo asi,  leete ese man que tiene muy buenos 
ejemplos


--
Salu2, Ulinx
"En un problema con n ecuaciones
siempre habrá al menos n+1 incógnitas"
Linux user 366775
Quieres saber de Cuba o visitar Cuba, revisa mi canal Youtube (en 
español) http://bit.ly/Alocubano___
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu


[Gutl-l] Re: Sobre Samba

2021-05-20 Por tema Rommel Rodriguez Toirac
El jueves, 20 de mayo de 2021 7:42:33 (CDT) Jose Joaquin Ruiz Silva escribieron:
> Hola amigos necesito una ayudita. Tengo un samba 4 como pdc pero tengo 
> que montar uno nuevo como puedo hacer que todos los usuarios y demas 
> cosas pasen del viejo al nuevo.Creo que vi en el algun lado algo de un 
> pdc secundario o algo asi y unirlo al otro pdc  y despues pasar las 
> cosas y promoverlo como primario pero no encuentro nada que me pueda 
> ayudar hacerlo.
> 
> 
> Gracias.
> 
> ___
> Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
> To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu

 Si lo que tienes es un Directorio Activo en samba4 y quieres unirle un 
Controlador de 
Dominio nuevo y luego promover este último a Directorio Activo y transferirle 
los roles 
FSMO busca aquí:

 https://wiki.samba.org/

https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory[1]

https://wiki.samba.org/index.php/Transferring_and_Seizing_FSMO_Roles[2]


-- 
Rommel Rodriguez Toirac
rommel.rodrig...@gtm.onat.gob.cu
Teléfono: 21327444 ext 120


[1] 
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory
[2] https://wiki.samba.org/index.php/Transferring_and_Seizing_FSMO_Roles
___
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu


[Gutl-l] Proxmox

2021-05-20 Por tema Jose Joaquin Ruiz Silva
Hola amigos de la lista tengo un problema tengo un servidor proxmox 5.4 
con 4 maquinas virtuales y una de ellas la salva va por 50 Gb y el local 
del proxmox solo tiene 90 gb y no tengo forma en estos momentos de 
hacerme de un disco para ese modelo de server como puedo quitarle 
espacio a la local-lvm y darle a la local



Saludos

___
Gutl-l mailing list -- gutl-l@listas.jovenclub.cu
To unsubscribe send an email to gutl-l-le...@listas.jovenclub.cu