If you want your new interface to be activated at boot time, then make sure ONBOOT is set to
yes
.
Make sure the SUBCHANNELS statement matches the hardware addresses for your
qeth
device.
/etc/sysconfig/network-scripts/ifcfg-eth1
# IBM QETH
DEVICE=eth1
BOOTPROTO=static
IPADDR=192.168.70.87
NETMASK=255.255.255.0
ONBOOT=yes
NETTYPE=qeth
SUBCHANNELS=0.0.0600,0.0.0601,0.0.0602
TYPE=Ethernet
A
qeth
device requires an alias definition in
/etc/modprobe.conf
. Edit this file and add an alias
for your interface.
/etc/modprobe.conf
alias eth0 qeth
alias eth1 qeth
options dasd_mod dasd=0.0.0100,0.0.4b19
Now you can start the new interface:
# ifup eth1
Check the status of the interface:
# ifconfig eth1
eth1
Link encap:Ethernet
HWaddr 02:00:00:00:00:01
inet addr:192.168.70.87
Bcast:192.168.70.255
Mask:255.255.255.0
inet6 addr: fe80::ff:fe00:1/64 Scope:Link
UP BROADCAST RUNNING NOARP MULTICAST
MTU:1492
Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:644 (644.0 b)
TX bytes:264 (264.0 b)
Note that the
HWaddr
field in the first line of the
ifconfig
command output. The value after that
must be added to the
ifcfg-eth1
file. Add a line like the following to that file:
Appendix F. Additional Information for S/390 and zSeries Users
82
Содержание ENTERPRISE LINUX 3 - FOR IBM S-390 AND IBM ESERVER ZSERIES
Страница 2: ...Red Hat Enterprise Linux 4 ...
Страница 4: ...Red Hat Enterprise Linux 4 ...
Страница 56: ...46 ...
Страница 64: ...54 ...
Страница 70: ...60 ...
Страница 104: ...94 ...
Страница 108: ...98 ...