Find the answer to your Linux question:
Results 1 to 3 of 3
I though after installing the base system i would get the ip command with the net-tools or core-utils package. How do i get the IP command, i cannot apt-get ip ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Posts
    10

    Wink whereis ip in debian 3.1 netinstall

    I though after installing the base system i would get the ip command with the net-tools or core-utils package. How do i get the IP command, i cannot apt-get ip cause its not a separate package.

  2. #2
    Linux Guru sdousley's Avatar
    Join Date
    Feb 2004
    Posts
    1,789
    What is this ip command for? Discovering the ip address? If so, it's
    Code:
    /sbin/ifconfig
    that you want to run
    "I am not an alcoholic, alcoholics go to meetings"
    Registered Linux user = #372327

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Posts
    10

    ok found it

    thanks for your response i think i tried to jump b4 i saw where to land. I needed to set up multihome and needed to install iproute2
    regards,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •