About 59 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 is used for …

  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. linux - GL.iNet Router Connects to WireGuard VPN but Has No Internet ...

    Apr 11, 2025 · IP forwarding and masquerading are enabled on the server What I’m looking for: Any ideas why the GL.iNet router establishes a WireGuard connection but cannot access the internet, …

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

    Both. Together they define method of ip address aquisition (dhcp, static, ppp scripts, no address) and version of ip protocol (inet = v4 and inet6 = v6). The interface names pretty much depends on the …

  5. the inet/inet6 line of ip a output - Unix & Linux Stack Exchange

    Jan 11, 2022 · As pointed out by others, the man page for ip and ip-address can provide additional information for some of the other values that you can see in the output following inet and inet6. This …

  6. bash - How to test whether a secondary inet address exists on an eth ...

    Jul 29, 2025 · How to test whether a secondary inet address exists on an eth interface? Ask Question Asked 7 months ago Modified 7 months ago

  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. network for …

  8. How to fix inet not showing after sometime permanently?

    Dec 22, 2023 · How to fix inet not showing after sometime permanently? Ask Question Asked 2 years, 2 months ago Modified 2 years, 2 months ago

  9. 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.

  10. meaning of "brd" in output of IP commands - Unix & Linux Stack …

    Feb 18, 2019 · In the following example: $ ip a | grep scope.global inet 147.202.85.48/24 brd 147.202.85.255 scope global dynamic enp0s3 What does the 'brd' mean?