richardbui467 / GNS3-Cisco-Automation-Lab

These are the scripts I have developed in my GNS3 home lab. In the lab, I have Cisco images setup to help me learn Python & Ansible automation.
0 stars 0 forks source link

GNS3 - Network-Automation1 IP error #16

Closed richardbui467 closed 8 months ago

richardbui467 commented 8 months ago

On Network-Automation1, I'm getting the following error when it boots:

"ip: either 'local' is duplicate or '/24' is garbage"

This results in eth0 not being configured with an address to talk with the rest of my virtual network. Although oddly enough, it looks like I can configure the address manually just fine. This tells me that there is nothing wrong with the address and that there's no duplicates in the network.

richardbui467 commented 8 months ago

Resolved. There was a space at the end of my IP address in the /etc/network/interfaces file. I wouldn't have caught it if I didn't go and configure it from the GUI to highlight any white spaces with my cursor.