Tshoot Eve

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
ppacv
Posts: 1
Joined: Sun Aug 16, 2020 5:18 pm

Tshoot Eve

Post by ppacv » Sun Aug 16, 2020 7:41 pm

Hi Guys, hope you are well and healthy!

I have a very simple setup

linux 1 -- sw1 -- linux 2
here is the topology:
https://pasteboard.co/JmFTTeM.png

with the following config

@sw1

Code: Select all

!
interface GigabitEthernet0/0
 switchport mode access
 media-type rj45
 negotiation auto
!
interface GigabitEthernet0/1
 switchport mode access
 media-type rj45
 negotiation auto
@linux1

IP add 100.1.1.100/24

@linux2
IP add 10.1.1.200/24

other eth0 on both OSs


however, I can not ping over between each other

switch has all interfaces up, on vlan 1
but no input traffic

also if I configure an SVI over sw1 - I do not see traffic crossing

ARP is empty as well on all units - (yes tested on sw1 as l3 device)

Wireshark is not collecting any data

maybe I am missing something on my eve-ng installation?


how can we troubleshoot under the hood traffic between devices?

many thanks for your help

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

Re: Tshoot Eve

Post by Uldis (UD) » Sun Aug 16, 2020 11:40 pm

one simple advice,
stop all nodes, delete links between linux and switch and connect again
then start all nodes
if this will not work, then come to our live helpdesk
https://www.eve-ng.net/index.php/live-helpdesk/
use gmail to join.

You didnt tell what version of EVE you have?

Post Reply