Results 1 to 6 of 6

Thread: Finding and configuring IP address in Linux

  1. #1
    Join Date
    Nov 2009
    Posts
    335

    Finding and configuring IP address in Linux

    Hello sir,

    I was using windows for a long time but I am recruited somewhere and all are the things are done on the linux server.Some basic things I need to know about the operating system behavior.

    I would like to know that How to find the IP address and through this IP Address,How can I connect to this system using another system in the network. If you have any idea to configuration and more stuff regarding same then please elaborate it.

    Thanks.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    Finding and configuring IP address in Linux

    The Linux is one of the powerful open sources operating system and the networking section of this operating system is also a hard bit secure connection.

    You can get the IP Address from the Linux operating terminals.There are some basic commands through which you can get more description about the networking section of the Linux.

    The simple command will explore the network settings of the Linux operating system.Use this command to get the IP address -

    #ifconfig

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Finding and configuring IP address in Linux

    After getting the IP address from the terminal of Linux,you can connect with this system from other system.Through this way,you also can connect with other system using those IP addresses.

    The SSH command would be used to connect with another system on the network.The command should be issued with the required IP address of the another system to which you need to be connect.

    The SSH command would be used as follows -

    #SSH <IP address >

    The command should be issued only by the Root user on the system.

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

    Changing Your IP Address in Linux

    Changing Your IP Address

    The Linux provides the way to change your IP address but in this case you need to configure the eth0 settings.You can assign the new IP address to this device and the IP address would be changed .

    Code:
    [root@Chris tmp]# ifconfig eth0 10.0.0.1 netmask 255.255.255.0 up
    Using this command,a new IP would be assigned to the eth0 and would be activated because the command contains an option UP.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    Multiple IP Addresses on a Single NIC in Linux

    IP aliasing is the good and compatible method to generating more than one IP addresses using a single Network Interface Card.

    Aliases follow the name format as parent-interface-name:X, where X is the sub-interface number according to your selection.The procedure for generating an IP alias is closely related to outlined for the real interface.

    The command can help you to create multiple IP using one NIC -

    Code:
    # ifconfig wlan0:0 192.168.1.99 netmsk 2a55.255.255.0

  6. #6
    Join Date
    Apr 2008
    Posts
    3,295

    How to Activate and shut Down Your NIC in Linux

    There are two commands in the Linux which are being used to activate and shut down the NIC which is named as eth0 or eth1 depends on your connected NIC.

    If you have installed only one NIC in your system then you can use that as eth0 which specifies that you are using only one NIC.

    The command to activate and shut down the NIC would be as follows -

    Code:
    # ifdown eth0    /// For shutting down NIC 
    # ifup eth0        /// For activating NIC

Similar Threads

  1. Replies: 1
    Last Post: 04-03-2011, 05:55 AM
  2. Finding the IP address of another host in the network
    By Benjhonson in forum Networking & Security
    Replies: 5
    Last Post: 03-12-2010, 07:47 AM
  3. Tomtom XL not finding the correct address
    By richiepask in forum Portable Devices
    Replies: 7
    Last Post: 16-08-2010, 05:07 PM
  4. Finding The IP Address In Gmail
    By Rohit Kasle (RK) in forum Tips & Tweaks
    Replies: 1
    Last Post: 05-02-2010, 04:32 PM
  5. Finding IP address
    By GaryK in forum Technology & Internet
    Replies: 2
    Last Post: 10-10-2008, 06:54 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,714,023,927.76003 seconds with 17 queries