About 76,700 results
Open links in new tab
  1. networking - What does "inet" stand for in the ip utility? - Unix ...

    Oct 7, 2019 · The inet in ifconfig output is an address family: If the first argument after the interface name is recognized as the name of a supported address family, that address family …

  2. What's the meaning of `inet` and `inet6`? - network

    When I reading a doc: Logical properties settings include: - Protocol family: inet inet6 iso mpls bridge/ethernet-switching I don't know the inet, inet6, and iso meaning there, I sea...

  3. Good detailed explanation of /etc/network/interfaces syntax?

    Options on Ethernet interfaces: inet static – Defines a static IP address. inet manual – Does not define an IP address for an interface. Generally used by interfaces that are bridge or …

  4. ubuntu - nft rules added to table inet filter do not work - Unix ...

    Jan 29, 2025 · These rules are added to table ip filter and I even tried using the nft command to add the rules in the table ip filter instead of table inet filter and that also worked.

  5. How to handle different enp*s0 interfaces with networking.service?

    Nov 22, 2024 · # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow …

  6. terminal command | grep IP - Unix & Linux Stack Exchange

    Jul 14, 2016 · inet 10.16.x.xx netmask 0xffffff80 broadcast 10.16.x.xxx I have replaced the numbers with x My aim is to remove everything apart from the inet IP's. so it just shows as: …

  7. iproute - What is "inet prefix"? - Unix & Linux Stack Exchange

    Feb 7, 2019 · A valid inet prefix is any prefix that matches the network you are attempting to communicate on that also aligns with the subnet. Whether that is a 10. or a 192. or other. …

  8. juniper qfx10k sflow - Network Engineering Stack Exchange

    Apr 26, 2025 · I have a QFX10002-36Q, and I configured sFlow with the following commands: set protocols sflow polling-interval 20 set protocols sflow sample-rate ingress 10000 set protocols …

  9. How do I remove an IP address from an interface?

    Apr 23, 2021 · I was setting up a kubernetes cluster and accidentally used the wrong IP address range for a command. Below is the output (trimmed) that shows my problem and reason for …

  10. Meaning of "default" in "iface default inet dhcp" in interfaces file

    Oct 19, 2021 · For whatever it's worth, iface default inet dhcp did not load a usb to ethernet plugin network interface (which does load when the appropriate entries are in the interfaces file). I …