Datasheet

“main” (Installation and Administration) 2004/6/25 13:29 page 431 #457
i
i
i
i
i
i
i
i
21
Linux in the Network
http://www.ngnet.it/e/cosa-ipv6.php
An article series providing a well-written introduction to the basics of
IPv6. A good primer on the topic.
http://www.bieringer.de/linux/IPv6/
Here, find the Linux IPv6-HOWTO and many links related to the
topic.
http://www.6bone.net/ Visit this site if you want to join a tunneled
IPv6 network.
http://www.ipv6.org/ The starting point for everything about IPv6.
RFC 2640 The fundamental RFC about IPv6.
IPv6 Essentials A book describing all the important aspects of the topic.
Silvia Hagen: IPv6 Essentials. O’Reilly & Associates, 2002 (ISBN 0-596-
00125-8).
21.3 Manual Network Configuration
Manual configuration of the network software should always be the last al-
ternative. Using YaST is recommended. All network interfaces are activated
with the script /sbin/ifup. To halt the interface, use ifdown. To check its
status, use ifstatus.
If you only use internal network cards, simply configure the interfaces by
means of their names. With the commands ifup eth0, ifstatus eth0,
and ifdown eth0, start, check, or stop the interface eth0. The respective
configuration files are stored in /etc/sysconfig/network/ifcfg-
eth0. eth0 is the name of the interface and the name of the configuration.
Alternatively, configure the network in relation to the hardware
address (MAC address) of a network card. In this case, use a
hardware-based configuration file named in the format ifcfg-
<hardwareaddresswithoutcolons>. Use lowercase characters in the
hardware address, as displayed by the command ip link (ifconfig
shows uppercase letters). If ifup finds a configuration file matching the
hardware address, a possibly existing ifcfg-eth0 file is ignored.
Things are a little more complicated with hotplug network cards, however.
If you do not use one of those cards, proceed directly to Section 21.3.1 on
page 433.
431SUSE LINUX Enterprise Server