Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Orion Poplawski

On 6/2/20 8:53 AM, Jerry Geis wrote:

Ok so I have used virt-manager to create the name NET100
This is what shows.


   NET100
   1ba45e54-93c2-f291-8b35-a7fe8cae9ac1
   
 
   
   
   
   
 
   
 
   


I DO get a DHCP on my network  - but the client cannot connect to the host
machine. Has access to internet - but just not the host.


This isn't a real bridged network.  This is a NATed local network.

--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help needed for installing MT7601U Linux driver

2020-06-02 Thread John Pierce
are you building that driver for use on a Synology DSM ?   if so, thats not
CentOS.

if not, then why are you using a synology fork of the atmel driver?


On Tue, Jun 2, 2020 at 1:14 AM Harsh chopra <
serviceprovider.tes...@gmail.com> wrote:

> Hi everyone,
>
> My PC don't have an integrated WLAN card, so I bought an USB WIFI device
> which use the MediaTek MT7601U chip(image 'dongle.jpg').
>
> --
> My PC specification-
> OS = CentOS 7.8.2003.
> Processor = AMD Ryzen 5 1600.
> Mother-Board = GA-Gigabyte A320M-S2H
>
> ---
> The lsusb lists devices- It is in the attachments below (ls_usb)
>
> Under /lib/modules/3.10.0-1127.el7.x86_64/kernel/driver/net/wireless/ - It
> is in the attachments below (wireless_list)
>
> Under
>
> /lib/modules/3.10.0-1127.el7.x86_64/kernel/driver/net/wireless/ralink/rt2x00
> - It is in the attachments below (ralink_list)
>
> lsmod list - It is in the attachments below (ls_mod)
>
> --
> I found the github page for installing MT7601U Linux driver
> "https://github.com/imZack/mt7601";
>
> I am having trouble in building the driver as the installation process
> requires Synology toolchain
> 
> and kernel source
> <
> http://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/5004branch/
> >
>
> But I don't know which toolchain and Kernel source to install also I had to
> manually load the modules rt2800usb.So if anyone have any suggestion
> please let me know.
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>


-- 
-john r pierce
  recycling used bits in santa cruz
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Stephen John Smoogen
On Tue, 2 Jun 2020 at 06:39, Jerry Geis  wrote:

> Hello. I desire to get bridge network working using virt-manager.
> Centos 7 and centos 7 guest.
>
> From researching I think I need to have a ifcfg-br0 file like this ?
>
> cat ifcfg-br0
> DEVICE=nm-bridge0
> STP=no
> TYPE=Bridge
> BOOTPROTO=none
> IPADDR=192.168.1.8
> PREFIX=32
> GATEWAY=192.168.1.1
> IPV6INIT=no
> NAME=br0
> ONBOOT=yes
> DELAY=0
>

Our virt-hosting systems all use bridges and I have the following setup for
eth0 and br0

# ifcfg-eth0
NAME="eth0"
TYPE=Ethernet
ONBOOT=yes
NETBOOT=yes
BRIDGE="br0"
UUID=""
HWADDR=""

# ifcfg-br0
NAME="br0"
DEVICE="br0"
ONBOOT=yes
NETBOOT=no
UUID="<>"
IPV6INIT=no
BOOTPROTO=none
IPADDR="<< fill in ip address >>"
NETMASK="<< fill in netmask >>"
GATEWAY="<< fill in gateway >>"
TYPE=Bridge
NAME="br0"
DNS1="<< fill in dns1 >>"
DNS2="<< fill in dns2 >>"
STP="no"

On EL8 systems it changes somewhat. If you just wants a bridge with no ip
address associated with it.. leave those out. Some switches need that


-- 
Stephen J Smoogen.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Jerry Geis
Ok so I have used virt-manager to create the name NET100
This is what shows.


  NET100
  1ba45e54-93c2-f291-8b35-a7fe8cae9ac1
  

  
  
  
  

  

  


