Allow access to the local LAN using a bridge

Moderator: mike

Post Reply
msarmien
Posts: 5
Joined: Mon Mar 12, 2018 9:26 pm

Allow access to the local LAN using a bridge

Post by msarmien » Tue Mar 20, 2018 7:55 pm

Hi,

I have a solution to the problem of connecting several devices to the local LAN.

Unlike having several clouds for example, I have manage to mimic the behavior of the unmanaged GNS3 switch which allows you to connect several devices on the same segment.

Of course you can do this with the bridge network object but the bridge network object cannot link to a cloud (and if that cloud connects of course you to your local LAN then there is no way to be on that segment).

The solution is to use a:

CLOUD (it connects to the external local LAN)
ROUTER (any router image) configured to do bridging and IP routing.
A BRIDGE network object (the bridge connects to one interface on the router and the router connects to the local LAN via the cloud).

In this fashion you can connect several devices to the this "BRIDGE" and they will be on the same segment as your external local LAN.

This has the ability to allow interactions with EVE from the outside local LAN.

Of course you can go through the procedure of configuring everything every time you have a lab but my idea is that the developers could make an additional object that had this functionality enabled thus it can be just added as any object.

Any comments will be welcome.

Miguel.

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Allow access to the local LAN using a bridge

Post by Uldis (UD) » Tue Mar 20, 2018 8:06 pm

simple
if you need several devices in home subnet, Cloud0
Any other unused cloud can act like bridge for your nodes

connect them all to cloud, cloud to SW whenever you need.
This lab is example..
Cloud itself is unmanaged vSwitch

UD

http://www.eve-ng.net/forum/viewtopic.php?f=11&t=3319

Leesajohnson
Posts: 2
Joined: Mon Mar 19, 2018 9:18 am

Re: Allow access to the local LAN using a bridge

Post by Leesajohnson » Fri Mar 23, 2018 12:52 pm

Thank you for sharing networking idea with us. It may be helpful in near future.

Post Reply