[CentOS] selinux modules compat

2021-12-07 Thread Leon Fauster via CentOS
Hey, after some time not touching any selinux config, I wonder about the bin format of selinux modules. Theoretically question: When I compile some selinux modules on my workstation (el8). Are these modules (forward/backward) compatible for usage on other EL major releases? EL8 mod --deploy2-->

[CentOS] CentOS-announce Digest, Vol 200, Issue 4

2021-12-07 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ.

[CentOS] email address

2021-12-07 Thread Wells, Roger K. [US-US] via CentOS
How to change email address for this list? current: roger.k.we...@leidos.com change to: roger.k.we...@alum.mit.edu I've tried several times but so far nothing has worked. thx Roger Wells, P.E. leidos 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) _

Re: [CentOS] email address

2021-12-07 Thread Anand Buddhdev
On 07/12/2021 14:46, Wells, Roger K. [US-US] via CentOS wrote: Hi Roger, How to change email address for this list? current: roger.k.we...@leidos.com change to: roger.k.we...@alum.mit.edu At the end of every message to the list, is a link to the mailman setup of this list. Start by following

Re: [CentOS] email address

2021-12-07 Thread Mike Burger
I recommend unsubscribing the current address and subscribing your new address. On 2021-12-07 08:46, Wells, Roger K. [US-US] via CentOS wrote: How to change email address for this list? current: roger.k.we...@leidos.com change to: roger.k.we...@alum.mit.edu I've tried several times but so far

[CentOS] Qemu - enabling "bridge mode" for primary physical interface for VMs

2021-12-07 Thread Lists
I have a physical host with a single physical network adapter. I want to host several VMs on host. (guest1 - guest4) The guest systems are accessible via 192.168.122.* as is the default with qemu/virsh. There are 4 IP addresses being routed to the primary interface on host. I can set up an ali

Re: [CentOS] Qemu - enabling "bridge mode" for primary physical interface for VMs

2021-12-07 Thread Gordon Messmer
The easiest way to set up bridged mode is to use virsh to convert the eth0 configuration to a new bridge, br0:     virsh iface-bridge eth0 br0 --no-stp ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Qemu - enabling "bridge mode" for primary physical interface for VMs

2021-12-07 Thread Chris Adams
Once upon a time, Lists said: > I understand that it's possible to allow the 4 VM guest systems to each have > a > "direct" fixed IP address and access the addresses \via the host network > adapter, while the host retains its fixed IP. If you are running NetworkManager (the default), it's not