Linux Network Configuration And Troubleshooting Commands
|| Linux Network Configuration and Troubleshooting Commands || Computers are Connected In a Network to exchange Information or Resources with Each Other. Two Or More Computers connected through network media is Called as "Computer Network." Computers loaded with Linux Operating System can also be part of network whether it is Small or Large Network By it's Multitasking and Multiuser Natures. Maintenance of System an Network is task Of System Administrator. In this Article, we are going to study about Frequently Used Network configuration and Troubleshoot Commands In Linux. 1] ifconfig (Interface Configurator ) Command is used to Initialize an interface, assign IP Address to interface and enable or disable interface on Demand. With this Command you can View IP Address and Hardware/MAC Address assign to Interface and also MTU (Maximum Transmission Unit) size. To Enable or Disable Specific Interface: #ifup eth0 - To Enable #ifdown eth0 - To Di