I DO get a DHCP on my network  - but the client cannot connect to the host
machine. Has access to internet - but just not the host.

jerry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Alexander Dalloz

Am 02.06.2020 um 12:38 schrieb Jerry Geis:

Hello. I desire to get bridge network working using virt-manager.
Centos 7 and centos 7 guest.

 From researching I think I need to have a ifcfg-br0 file like this ?

cat ifcfg-br0
DEVICE=nm-bridge0
STP=no
TYPE=Bridge
BOOTPROTO=none
IPADDR=192.168.1.8
PREFIX=32
GATEWAY=192.168.1.1
IPV6INIT=no
NAME=br0
ONBOOT=yes
DELAY=0

Is that for sure needed ? The use that nm-bridge0 as the network name?

I dont want to mess up my current setup.
Thanks,

Jerry


Use the virt-manager to create the desired bridge. It will end under 
/etc/libvirt/qemu/networks/. And there probably exists already a


# cat /etc/libvirt/qemu/networks/default.xml



  default
  79d01cb2-28a4-4bdc-8b68-80ac588b2d61
  
  
  
  

  

  


Alexander

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Bridge network for virt-manager

2020-06-02 Thread Leroy Tennison
I haven't done bridging on CentOS but, in the setups I've done, you need to 
associate a physical NIC such as eth0 with the bridge.


From: CentOS  on behalf of Jerry Geis 

Sent: Tuesday, June 2, 2020 5:38 AM
To: CentOS mailing list 
Subject: [EXTERNAL] [CentOS] Bridge network for virt-manager

CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe.


Hello. I desire to get bridge network working using virt-manager.
Centos 7 and centos 7 guest.

>From researching I think I need to have a ifcfg-br0 file like this ?

cat ifcfg-br0
DEVICE=nm-bridge0
STP=no
TYPE=Bridge
BOOTPROTO=none
IPADDR=192.168.1.8
PREFIX=32
GATEWAY=192.168.1.1
IPV6INIT=no
NAME=br0
ONBOOT=yes
DELAY=0

Is that for sure needed ? The use that nm-bridge0 as the network name?

I dont want to mess up my current setup.
Thanks,

Jerry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos

Harriscomputer

Leroy Tennison
Network Information/Cyber Security Specialist
E: le...@datavoiceint.com


[cid:Data-Voice-International-LOGO_aa3d1c6e-5cfb-451f-ba2c-af8059e69609.PNG]


2220 Bush Dr
McKinney, Texas
75070
www.datavoiceint.com


This message has been sent on behalf of a company that is part of the Harris 
Operating Group of Constellation Software Inc.

If you prefer not to be contacted by Harris Operating Group please notify 
us.



This message is intended exclusively for the individual or entity to which it 
is addressed. This communication may contain information that is proprietary, 
privileged or confidential or otherwise legally exempt from disclosure. If you 
are not the named addressee, you are not authorized to read, print, retain, 
copy or disseminate this message or any part of it. If you have received this 
message in error, please notify the sender immediately by e-mail and delete all 
copies of the message.




___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 184, Issue 1

2020-06-02 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.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2020:2334 Important CentOS 7 freerdp Security Update
  (Johnny Hughes)
   2. CESA-2020:2337 Important CentOS 7 git SecurityUpdate
  (Johnny Hughes)
   3. CESA-2020:2344 Important CentOS 7 bind Security   Update
  (Johnny Hughes)


--

Message: 1
Date: Mon, 1 Jun 2020 17:27:23 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2020:2334 Important CentOS 7 freerdp
Security Update
Message-ID: <20200601172723.ga12...@bstore1.rdu2.centos.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2020:2334 Important

