Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Networking Joseph <syscon780@×××××.com>
Re: [gentoo-user] Networking "J. Roeleveld" <joost@××××××××.org>