On Mon, 2011-06-27 at 14:25 -0500, Dave Jones wrote:

>
> Here is what is in the ifcfg-eth0 file:
>
> # IBM QETH
> DEVICE=eth0
> BOOTPROTO=static
> VSWITCH=1
> OPTION=(layer2=1)
> IPADDR=xxx.yyy.www.zzz
> NETMASK=255.255.255.0
> NETTYPE=qeth
> TYPE=Ehternet
> ONBOOT=yes
> HWADDR=02:00:00:00:00:07
> SUBCHANNELS=0.0.0100,0.0.0101,0.0.0102
>
>

Dave,

I would change 3 things in your ifcfg-eth0 file:
1. Remove HWADDR and VSWITCH
2. typo:        TYPE=Ethernet
3. Specify the layer2 option with this syntax:
        OPTIONS='layer2=1'

resulting in:
# IBM QETH
DEVICE=eth0
BOOTPROTO=static
OPTIONS='layer2=1'
IPADDR=xxx.yyy.www.zzz
NETMASK=255.255.255.0
NETTYPE=qeth
TYPE=Ethernet
ONBOOT=yes
SUBCHANNELS=0.0.0100,0.0.0101,0.0.0102

Does this config file help?

Regards, Ursula Braun,
IBM Germany, Linux on System z Development

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to