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

Ifconfig - Control Network Interfaces | Online Free DevTools by Hexmos

Control network interfaces with Ifconfig. Configure IP addresses and manage network settings for different interfaces. Free online tool, no registration required.

ifconfig

Network Interface Configurator. More information: https://net-tools.sourceforge.io/man/ifconfig.8.html.

  • View network settings of an interface:

ifconfig {{interface_name}}

  • Display details of all interfaces, including disabled interfaces:

ifconfig -a

  • Disable an interface:

ifconfig {{interface_name}} down

  • Enable an interface:

ifconfig {{interface_name}} up

  • Assign an IP address to an interface:

ifconfig {{interface_name}} {{ip_address}}

See Also