About 90,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

    To be clearer, inet is a short for Internet. And IPvX stands for Internet Protocol version X. So indeed inet will be regular Internet Protocol (v4) and inet6 the v6 of the Internet Protocol.

  3. nftables returns "Error: No such file or directory" when trying to list ...

    Feb 10, 2025 · Error: No such file or directory; did you mean table ‘filter’ in family inet? add rule filter forward oif <interface> ip saddr <ip> accept ^^^^^^ This is my first time trying to use the …

  4. 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 …

  5. 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: …

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

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

  10. How to set SSH daemon to listen on IPv4 only?

    Oct 16, 2024 · You have to set: AddressFamily inet In your sshd_config too for IPV4 only And restart your ssh server systemctl restart sshd You can also disable IPV6 on your server to. …