Upstream details at : https://access.redhat.com/errata/RHSA-2020:2334

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
e9e31d04292b8a74dd0059fa677993199d6560901e05d899bff523292e396433  
freerdp-2.0.0-4.rc4.el7_8.x86_64.rpm
9525ccd52c4cff879c9c875be6e7639f7928305e3fb45e6b110f51768ad3435e  
freerdp-devel-2.0.0-4.rc4.el7_8.i686.rpm
03bbcd326f47c1b9b7e4b2fc2b01eabbfd5e237529c04985fc68035a3470b5e8  
freerdp-devel-2.0.0-4.rc4.el7_8.x86_64.rpm
a8fe2f06e27066efae184329614a8574dd3dd7117f1ba4b55ea500e63334ad37  
freerdp-libs-2.0.0-4.rc4.el7_8.i686.rpm
aad00478548f2a342ed111ae27ad492942c6890b7bd9de1f58954eaca05c7c4a  
freerdp-libs-2.0.0-4.rc4.el7_8.x86_64.rpm
9e6df1358ba37d30cd7a6e0db76a6ee242bdc0aed0c1a5e039035ec963814555  
libwinpr-2.0.0-4.rc4.el7_8.i686.rpm
32cbd21c213f11009dc3fd3b9dc85e74c8f6a32e136f558bcf0101f9b0137b0f  
libwinpr-2.0.0-4.rc4.el7_8.x86_64.rpm
96d53bb2a1ff0cc5d2545052eafac0ddd3f6bbeab1df28ee2c59fbb53380f88a  
libwinpr-devel-2.0.0-4.rc4.el7_8.i686.rpm
c20c8eb83a977c474a71e3058f67afc3d6734043bc4e2c47cda817ffe6504466  
libwinpr-devel-2.0.0-4.rc4.el7_8.x86_64.rpm

Source:
fec5dcb3b0acb6a41a8b1941355df873663e1e0e135757c003edbaf152b84bd3  
freerdp-2.0.0-4.rc4.el7_8.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS



--

Message: 2
Date: Mon, 1 Jun 2020 17:28:40 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2020:2337 Important CentOS 7 git
SecurityUpdate
Message-ID: <20200601172840.ga12...@bstore1.rdu2.centos.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2020:2337 Important

Upstream details at : https://access.redhat.com/errata/RHSA-2020:2337

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
86ddd0d6b71eadfc635da7932798cec7d018eb7a72fc85dee5b92b713daf4e81  
emacs-git-1.8.3.1-23.el7_8.noarch.rpm
7836a795983d8a8be333000a71c5abe8a208ba0f908627725f359708070a37d6  
emacs-git-el-1.8.3.1-23.el7_8.noarch.rpm
e92952c8a62037ba2d78ad57e7c97e66966e22bf66be12fd2591036b5e73245a  
git-1.8.3.1-23.el7_8.x86_64.rpm
5ae5dc45141c8736d8c9c4f700f0bb300d2d61c344ea47581f532df7ecac2169  
git-all-1.8.3.1-23.el7_8.noarch.rpm
6c646fcbc52ef489c8a27a633497002fcad39c11df5ced2709b3511e175f1011  
git-bzr-1.8.3.1-23.el7_8.noarch.rpm
1501ff27d796808aa9b64303f421351dd1fbaf4af0c5c196d6f49e5fee03466b  
git-cvs-1.8.3.1-23.el7_8.noarch.rpm
93a299387958200cff00127fbdcda934af34bf9a624d3a6a34589f39e3428eab  
git-daemon-1.8.3.1-23.el7_8.x86_64.rpm
0b36556188fbc5cbfd60ac5100672460dcd28b9c315b9615aa3213c580df9297  
git-email-1.8.3.1-23.el7_8.noarch.rpm
b33d482116e336c7c32aaaf54821c5bdd0b6327f6ffdb937c1406759507d1987  
git-gnome-keyring-1.8.3.1-23.el7_8.x86_64.rpm
c7d920286ca5a71baa0c6635e80944336da4fdfdc044e40ef0316a183be01fea  
git-gui-1.8.3.1-23.el7_8.noarch.rpm
36029dffe4ada0b402292298587c4a0e648ce6060bf824a23c72d13ccd517447  
git-hg-1.8.3.1-23.el7_8.noarch.rpm
eefcbca59152d3d20409a503ad6302a2012e14f16e880a42fc947576e596800e  
git-instaweb-1.8.3.1-23.el7_8.noarch.rpm
4472d40bb16b4c2fdbe6868a7b44430aecd49c5cf43c04f554d88695426b66b3  
gitk-1.8.3.1-23.el7_8.noarch.rpm
ac0bffc0baf7ee51bb73e97bde043081f313cc15d12a4cb080f282ac50c40a0d  
git-p4-1.8.3.1-23.el7_8.noarch.rpm
130ba8568e95838fee878b2dc4d467a9bfb94ec4f27a425daaab2cebf1104067  
git-svn-1.8.3.1-23.el7_8.x86_64.rpm
2e616300637e132bfab013e3edc9d8fcafaa63f169022d2012bdd108278956ac  
gitweb-1.8.3.1-23.el7_8.noarch.rpm
e5ebcc9bd42d06dae2da84d0328a9806be288ad726e00f86691be5e08cee1ee7  
perl-Git-1.8.3.1-23.el7_8.noarch.rpm
9bafb4b8c6e850c7cb3111

