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 ...
- 04-16-2011 #1Just 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?
- 04-16-2011 #2
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!
- 04-16-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 9
Thank you. I hope it will be a fun and enjoyable ride.
- 04-16-2011 #4Just 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"
- 04-16-2011 #5Linux 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?
- 04-16-2011 #6Just Joined!
- Join Date
- Apr 2011
- Posts
- 9
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.
- 04-16-2011 #7
Oops, yeah... we forgot that part. With Ubuntu, you have to run it as sudo. So, to connect you'd do:
It will ask for your password. Input it and the command will run. To take it down:Code:sudo ifconfig eth0 up
Not to be presumptuous, but you do know there is a "gui" utility in Ubuntu where you can do this?Code:sudo ifconfig eth0 down
- 04-16-2011 #8
- 04-16-2011 #9I 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.
- 04-16-2011 #10Just Joined!
- Join Date
- Apr 2011
- Posts
- 9


Reply With Quote
