Gentoo Archives: gentoo-user-de

From: Daniel Rindt <daniel@×××××.name>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] IP Alias einrichten
Date: Fri, 08 Oct 2004 16:50:49
Message-Id: 20041008165047.4383F5A000D@rubidium.confixxlogin.de
1 Hallo,
2
3 Ich habe eine IP auf meinem Webserver die per DHCP zugeteilt wird. Jetzt
4 möchte ich da nur eine Karte installiert ist ein alias einrichten. Diese IP
5 Adresse müsste aber statisch zugewiesen werden. Wie kann ich das
6 realisieren?
7
8 Hier meine /etc/conf.d/net
9 ===
10 # /etc/conf.d/net:
11 # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/conf.d/net,v 1.7
12 2002/11/18 19:39:22 azarah Exp $
13
14 # Global config file for net.* rc-scripts
15
16 # This is basically the ifconfig argument without the ifconfig $iface
17 #
18 #iface_eth0="82.165.43.99 broadcast 82.165.0.255 netmask 255.255.255.0"
19 #iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0"
20
21 # For DHCP set iface_eth? to "dhcp"
22 # For passing options to dhcpcd use dhcpcd_eth?
23 #
24 iface_eth0="dhcp"
25 #dhcpcd_eth0="..."
26
27 # For adding aliases to a interface
28 #
29 #alias_eth0="192.168.0.3 192.168.0.4"
30 ===
31
32 Vielen Dank für Eure Hilfe.
33 Daniel
34
35
36 --
37 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] IP Alias einrichten "Joachim Schlöffel" <JS@××××××××××.de>