[CentOS] Bridge network for virt-manager

2020-06-02 Thread Jerry Geis
Hello. I desire to get bridge network working using virt-manager.
Centos 7 and centos 7 guest.

>From researching I think I need to have a ifcfg-br0 file like this ?

cat ifcfg-br0
DEVICE=nm-bridge0
STP=no
TYPE=Bridge
BOOTPROTO=none
IPADDR=192.168.1.8
PREFIX=32
GATEWAY=192.168.1.1
IPV6INIT=no
NAME=br0
ONBOOT=yes
DELAY=0

Is that for sure needed ? The use that nm-bridge0 as the network name?

I dont want to mess up my current setup.
Thanks,

Jerry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help needed for installing MT7601U Linux driver

2020-06-02 Thread Louis Lagendijk
On Tue, 2020-06-02 at 13:44 +0530, Harsh chopra wrote:
> Hi everyone,
> 
> My PC don't have an integrated WLAN card, so I bought an USB WIFI
> device
> which use the MediaTek MT7601U chip(image 'dongle.jpg').
> ---
> ---
> My PC specification-
> OS = CentOS 7.8.2003.
> Processor = AMD Ryzen 5 1600.
> Mother-Board = GA-Gigabyte A320M-S2H
> ---
> 
> 

You don't need to compile the module yourself. 
Elrepo has kmod-mt7601u-4.14.108-1.el7_6.elrepo.x86_64.rpm
As root:
yum install elrepo-release
yum install kmod-mt7601u


/BR, Louis


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Help needed for installing MT7601U Linux driver

2020-06-02 Thread Harsh chopra
Hi everyone,

My PC don't have an integrated WLAN card, so I bought an USB WIFI device
which use the MediaTek MT7601U chip(image 'dongle.jpg').
--
My PC specification-
OS = CentOS 7.8.2003.
Processor = AMD Ryzen 5 1600.
Mother-Board = GA-Gigabyte A320M-S2H
---
The lsusb lists devices- It is in the attachments below (ls_usb)

Under /lib/modules/3.10.0-1127.el7.x86_64/kernel/driver/net/wireless/ - It
is in the attachments below (wireless_list)

Under
/lib/modules/3.10.0-1127.el7.x86_64/kernel/driver/net/wireless/ralink/rt2x00
- It is in the attachments below (ralink_list)

lsmod list - It is in the attachments below (ls_mod)
--
I found the github page for installing MT7601U Linux driver
"https://github.com/imZack/mt7601";

I am having trouble in building the driver as the installation process
requires Synology toolchain

and kernel source


But I don't know which toolchain and Kernel source to install also I had to
manually load the modules rt2800usb.So if anyone have any suggestion
please let me know.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos