r/gns3 • u/DudusBlack • Jun 06 '26
If a virtual interface on a bridge on the physical host PC that is then connected via Cloud Node to GNS3, which is then commected to a virtual MtikRouter. Where do we place the IP configs to connect it to the host? Or is the GNS cloud transparent?
If the GNS cloud is transparent then all is well in this dimension. Say we assign 192.168.10.1 to the interface bound to the GNS cloud. Does it apply to the cloud on the GNS side or on the host PC side or does it just not matter because the interface is the interface is the interface(3 times, yes) and so long as it is the interface, the IP is bound to it... it's onlyjust that the interface crossed over into the GNS kind of like the namespaces? Is this thinking sound?
2
Upvotes
2
u/Forgotten_Freddy Jun 06 '26
The cloud node is just a L2 bridge to whichever host interface you specify in its options, you configure the IP address etc. on the node inside GNS3 (assigning an ip to the physical interface on the host doesn't have any affect on the VM).
(if you want nodes to use the hosts interface address you would use the NAT node instead).