Gentoo Archives: gentoo-user

From: Chris Brennan <xaero@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: net-setup package
Date: Wed, 23 Apr 2008 17:58:17
Message-Id: 2a01c4780804231058h4f2439b4o6d0c82083bc20a30@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: net-setup package by Net Warrior
1 three place to keep in mind, they will be your best friend when in doubt
2
3
4 www.gentoo.org/doc
5 forums.gentoo.org
6 gentoo-wiki.com
7
8 These are a good first stop :D
9
10 Anyway, happy gentooing >D
11
12 On Wed, Apr 23, 2008 at 1:32 PM, Net Warrior <netwarrior863@×××××.com> wrote:
13 > Yes, I could set up my ethernet manually :), just wondering if the
14 > setup-eth0 utils was a part of a packages I missed to install, cuz after
15 > loging in to the new installed system could not find it, but, is not matter
16 > of death and life :)
17 >
18 > Gentoo seems to be ( my humble opinion withing my first 24 usage hours ) a
19 > very robust system, I come from a freebsd land, and so, in my need to use a
20 > linux distro ( tried ubuntu, a mess ) gentoo has all I have in freebsd, the
21 > portage is what I like most, the way to be up to date with ports ans system,
22 > emerge does a good job, like portsnap/pkg_tools does for freebsd.
23 >
24 > The only think I found, how can I say, weird, is the installation, the need
25 > to do all the stuff by hand, just a basic install like bsd does ( 100 MB )
26 > and then install the rest fro the network, would be nice, I'm too lazy to
27 > do paritioning/swap/choot :)
28 >
29 > I'll needto go deeper with the FLAGS features, still do not understand some
30 > things, I have things by default by the moment, eventhough it's a powerfull
31 > feature, I know that I can screw it up the howle system.
32 >
33 > Anyway, I'm almost done, I'm still compiling my stuff, and I'm happy the way
34 > it does things, great job.
35 >
36 > Thank you for your time and support.
37 >
38 >
39 > 2008/4/23, Chris Brennan <xaero@××××××××××.net>:
40 >
41 > > did you symlink net.lo to net.YOUR_ETH_DEVICE ?
42 > >
43 > > did you add said new symlink to the boot/default runtime?
44 > >
45 > >
46 > > C-
47 > >
48 > >
49 > > On Wed, Apr 23, 2008 at 12:39 PM, Net Warrior <netwarrior863@×××××.com>
50 > wrote:
51 > > > Yes, I did it manually as stated in the handbook, I'll take a look if I
52 > can
53 > > > copy net-setup from the install CD.
54 > > >
55 > > > Thank you very much.
56 > > >
57 > > >
58 > > > 2008/4/23, reader@×××××××.com <reader@×××××××.com>:
59 > > >
60 > > > > "Net Warrior" <netwarrior863@×××××.com> writes:
61 > > > >
62 > > > > > HI there guys.
63 > > > > > I've already installed gentoo, and wanting to setup the ethernet ,
64 > > > trying to
65 > > > > > use net-setup seems not to be installed, which package do I nneed to
66 > > > install
67 > > > > > in order to have this util?
68 > > > > > It seems I missed something.
69 > > > > >
70 > > > > > Thanks for your time and support.
71 > > > > > Greets,
72 > > > >
73 > > > >
74 > > > > The net-setup tool is on the install cd. Not sure if its a separate
75 > > > > installable utility in portage.. but an `eix' search of the portage
76 > > > > database comes up empty.
77 > > > >
78 > > > > The way I do is establish a network running the install image cd or
79 > > > > iso then transfer those settings to the actual install.
80 > > > >
81 > > > > But if you've already moved to the fresh install you should be able to
82 > > > > setup the ethernet by hand with `ifconfig' and `route'.
83 > > > >
84 > > > > Then put those setting into /etc/conf.d/net
85 > > > > /etc/conf.d/domainname
86 > > > > /etc/resolv.conf
87 > > > >
88 > > > > For manual setup:
89 > > > > (assuming eth0 is the device you are going to use)
90 > > > >
91 > > > > ifconfig eth0 my.ip.address (in numeric notation like 192.168.0.2) up
92 > > > > route add default gw my.gateway.addr (in numeric notation)
93 > > > >
94 > > > > (if /etc/resolv.conf does not already contain a nameserver to use)
95 > > > >
96 > > > > echo "nameserver my.nameserver.address" > /etc/resolv.conf
97 > > > >
98 > > > > And finally, if all goes well.. complete the setup so that it starts
99 > > > > on bootup with rc-update
100 > > > >
101 > > > > rc-update add net.eth0 default (to add it to the default run level)
102 > > > >
103 > > > > See if that gets you going...
104 > > > >
105 > > > >
106 > > > > --
107 > > > > gentoo-user@l.g.o mailing list
108 > > > >
109 > > > >
110 > > >
111 > > >
112 > >
113 > > --
114 > >
115 > > gentoo-user@l.g.o mailing list
116 > >
117 > >
118 >
119 >
120 --
121 gentoo-user@l.g.o mailing list