Problem to connect real "world" with my eve-ng devices

Moderator: mike

Post Reply
raikone14
Posts: 5
Joined: Wed May 06, 2020 3:59 pm

Problem to connect real "world" with my eve-ng devices

Post by raikone14 » Tue Aug 11, 2020 10:21 am

Hello guys, first of all you in advance for any idea about my problem...
~My goal: It is to connect my eve-ng topology with my real "lan", full access.. from my lan to eve and eve to my lan..
-What I did: I tried first doing nat from my eve-ng router to my real lan, but after talking with some guys, I realized that maybe nat is not net, so now I just have a router in eve-ng that connect to my lan"192.168.0.0" and that has a internal lan of "10.0.100.0"
Now from my vpc I am able to ping my real pc.. and from my real pc I am able also to ping my vpc.. Bun from my real pc I cant ping the V_ROUTER "10.0.100.254" for example.. and I have a static route in my pc to the network.. not to the host...


interface GigabitEthernet0/0
ip address 10.0.100.254 255.255.255.0
ip virtual-reassembly in
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
description interface_lan
ip address 192.168.0.105 255.255.255.0
ip virtual-reassembly in
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/3
no ip address
duplex auto
speed auto
media-type rj45
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server

!

what can be the problem ? bellow I leave my routing table in my real pc and some tests.. thanks..
You do not have the required permissions to view the files attached to this post.

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

Re: Problem to connect real "world" with my eve-ng devices

Post by Uldis (UD) » Tue Aug 11, 2020 3:26 pm

I dislike such static toutes adding on home PC.
Best way is to do NAT on Lab router connected to cloud0
Static default route on lab router
and NAT

and all woll work
no need touch home windows at all

You will achieve scenario like in real life

Post Reply