You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/05/20 10:58:17 UTC

[GitHub] [cloudstack] shwstppr edited a comment on pull request #4068: Adding Centos8 Support

shwstppr edited a comment on pull request #4068:
URL: https://github.com/apache/cloudstack/pull/4068#issuecomment-631402758


   > nmcli conn show --active                                                           
   > nmcli conn add type bridge autoconnect yes con-name cloudbr0 ifname cloudbr0                                                                                            
   > nmcli conn modify cloudbr0 ipv4.addresses '172.20.1.10/16'                         
   > nmcli conn modify cloudbr0 ipv4.gateway '172.20.0.1'                               
   > nmcli conn modify cloudbr0 ipv4.dns '8.8.8.8'                                      
   > nmcli conn modify cloudbr0 ipv4.method manual                                      
   > nmcli conn add type ethernet slave-type bridge con-name bridge-cloudbr0 ifname eth0 master cloudbr0
   > nmcli conn add type bridge-slave ifname eth0 master cloudbr0                       
   > nmcli conn up cloudbr0
   
   nmcli commands that worked for me,
   ```
   nmcli conn show --active
   nmcli conn add type bridge autoconnect yes con-name cloudbr0 ifname cloudbr0
   nmcli conn modify cloudbr0 ipv4.addresses '172.20.1.10/16'
   nmcli conn modify cloudbr0 ipv4.gateway '172.20.0.1'
   nmcli conn modify cloudbr0 ipv4.dns '8.8.8.8'
   nmcli conn modify cloudbr0 ipv4.method manual
   nmcli connection delete enp1s0
   nmcli connection add type bridge-slave autoconnect yes con-name enp1s0 ifname enp1s0 master cloudbr0                     
   nmcli conn up cloudbr0
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org