![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
The Ubuntu Forums have grown tremendously over the years. While we regret that we are discontinuing our Other OS Talk category, this gives us an opportunity to help other Linux distributions grow by directing traffic to the websites of these distributions. Here is a list of the official websites for the operating systems that used to have individual forums here. We hope you are able to find further assistance from there. And finally, if you haven't yet found what you are looking for, we suggest you look for information on the DistroWatch website or you might try the multi-distribution LinuxQuestions forum. |
|
Gentoo Discussions on Gentoo Linux. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Gee! These Aren't Roasted!
![]() |
Configuring a static IP address in Gentoo?
How would I go about doing this from a terminal prompt? I'm assigned a static IP, DNS server, default gateway etc. and I just thought I'd learn how to configure it all from a terminal prompt in Gentoo just.. well, because I wanted to know how.
Would something like entering "ip address 192.0.0.0" in the terminal prompt work? |
|
|
|
|
#2 |
|
new Other OS Talk fora, C signature
![]() |
Re: Configuring a static IP address in Gentoo?
From the terminal you can run:
Code:
net-setup Code:
kdesu kate /etc/conf.d/net Check the gentoo wiki and official documentation.
__________________
So Long, and Thanks for All the Fish How To Ask Questions The Smart Way new Other OS Talk forum Last edited by mips; February 22nd, 2007 at 05:24 PM.. |
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() |
Re: Configuring a static IP address in Gentoo?
cleanest method is this
Code:
ifconfig eth0 192.168.1.101 |
|
|
|
|
#4 |
|
Gee! These Aren't Roasted!
![]() |
Re: Configuring a static IP address in Gentoo?
Ahhh, cheers guys, I'm just dumb though. I just noticed that there's documentation provided within Gentoo that tells you how to do exactly what I'm wanting to do. It's
Code:
net-setup eth0 |
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() |
Re: Configuring a static IP address in Gentoo?
Depends what do you have or need installed inside. If you don't clean disfiles and using buildpkg option, gentoo can't grow to 10 GB, but if you maintain it (see documentation) properly, it should stay in about 5 GB. You must know that you need some empty space for compiling. For example, huge thing like openoffice won't start compiling if you don't have at least 5 GB of empty space, so maybe you will have to use binary packages for something like that. This space is temporarily used. On the other side, do not count that you will have full Visual Studio (or something big like that) installed in Windows. I would buy a bigger disk, but in case I had no money, I would make an 6-7 GB ext (or reiser) and all other would be NTFS, used for Windows and for data (music, pics) readed by ntfs-3g from Gentoo. In that way, you will get some flexibility on Windows (delete some data if you need big program
|
|
|
|
|
#6 | |
|
Gee! These Aren't Roasted!
![]() |
Re: Configuring a static IP address in Gentoo?
Quote:
What I wound up doing is resizing my Windows partition with QTParted to about 11gb and using about 6.5gb for Gentoo. However, I am either dumb or have done something wrong.. I can't get xdm to start on my Gentoo partition. When I do startx I get a clock and 3 terminal windows. Is that normal? |
|
|
|
|
|
#7 |
|
A Carafe of Ubuntu
![]() |
Re: Configuring a static IP address in Gentoo?
maybe you should install gdm (exapmle), append/edit this line
Code:
DISPLAYMANAGER="gdm" Code:
rc-update add xdm default Code:
eselect rc add xdm If you don't want X to start at boot time, ignore what I have wrote above and read this. Don't "startx", maybe you could try "gdm" or whichever display manager you have. (slim, kdm...) Last edited by zaratustra; February 24th, 2007 at 07:42 AM.. |
|
|
|
|
#8 | |
|
new Other OS Talk fora, C signature
![]() |
Re: Configuring a static IP address in Gentoo?
Quote:
__________________
So Long, and Thanks for All the Fish How To Ask Questions The Smart Way new Other OS Talk forum |
|
|
|
|
|
#9 | |
|
Gee! These Aren't Roasted!
![]() |
Re: Configuring a static IP address in Gentoo?
Quote:
First off, I have duplicate entries in GRUB: Gentoo and Windows are both listed twice. When I check the bootloader options, both are listed twice -- is it alright to delete the second Windows & Gentoo entries? I just want to make sure before I do anything. >_> Second, and most importantly: Whenever I try to login as my user I get this: Code:
User's $HOME/.dmrc file is being ignored. This prevents the default session and language from being saved. File should be owned by user and have 644 permissions. User's $HOME directory must be owned by user and not writable by other users. ![]() And thanks for the opinion, mips. |
|
|
|
|
|
#10 | ||
|
new Other OS Talk fora, C signature
![]() |
Re: Configuring a static IP address in Gentoo?
Quote:
Just backup the file first before you delete anything. Should be ok though. Quote:
__________________
So Long, and Thanks for All the Fish How To Ask Questions The Smart Way new Other OS Talk forum |
||
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|