IPCONFIG in Linux - does this command exist?
The IPCONFIG command is used to set up and check the Internet connection on your computer. However, this only applies to computers running Windows as their operating system. In this article, we will explain whether the use of IPCONFIG also works in Linux.
Is it possible to use IPCONFIG in Linux?
To check the internet connection and repair it if necessary, you need the "ipconfig" command on a PC with Windows as operating system. If you use a computer with Linux as operating system, the check of the Internet is also possible by command via the terminal. This is for Linux computers, however, not "ipconfig", but "ifconfig".- To check the Internet connection under Linux, please first open the terminal by pressing the key combination of "Ctrl" + "Alt" + "T" on the keyboard.
- In the terminal, then enter the command "ifconfig-a". You will then get an overview of all available interfaces and their configuration data.
- If you have multiple interfaces, you can get detailed information by entering the command ifconfig "name of the network adapter".