<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Make sure that the interface that you are bridging to is not a wireless interface otherwise it won't work. Very deep in the documentation about setting up KVM there is a warning about that it's something about how they initiate connections on a wireless interface
 is different than on a wired one and it breaks things in KVM bridging.<span id="ms-outlook-android-cursor"></span><br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
<span id="OutlookSignature">
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Daniel Sichel</div>
</span><br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> CentOS-virt <centos-virt-bounces@centos.org> on behalf of centos-virt-request@centos.org <centos-virt-request@centos.org><br>
<b>Sent:</b> Monday, September 14, 2020 5:00:03 AM<br>
<b>To:</b> centos-virt@centos.org <centos-virt@centos.org><br>
<b>Subject:</b> CentOS-virt Digest, Vol 156, Issue 3</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Send CentOS-virt mailing list submissions to<br>
        centos-virt@centos.org<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-virt&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074942137&amp;sdata=GhJFGCT2YcbsOcSHWcDOuAlirayGxiVvuD2L2XspkVk%3D&amp;reserved=0">
https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-virt&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074942137&amp;sdata=GhJFGCT2YcbsOcSHWcDOuAlirayGxiVvuD2L2XspkVk%3D&amp;reserved=0</a><br>
or, via email, send a message with subject or body 'help' to<br>
        centos-virt-request@centos.org<br>
<br>
You can reach the person managing the list at<br>
        centos-virt-owner@centos.org<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of CentOS-virt digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Centos + VM + public ip (Subscriber)<br>
   2. Re: Centos + VM + public ip (Soumya Bhowmik)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sun, 13 Sep 2020 15:47:00 +0300 (EEST)<br>
From: Subscriber <ml-lists@agoris.net.ua><br>
To: Discussion about the virtualization on CentOS<br>
        <centos-virt@centos.org><br>
Subject: Re: [CentOS-virt] Centos + VM + public ip<br>
Message-ID:<br>
        <1516494674.1906.1600001220556.JavaMail.zimbra@agoris.net.ua><br>
Content-Type: text/plain; charset=utf-8<br>
<br>
> Hi,<br>
><br>
> I've got a dedicated server with OVH and I'd like to host a public VM. I'd like<br>
> Centos OS 7 or 8, I installed KVM already, I got the VM and bought the IP and<br>
> created a virtual mac id. I know I have to bridge it somehow but I can't seem<br>
> to find a proper tutorial. Do you know where to start?<br>
<br>
You can do next:<br>
1) Create bridge interface (for example br0) on dedicated server. Associate this interface with your Ethernet interface and assign IP address to br0.<br>
2a) When you would create VM add parameter --network=bridge:br0 to the virt-install in command line. Or smth similar if you create VM in another way.<br>
2b) Or edit xml file for your VM and add or change config:<br>
    <interface type='bridge'><br>
      <mac address='insert_you_virtual_mac_here'/><br>
      <source bridge='br0'/><br>
      <model type='virtio'/><br>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/><br>
    </interface><br>
3) Inside the VM assign real/public IP to you Ethernet (probably eth0) interface.<br>
<br>
That's all.<br>
<br>
If you have additional questions or you need more detail explanation you can write me directly.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sun, 13 Sep 2020 13:15:02 +0000 (UTC)<br>
From: Soumya Bhowmik <som3939@yahoo.co.in><br>
To: Discussion about the virtualization on CentOS<br>
        <centos-virt@centos.org><br>
Subject: Re: [CentOS-virt] Centos + VM + public ip<br>
Message-ID: <868650482.1233750.1600002902917@mail.yahoo.com><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
You can create bridge in CentOS 7 withbr command line tool. In case if CentOS 8, bridge can be created with nmcli, cockpit or nm-connection-editor.?<br>
<br>
<br>
Sent from Yahoo Mail on Android <br>
 <br>
  On Mon, 7 Sep 2020 at 9:54 PM, Yoram Halberstam<yoram.halberstam@gmail.com> wrote:   Hi,<br>
I've got a dedicated server with OVH and I'd like to host a public VM. I'd like Centos OS 7 or 8, I installed KVM already, I got the VM and bought the IP and created a virtual mac id. I know I have to bridge it somehow but I can't seem to find a proper tutorial.
 Do you know where to start? <br>
<br>
<br>
Thanks<br>
_______________________________________________<br>
CentOS-virt mailing list<br>
CentOS-virt@centos.org<br>
<a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-virt&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074942137&amp;sdata=GhJFGCT2YcbsOcSHWcDOuAlirayGxiVvuD2L2XspkVk%3D&amp;reserved=0">https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-virt&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074942137&amp;sdata=GhJFGCT2YcbsOcSHWcDOuAlirayGxiVvuD2L2XspkVk%3D&amp;reserved=0</a><br>
  <br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.centos.org%2Fpipermail%2Fcentos-virt%2Fattachments%2F20200913%2F79fba96f%2Fattachment-0001.html&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074942137&amp;sdata=rf239Nrz9rxRJ%2FsVe%2F5hKWDAqucGXzHhbMd%2BaXTscmU%3D&amp;reserved=0">https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.centos.org%2Fpipermail%2Fcentos-virt%2Fattachments%2F20200913%2F79fba96f%2Fattachment-0001.html&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074942137&amp;sdata=rf239Nrz9rxRJ%2FsVe%2F5hKWDAqucGXzHhbMd%2BaXTscmU%3D&amp;reserved=0</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
CentOS-virt mailing list<br>
CentOS-virt@centos.org<br>
<a href="https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-virt&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074952133&amp;sdata=LZJcnDWdjiEMLYSayDjvazxznLSLntO%2B9XcZnVZ%2BMRY%3D&amp;reserved=0">https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-virt&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074952133&amp;sdata=LZJcnDWdjiEMLYSayDjvazxznLSLntO%2B9XcZnVZ%2BMRY%3D&amp;reserved=0</a><br>
<br>
<br>
------------------------------<br>
<br>
End of CentOS-virt Digest, Vol 156, Issue 3<br>
*******************************************<br>
</div>
</span></font></div>
</body>
</html>