Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Networking
Date: Thu, 25 Oct 2012 19:33:13
Message-Id: 20121025193128.GA29328@syscon7.inet
In Reply to: [gentoo-user] Networking by Silvio Siefke
1 unmerging dhcp was not a good idea.
2 I don't think you have very many options but to "boot strap" gentoo from CD and emerge back the net-misc/dhcp
3
4 Do you need both client/server or just client?
5 I'm running net-misc/dhcpcd
6
7 --
8 Joseph
9
10 On 10/25/12 20:25, Silvio Siefke wrote:
11 >Hello,
12 >
13 >i have installed Virtualbox, but from the website not over Portage. I
14 >have now delete, because it want not really run and the computer
15 >has not the power.
16 >
17 >But now i have problems with the network. I have static IP Adresses in
18 >use, but gentoo want network not start the static Address, they
19 >want use dhcpd. I have unmerged the dhcp but now nothing want run.
20 >NFS, SSH, nothing really want start.
21 >
22 >gentoo-desk init.d # cat /etc/conf.d/net
23 ># This blank configuration will automatically use DHCP for any net.*
24 ># scripts in /etc/init.d. To create a more complete configuration,
25 ># please review /usr/share/doc/openrc*/net.example* and save your configuration
26 ># in /etc/conf.d/net (this file :]!).
27 >config_eth0="192.168.2.22 netmask 255.255.255.0 broadcast 192.168.2.255"
28 >routes_eth0="default via 192.168.2.1"
29 >dns_servers_eth0="192.168.2.1"
30 >
31 >gentoo-desk init.d # /etc/init.d/sshd start
32 > * ERROR: cannot start sshd as dhcpcd would not start
33 >
34 >gentoo-desk init.d # /etc/init.d/nfsmount start
35 > * ERROR: cannot start nfsmount as dhcpcd would not start
36 >
37 >I have only the net and in it stand static Network. Where i find the
38 >config? I not know what should do now.
39 >
40 >gentoo-desk init.d # ifconfig
41 >eth0 Protokoll:Ethernet Hardware Adresse 00:30:05:3f:a1:a4
42 > inet Adresse:192.168.2.22 Bcast:192.168.2.255 Maske:255.255.255.0
43 > inet6 Adresse: fe80::230:5ff:fe3f:a1a4/64
44 >Gültigkeitsbereich:Verbindung
45 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
46 > RX packets:1994 errors:0 dropped:0 overruns:0 frame:0
47 > TX packets:1348 errors:0 dropped:0 overruns:0 carrier:0
48 > Kollisionen:0 Sendewarteschlangenlänge:1000
49 > RX bytes:1892812 (1.8 MiB) TX bytes:257820 (251.7 KiB)
50 >
51 >lo Protokoll:Lokale Schleife
52 > inet Adresse:127.0.0.1 Maske:255.0.0.0
53 > inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
54 > UP LOOPBACK RUNNING MTU:16436 Metric:1
55 > RX packets:10 errors:0 dropped:0 overruns:0 frame:0
56 > TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
57 > Kollisionen:0 Sendewarteschlangenlänge:0
58 > RX bytes:180 (180.0 B) TX bytes:180 (180.0 B
59 >
60 >
61 >The network start when i start with /etc/init,d net.eth0 start. I
62 >understand not what uis the problem, has someone a idea?
63 >
64 >Regards and Thank for help
65 >Silvio

Replies

Subject Author
Re: [gentoo-user] Networking Silvio Siefke <siefke_listen@×××.de>