Results 1 to 4 of 4

Thread: Ipconfig for Linux

  1. #1
    Join Date
    Apr 2008
    Posts
    51

    Ipconfig for Linux

    What is the the equivalent ipconfig command in linux operating systems ?

  2. #2
    Join Date
    Mar 2008
    Posts
    429

    Re: Ipconfig for Linux

    Linux operating systems have a similar kind of utility called ifconfig, which is a common tool in linux. There are some differences between ipconfig and ifconfig command, however, such as the fact that the DOS/Windows ipconfig does not allow you to make changes to network configuration.

  3. #3
    Join Date
    Dec 2008
    Posts
    1,108

    Re: Ipconfig for Linux

    Refer to this thread first : How to define an IP address on Linux

    ifconfig (short for interface configurator) is a system administration utility in Unix-like operating systems to configure, control, and query TCP/IP network interface parameters from a command line interface (CLI) or in system configuration scripts. ifconfig originally appeared in 4.2BSD as part of the BSD TCP/IP suite.

    More here : http://en.wikipedia.org/wiki/Ifconfig

    Hope this helps.
    The difference between stupidity and genius is that genius has its limits. - Albert Einstein

    What we think, we become (Please don't think you are a superhero and don't try to fly)

    "SUCCESS IS NOT A DESTINATION , IT'S A JOURNEY"

  4. #4
    Join Date
    Dec 2008
    Posts
    50

    Re: Ipconfig for Linux

    The alternative to ipconfig is ifconfig. But the netstat command is also present on linux system as present in windows. netstat in Linux that shows all open ports on your system.

    To restart the network services
    Code:
    # ifconfig -a
    # ifconfig  eth0 plumb
    # ifconfig eth0 down
    # ifconfig eth0 up

Similar Threads

  1. No ipconfig file.
    By Brew1089 in forum Operating Systems
    Replies: 1
    Last Post: 08-02-2013, 10:52 AM
  2. Replies: 9
    Last Post: 18-04-2011, 04:44 AM
  3. How can i do ipconfig
    By Santanio in forum Networking & Security
    Replies: 4
    Last Post: 09-02-2009, 03:47 PM
  4. Problem IPconfig
    By pelvis in forum Networking & Security
    Replies: 4
    Last Post: 24-12-2008, 01:47 PM
  5. IPConfig is blank
    By Ian Fry in forum Windows Server Help
    Replies: 4
    Last Post: 08-06-2008, 07:53 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,996,949.81810 seconds with 17 queries