KVM nodes can't access internet

Hi, I’m trying to test maas and juju in local environment by using KVM machines with no success. This is because nodes can’t access to internet as far I understand. I had connected to a node through ssh and ping google.com with this result:
imagen
and this is my networn on virsh:

<network>
  <name>maastest</name>
  <uuid>d5de8f68-c99f-4bf9-bd1c-b06fabe3ad51</uuid>
  <forward mode='nat'>
    <nat>
      <port start='1024' end='65535'/>
    </nat>
  </forward>
  <bridge name='virbr1' stp='off' delay='0'/>
  <mac address='52:54:00:24:37:bb'/>
  <domain name='maastest'/>
  <dns enable='no'/>
  <ip address='192.168.100.1' netmask='255.255.255.0'>
  </ip>
</network>

but that server have mulitple interfaces(I’m not the owner)

these are my network in maas

do I need to concect interfaces inside maas?

Any help will be appreciated