Giter Club home page Giter Club logo

Comments (3)

nmeyerhans avatar nmeyerhans commented on July 28, 2024 1

Hi @gauravmittal80. We don't directly develop or test on CentOS 7, but an RPM built from the 1.x branch of this repository should work there. The following steps will build the package for you:

  1. yum -y install git make systemd systemd-units rpm-build
  2. git clone --branch=1.x --single-branch --depth 1 https://github.com/aws/amazon-ec2-net-utils.git
  3. cd amazon-ec2-net-utils/
  4. curl -LO 'https://github.com/aws/amazon-ec2-net-utils/archive/1.5.tar.gz'
  5. rpmbuild --define "_sourcedir $PWD" -bb amazon-ec2-net-utils.spec
  6. ls ~/rpmbuild/RPMS/noarch/

If you run in to any issues or need to modify anything, feel free to open addition issues or pull requests as appropriate.

from amazon-ec2-net-utils.

gauravmittal80 avatar gauravmittal80 commented on July 28, 2024

Thanks a lot @nmeyerhans. You are great... I really appreciate the help you provided. It worked for us. Thanks. I was thinking if these steps can be added in the ReadMe, it will help lots of people who may be in search of ec2-utils and find it missing.

Thanks again for helping.

from amazon-ec2-net-utils.

gauravmittal80 avatar gauravmittal80 commented on July 28, 2024

Hi,

As we were testing the same cloud-init binary, we see that IPv6 address that gets assigned to the AWS EC2 instance is not reflecting inside the OS. To make it visible we had to add below 2 entries in the ifcfg-eth0.

echo "DHCPV6C=yes" >> /etc/sysconfig/network-scripts/ifcfg-eth0
echo "IPV6INIT=yes" >> /etc/sysconfig/network-scripts/ifcfg-eth0
systemctl restart network

After that I see the IP is visible in eth0, but since the proper routes are not added its not pingable on the network.

So you see this as a bug in cloud-init. I do not see this issue in Oracle Enterprise Linux 7.X.

Current version of cloud-init is 19.4.

from amazon-ec2-net-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.