Unable to connect routers to local LAN

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
patrickd1168
Posts: 8
Joined: Tue Sep 12, 2023 4:39 pm

Unable to connect routers to local LAN

Post by patrickd1168 » Sun May 11, 2025 12:06 pm

I really can't find a concise guide out there for getting this setup.

I have the EVE VM set to bridges mode and the IP is set to the local mask. I have connectivity to the EVE environment from a browser and Putty.

I create a management cloud network and connect my router. From here it doesn't work. It doesn't matter if I set a dhcp or static address. I have a default route setup for the interface. I have no idea what to check from here. I've tried this with a switch as well and the switch cannot get connectivity to my local gateway. When I assign a static route to the router interface and create the default route it does bring up the subnets that are locally configured in my LAN but I still can't ping my gateway.

Router(config)#interface gi0/0
Router(config-if)#
*May 11 12:06:02.766: %IP-4-DUPADDR: Duplicate address 10.0.0.150 on GigabitEthernet0/0, sourced by 4c82.a904.ca85
Router(config-if)#ip add
Router(config-if)#ip address 10.0.0.100 255.255.255.0
Router(config-if)#^Z
Router#show ip ro
*May 11 12:06:12.552: %SYS-5-CONFIG_I: Configured from console by console
Router#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override, p - overrides from PfR

Gateway of last resort is not set

S 0.0.0.0/24 is directly connected, GigabitEthernet0/0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.0.0/24 is directly connected, GigabitEthernet0/0
L 10.0.0.100/32 is directly connected, GigabitEthernet0/0

rusty725
Posts: 358
Joined: Thu Mar 29, 2018 4:19 pm

Re: Unable to connect routers to local LAN

Post by rusty725 » Sun May 11, 2025 10:52 pm

Where is Eve installed ?

Post Reply