Issues Connecting to EVE-NG Environment from other subnets

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
dis0wned
Posts: 5
Joined: Sun Apr 05, 2020 2:00 am

Issues Connecting to EVE-NG Environment from other subnets

Post by dis0wned » Mon Apr 06, 2020 6:27 pm

level 1
ciscophreak
1 point ·
1 minute ago




I HAVE 2 SUBNETS 192.168.0.0/24 & 192.168.1.0/24
THE EVE-NG ENVIRONMENT IS BUILT ON ESXI 6.5 WHICH RESIDES ON 192.168.0.0/24
I CAN ACCESS EVE-NG FROM BOTH SUBNETS
I CAN PING IN AND OUT OF THE EVE-NG ENVIRONMENT FROM ANY DEVICE ON 192.168.0.0/24
I CAN NOT PING IN OR OUT OF ANY DEVICE WITHIN THE EVE-NG ENVIRONMENT FROM 192.168.1.0/24
I CAN ACCESS THE EVE-NET WEBPAGE AND ACCESS ALL DEVICES FROM THE TOPOLOGY HTML5 INTERFACE, ALSO ALL CONSOLES FROM HERE WORK
I ADDED A ROUTE TO THE 192.168.1.0/24 SUBNET WHICH CAUSED MY CONNECTIONS FROM 192.168.1.0/24 TO DROP THE HTML INTERFACE AND PUTTY SESSION THAT I HAD UP TO THE EVE-NG CONSOLE.

PLEASE HELP ME UNDERSTAND HOW TO ACCESS IT FROM OTHER NETWORKS. THANK YOU

********************From the EVE CONSOLE VIA PUTTY, I AM CONNECTING TO IT FROM 192.168.1.0/subnet**********************



root@EVE:~# route

Kernel IP routing table

Destination Gateway Genmask Flags Metric Ref Use Iface

default 192.168.0.1 0.0.0.0UG 0 0 0 pnet0

192.168.0.0 * 255.255.255.0 U 0 0 0 pnet0

root@EVE:~# ping 192.168.1.1

PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.

64 bytes from 192.168.1.1: icmp_seq=1 ttl=63 time=56.9 ms

64 bytes from 192.168.1.1: icmp_seq=2 ttl=63 time=60.7 ms

^C

--- 192.168.1.1 ping statistics ---

2 packets transmitted, 2 received, 0% packet loss, time 1000ms

rtt min/avg/max/mdev = 56.980/58.866/60.752/1.886 ms

root@EVE:~# ^C

root@EVE:~#

root@EVE:~# ping 192.168.0.64

PING 192.168.0.64 (192.168.0.64) 56(84) bytes of data.

64 bytes from 192.168.0.64: icmp_seq=1 ttl=64 time=0.467 ms

64 bytes from 192.168.0.64: icmp_seq=2 ttl=64 time=0.602 ms

^C

--- 192.168.0.64 ping statistics ---

2 packets transmitted, 2 received, 0% packet loss, time 1002ms

rtt min/avg/max/mdev = 0.467/0.534/0.602/0.071 ms

root@EVE:~#




************************************************************FROM A DEVICE IN EVE-NG***************************


WLC#sh run | i 168.0

ip address 192.168.0.26 255.255.255.0

WLC#ping 192.168.0.64 ************THIS DEVICE IS NOT IN THE EVE-NG ENVIRONMENT

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.0.64, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 7/10/17 ms

WLC#ping 192.168.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:

.....

Success rate is 0 percent (0/5)

WLC#

Post Reply