<div dir="ltr">Greetings folks.<br>I've setup libvirtd on my manjaro linux laptop.<br>Got a couple of VM's running (Win10 and Debian10) through NAT without any issues.<br><br>This is what the current network diagram looks like and it works fine:<br><br><span style="font-family:monospace">                           +-----------------------------------+<br>                           |           +---------------------+ |<br>                           |           |     +----------+    | |<br>                           |           |     |Win 10 VM |    | |<br>                           |           |     |10.1.1.10 |    | |<br>                           |           |     +----------+    | |<br>                           | Laptop    |                     | |<br>                           | Manjaro   |     +-------------+ | |<br>                           | 10.0.0.10 |     |Debian 10 VM | | |<br>                 +-------->+           |     |10.1.1.11    | | |<br>                 |         |           |     +-------------+ | |<br>                 |         |           |NAT                  | |<br>                 |         |           |<a href="http://10.1.1.0/24">10.1.1.0/24</a>          | |<br>                 |         |           +---------------------+ |<br>+------------+   |         +-----------------------------------+<br>|router      |   |<br>|switch      +---+<br>|<a href="http://10.0.0.0/24">10.0.0.0/24</a> |   |         +---------+<br>+------------+   |         |Desktop  |<br>                 +-------->+Manjaro  |<br>                           |10.0.0.11|<br>                           +---------+<br></span><br>But now I need the debian machine to be accessible from another host on the lan <a href="http://10.0.0.0/24">10.0.0.0/24</a> which of course is outside the host.<br>That network diagram would look like this:<br><br><span style="font-family:monospace">                           +-----------------------------------------+<br>                           |              +------------------+       |<br>                           |              |     +----------+ |       |<br>                           |              |     |Win 10 VM | |       |<br>                           |              |     |10.1.1.10 | |       |<br>                           |              | NAT +----------+ |       |<br>                           |              | <a href="http://10.1.1.0/24">10.1.1.0/24</a>      |       |<br>                           |              +------------------+       |<br>                           |  Laptop                                 |<br>                 +-------->+  Manjaro     +------------------------+ |<br>                 |         |  10.0.0.10   |        +-------------+ | |<br>                 |         |              |        |Debian 10 VM | | |<br>                 |         |              |        |10.2.2.10    | | |<br>                 |         |              | Routed +-------------+ | |<br>+------------+   |         |              | <a href="http://10.2.2.0/24">10.2.2.0/24</a>            | |<br>|router      |   |         |              +------------------------+ |<br>|switch      +---+         +-----------------------------------------+<br>|<a href="http://10.0.0.0/24">10.0.0.0/24</a> |   |<br>+------------+   |<br>                 |<br>                 |         +---------+<br>                 |         |Desktop  |<br>                 +-------->+Manjaro  |<br>                           |10.0.0.11|<br>                           +---------+<br></span><br><br>So, I've setup a 'routed network' for the Debian 10 VM but it's not working as I would expect.<br>The host can ping the Debian VM and the Debian VM can ping the host but the Debian VM cannot ping the router 10.0.0.1 or any ip address on the internet.<br>I've been using Virtual Machine Manager to set everything up.<br>And this is how the routed network is configured<br><network connections="1"><br>  <name>routed</name><br>  <uuid>970a25f7-29b6-4a6b-b890-f593eae4fc15</uuid><br>  <forward dev="wlo1" mode="route"><br>    <interface dev="wlo1"/><br>  </forward><br>  <bridge name="virbr2" stp="on" delay="0"/><br>  <mac address="52:54:00:bf:35:42"/><br>  <domain name="routed"/><br>  <ip address="10.2.2.1" netmask="255.255.255.0"><br>    <dhcp><br>      <range start="10.2.2.2" end="10.2.2.254"/><br>    </dhcp><br>  </ip><br></network><br><br>Any idea on what i might be doing wrong?<br>Thanks in advance.<br>Cheers<br><br>Rui Correia</div>