GNS3 IOU Server
L2 Image I use -- i86bi-linux-l2-ipbasek9-15.1e.bin
L3 Image I use -- i86bi-linux-l3-adventerprisek9-15.3.1.3T.bin
================================================
Modify this conf file on the server: /etc/sysctl.conf
# Mitigate %AMDP2_FE-6-EXCESSCOLL iou error
net.unix.max_dgram_qlen = 2000000
thanks,
ReplyDeletewhat is the reason for this modification commands !??
Without that addition to your sysctl.conf file, you see a lot of "%AMDP2_FE" errors on the L2 image. Granted, these errors don't have any real impact on your lab... but they're annoying. So, unless you want to disable logging on the l2 image, this modification to the host helps to reduce the chance of seeing those errors.
ReplyDeletecan you please share how to configure static IP address and save it !??
ReplyDeleteI have an OVA version, I changed its IP address and made it static,
but when I boot the system it returns back to the previous one. The issue is sometimes it gives me an IP address different than 192.168.56.101 !!!
how to save config in GNS3 IOU !??
thanks a lot
No worries brother. So, username and password to log into the server are root/cisco. Then you'll need to modify /etc/network/interfaces
DeleteReplace all the values with your preferred IP/Mask/GW
auto eth0
iface eth0 inet static
address 192.168.56.101
netmask 255.255.255.0
gateway 192.168.56.1