Coder Social home page Coder Social logo

Comments (4)

hackeryounow avatar hackeryounow commented on June 27, 2024

After analzing some protocol packets in a kubenetes cluster, I found the N3 network cann't be connected by gnb. I haven't solved it. Maybe, changing network way by Service, not NetworkAttachmentDefinition for N3 is a good choice. It is not the best method.

from towards5gs-helm.

raoufkh avatar raoufkh commented on June 27, 2024

Hello @hackeryounow! If you deploy gNB outside the cluster, you can use an N3 interface that in the same network as UPF N3 interface. If you don't have one, you can create an ipvlan or macvlan interface and use it.

For example:

sudo ip link add link eth0 name n3 type ipvlan mode l2 && \
    sudo ip addr add 10.100.50.236/29 dev n3 && \
    sudo ip link set n3 up

Knowing that eth0 is within the same network as the master interface of UPF N3 interface.

Additional N3 interface is attached using Multus for network isolation and providing the possibility for network accelaration (later, we could add the possibility of using SRIOV).

from towards5gs-helm.

github-actions avatar github-actions commented on June 27, 2024

This issue is stale because it has been open for 30 days with no activity.

from towards5gs-helm.

github-actions avatar github-actions commented on June 27, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

from towards5gs-helm.

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.