Giter Site home page Giter Site logo

Comments (4)

YutaroHayakawa avatar YutaroHayakawa commented on June 7, 2024

I believe this is because Cilium (device detector) doesn't recognize the addresses assigned to the loopback devices as "local" addresses. While it might be possible to improve that (let me CC @joamaki for comment), could you check if it works when you assign your IP to a dummy interface instead of loopback interface?

from cilium.

margau avatar margau commented on June 7, 2024

Hi,
yes, moving the IP to dummy works:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
164: dummy0: <BROADCAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
    link/ether 7a:e1:4f:b5:d9:36 brd ff:ff:ff:ff:ff:ff
    inet6 2001:...:3000::2/128 scope global 
       valid_lft forever preferred_lft forever

BGP to ::1 is now established.

Is this the intended behavior? If yes, can we document this somewhere?

from cilium.

YutaroHayakawa avatar YutaroHayakawa commented on June 7, 2024

Oh, wait, sorry, I misunderstood your problem. Your expected behavior is establishing a connection with ::1, then the expected behavior is the connection is established regardless of the address assigned to the lo. Can you provide us a sysdump (you can get it with cilium sysdump command) or at least Helm values you're using?

from cilium.

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.