home.social

#iproute2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #iproute2, aggregated by home.social.

  1. 🔴 route show: genera error, el comando "route" no tiene la opción "show". Podemos usar "route", o "route -n" en su lugar.

    Y ya que estamos hablando del comando ip, propio de #iproute2, nunca está de más aprender otros comandos de este paquete 🙂 👇

    juncotic.com/iproute2-ifconfig

    Espero que hayamos aprendido un poquito más de GNU/Linux y la gestión de red con esta encuesta!

    Cualquier duda comenten! 💬

    2/2

    #gnu #linux #AprenderLinux #aprender_linux #learnlinux #juncotic

  2. 🔴 route show: genera error, el comando "route" no tiene la opción "show". Podemos usar "route", o "route -n" en su lugar.

    Y ya que estamos hablando del comando ip, propio de #iproute2, nunca está de más aprender otros comandos de este paquete 🙂 👇

    juncotic.com/iproute2-ifconfig

    Espero que hayamos aprendido un poquito más de GNU/Linux y la gestión de red con esta encuesta!

    Cualquier duda comenten! 💬

    2/2

    #gnu #linux #AprenderLinux #aprender_linux #learnlinux #juncotic

  3. 🔴 route show: genera error, el comando "route" no tiene la opción "show". Podemos usar "route", o "route -n" en su lugar.

    Y ya que estamos hablando del comando ip, propio de #iproute2, nunca está de más aprender otros comandos de este paquete 🙂 👇

    juncotic.com/iproute2-ifconfig

    Espero que hayamos aprendido un poquito más de GNU/Linux y la gestión de red con esta encuesta!

    Cualquier duda comenten! 💬

    2/2

    #gnu #linux #AprenderLinux #aprender_linux #learnlinux #juncotic

  4. Vamos con el feedback de la encuesta! Mil gracias a todos por participar! 🙌

    🟢 Solución: ip ro

    El object "ro", o "r", o "route" del comando ip permite ver la tabla de enrutamiento del sistema.

    Es parte del paquete #iproute2, y viene a reemplazar al comando "route" de net-tools.

    🔴 traceroute intenta encontrar la ruta que toma un paquete hasta alcanzar un destino en la red.

    🔴 ip --route: el comando ip no tiene la opción "--route" y genera error. "ip route" es el correcto, una trampa ahí 😜

    1/2

  5. I was today days old when I learned about ip neighbour show / ip n from #iproute2. Good bye arp and net-tools-deprecated.

  6. 1/2

    Vamos con el feedback de la encuesta!! Mil gracias a todos por participar!! 🤗

    🟢 Solución: ip a

    El comando #ip permite realizar casi todas las configuraciones de red en GNU/Linux.

    "ip a" es la abreviatura de "ip addr", o "ip address", todos hacen lo mismo.

    Es parte del paquete #iproute2, reemplazo de net-tools de #Unix, y remplaza a varias herramientas hoy consideradas obsoletas en Linux (creo que hace todo lo que antes hacíamos con #ifconfig, #route, #iptunnel, o #arp).

    (sigue)

  7. I wonder how DSA network interfaces can be distinguished reliable. The port interfaces can be easily identified by the phys_port_name IFLA, but what is about the master interfaces?

    I've access to a SoC which has a `dsa` and `eth0` interface (besides 4 port ifaces). Both have the same driver, the same businfo and the same mac address. How can they be distinguished at all, even if they have been renamed or moved into a netns?

    Any ideas?

    #linuxnetworking #ifstate #DSA #netlink #iproute2

  8. Прозрачное туннелирование трафика с маршрутизацией на основе геолокации IP-адресов

    В этой статье попробую рассказать как в домашней сети создать еще один шлюз по умолчанию и настроить на нем на выборочную маршрутизацию на основе списка подсетей. Используя в качестве такого списка базу данных геолокации IP-адресов, можно перенаправлять трафик в зависимости от страны назначения.

    habr.com/ru/articles/854112/

    #vpn #iptables #iproute2 #ipset #systemdnetworkd #маршрутизация

  9. @nixCraft I find the iproute2 syntax so much saner! I love it ❤️

    Although I spent some years working with good old ifconfig I wouldn’t even consider using it today and writing this I realize I can’t remember its syntax anymore. And that’s a good thing for me.

    #iproute2 #ifconfig #linux

  10. #TIL Searched a while pointless for a routing problem - it doesn't exist (anymore) and I didn't expect this behavior of `ip route show …` not showing anything when explicitly querying for an ipv6 prefix 😖

    #ipv6 #linuxnetworking #iproute2

  11. Artículo actualizado! -> #iproute2

    Siempre es buen momento para recomendar usar el paquete iproute2 en lugar de net-tools en sistemas GNU/Linux.

    Es decir, usar cosas como "ip a", "ip r" o "ip ne" en lugar de ifconfig, route o arp.

    Y ustedes: ¿usan iproute2?

    juncotic.com/iproute2-ifconfig

  12. CW: Code Review, iproute2

    Mitte März 2022 hat unsere #C3Review-Gruppe ein Problem in #iproute2 gefunden. Seit heute ist auch unser Patch dafür endlich upstream gemerged!

    Patch:
    github.com/iproute2/iproute2/c

    Meldung auf der LKML:
    lore.kernel.org/netdev/2023110

    Mit Grüßen an @mx0 und @Alienmaster!

  13. CW: Code Review, iproute2

    Mitte März 2022 hat unsere #C3Review-Gruppe ein Problem in #iproute2 gefunden. Seit heute ist auch unser Patch dafür endlich upstream gemerged!

    Patch:
    github.com/iproute2/iproute2/c

    Meldung auf der LKML:
    lore.kernel.org/netdev/2023110

    Mit Grüßen an @mx0 und @Alienmaster!

  14. CW: Code Review, iproute2

    Mitte März 2022 hat unsere #C3Review-Gruppe ein Problem in #iproute2 gefunden. Seit heute ist auch unser Patch dafür endlich upstream gemerged!

    Patch:
    github.com/iproute2/iproute2/c

    Meldung auf der LKML:
    lore.kernel.org/netdev/2023110

    Mit Grüßen an @mx0 und @Alienmaster!

  15. CW: Code Review, iproute2

    Mitte März 2022 hat unsere #C3Review-Gruppe ein Problem in #iproute2 gefunden. Seit heute ist auch unser Patch dafür endlich upstream gemerged!

    Patch:
    github.com/iproute2/iproute2/c

    Meldung auf der LKML:
    lore.kernel.org/netdev/2023110

    Mit Grüßen an @mx0 und @Alienmaster!

  16. CW: Code Review, iproute2

    Mitte März 2022 hat unsere #C3Review-Gruppe ein Problem in #iproute2 gefunden. Seit heute ist auch unser Patch dafür endlich upstream gemerged!

    Patch:
    github.com/iproute2/iproute2/c

    Meldung auf der LKML:
    lore.kernel.org/netdev/2023110

    Mit Grüßen an @mx0 und @Alienmaster!

  17. #SOS: @skorpy und das #AS64475 benötigt dringend manuelle Abhängigkeiten in #iproute2. Helfen Sie uns! #cccamp19 DECT: 64475