Find the answer to your Linux question:
Results 1 to 10 of 10
Hi, I can't figure out how to do ipconfig/release > ipconfig/renew I have checked in google, yet I didn't really understand what it said there. I think I understood that ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    9

    ipconfig?

    Hi,

    I can't figure out how to do ipconfig/release > ipconfig/renew

    I have checked in google, yet I didn't really understand what it said there. I think I understood that instead of ipconfig, it is ifconfig, yet that is all I understood.

    Is there a command console in Linux?

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    You'll find a console, "gnome-terminal" in "Accessories." You're on the right track with the commands. See this for more:

    Linux and UNIX ifconfig command help

    Check out the examples at the bottom of the page. Oh, and welcome to Linuxforums!
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Just Joined!
    Join Date
    Apr 2011
    Posts
    9
    Thank you. I hope it will be a fun and enjoyable ride.

  4. #4
    Just Joined!
    Join Date
    Apr 2011
    Posts
    9
    I guess I was too quick to think it would be easy and now I can't figure out how to make the console work.

    I did find it, yet when I try to type ifconfig [down] it says "command not found"

  5. #5
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,946
    Check the link from Dapper Dan again. The example shows: ifconfig eth0 down.

    You can run ifconfig -a to find out if eth0 is correct, it may be something else. You didn't use brackets in the command did you?

  6. #6
    Just Joined!
    Join Date
    Apr 2011
    Posts
    9
    Quote Originally Posted by yancek View Post
    Check the link from Dapper Dan again. The example shows: ifconfig eth0 down.

    You can run ifconfig -a to find out if eth0 is correct, it may be something else. You didn't use brackets in the command did you?
    I have runned ifconfig -a and it yes eth0 is correct
    I did use brackets.


    However, even after I did everything as you said, when I try to run the command I get a message "Permission Denied".After I got that message, I did log into the main account and changed it's setting to Administrator and tried to run it from there, yet I still got the same message.

  7. #7
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Oops, yeah... we forgot that part. With Ubuntu, you have to run it as sudo. So, to connect you'd do:
    Code:
    sudo ifconfig eth0 up
    It will ask for your password. Input it and the command will run. To take it down:
    Code:
    sudo ifconfig eth0 down
    Not to be presumptuous, but you do know there is a "gui" utility in Ubuntu where you can do this?
    Linux Mint + IceWM Registered:#371367 New Members: click here

  8. #8
    Just Joined!
    Join Date
    Apr 2011
    Posts
    9
    Quote Originally Posted by Dapper Dan View Post
    Oops, yeah... we forgot that part. With Ubuntu, you have to run it as sudo. So, to connect you'd do:
    Code:
    sudo ifconfig eth0 up
    It will ask for your password. Input it and the command will run. To take it down:
    Code:
    sudo ifconfig eth0 down
    Not to be presumptuous, but you do know there is a "gui" utility in Ubuntu where you can do this?
    what is "gui"?

  9. #9
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by PurpleBro View Post
    what is "gui"?
    Graphical User Interface. I think he was trying to say there are tools in your system menu somewhere, to do this from the desktop instead of the command line.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  10. #10
    Just Joined!
    Join Date
    Apr 2011
    Posts
    9
    Quote Originally Posted by Dapper Dan View Post
    Oops, yeah... we forgot that part. With Ubuntu, you have to run it as sudo. So, to connect you'd do:
    Code:
    sudo ifconfig eth0 up
    It will ask for your password. Input it and the command will run. To take it down:
    Code:
    sudo ifconfig eth0 down
    Not to be presumptuous, but you do know there is a "gui" utility in Ubuntu where you can do this?
    Thanks, I think it's working this time. I tried to run it in non-admin account by mistake and found it very amusing, when it said: "user is not in the sudoers file. This incident will be reported"

Posting Permissions

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