Results 1 to 7 of 7

Thread: Machine with multiple IP addresses

  1. #1
    Join Date
    Oct 2009
    Posts
    82

    Machine with multiple IP addresses

    Hello,
    In my business, there are several machines with multiple addresses applications and when I asked I was told that these machines have multiple IP addresses.
    1. I like to know if there is a way to know all the addresses applications and / or ip of a machine.
    2. The machine did more physical names (I did not understood this)
    If you have any docs on this, those can help me. Is this possible? if yes then how? Any explanation will be appreciated. Thank you.
    Last edited by Carnie; 25-12-2009 at 01:44 PM.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,424

    Re: Machine with multiple IP addresses

    Hi,
    Take a look at the side of the IP aliasing. A machine can have only one network card, but several IP aliases.
    1) You get the list with:
    Code:
    ifconfig-a
    2) I do not understand the term "natural names".

  3. #3
    Join Date
    May 2008
    Posts
    2,945

    Re: Machine with multiple IP addresses

    Hi
    I think this command does not give any thing informative.
    Code:
    ifconfig-a
    You must type the following
    Code:
    ip addr show
    This will give you physical names, I mean the dns names? Hope this will help you. Any more problem do post back.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,424

    Re: Machine with multiple IP addresses

    Hi
    I think you have not checked the commands output, please issue the command verify the output.
    ifconfig-a can not give any
    It gives the alias IP interfaces as well as up & down.
    Code:
    ip addr show
    This is out of my scope. Add what man?

  5. #5
    Join Date
    Oct 2009
    Posts
    82

    Re: Machine with multiple IP addresses

    Hey
    Thank you guys!
    I will definitely would like to try these command, but I am not sure I have the administrator privileges to run the commands.
    ip addr show
    This will give you physical names, I mean the dns names?
    Even I have not tried this command, but I am really excited to see the physical address.

  6. #6
    Join Date
    Jan 2006
    Posts
    3,792

    Re: Machine with multiple IP addresses

    Hi
    ip addr show
    This is out of my scope. Add what man?
    If you want to see, then somebody or something has set an alias with the command ip
    Code:
    ip addr add 192.168.30.07  dev eth0
    And then you do
    Code:
    ifconfig-a
    ip addr show
    And you'll see the correct output. This is not a virtual card in ethx rather it is an alias.

  7. #7
    Join Date
    Sep 2009
    Posts
    2

    Re: Machine with multiple IP addresses

    code: ipconfig /all

Similar Threads

  1. Replies: 1
    Last Post: 21-04-2011, 12:03 PM
  2. Adding multiple email addresses from emails
    By Sauk in forum Networking & Security
    Replies: 4
    Last Post: 18-09-2010, 01:53 PM
  3. Send email to multiple addresses at once
    By marcman in forum Windows Software
    Replies: 3
    Last Post: 10-08-2009, 01:51 PM
  4. Router with multiple ip addresses
    By Timothi in forum Networking & Security
    Replies: 4
    Last Post: 04-02-2009, 11:11 PM
  5. DNS: multiple hosts listed with duplicate IP addresses
    By Chris H in forum Windows Server Help
    Replies: 3
    Last Post: 25-01-2007, 06:16 PM

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,558,592.15554 seconds with 17 queries