logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Ifdata - Display Interface Data | Online Free DevTools by Hexmos

Display interface data with Ifdata. Retrieve network configuration details and check interface existence quickly. Free online tool, no registration required.

ifdata

Display information about a network interface. More information: https://manned.org/ifdata.

  • Display the whole configuration of the specified interface:

ifdata -p {{eth0}}

  • Indicate the [e]xistence of the specified interface via the exit code:

ifdata -e {{eth0}}

  • Display the IPv4 [a]dress and the [n]etmask of the specified interface:

ifdata -pa -pn {{eth0}}

  • Display the [N]etwork adress, the [b]roadcast adress, and the MTU of the specified interface:

ifdata -pN -pb -pm {{eth0}}

  • Display help:

ifdata

See Also