Hi Gordon, Wolfe, Gordon W wrote: > [..] > In Linux, > Don't you have to change the /etc/rc.config file (SuSE) to use eth0 instead > of ctc0? What do you put in here? > Are there any entries on the boot parms line?
It's important to distinguish the two types of guest-LANs: ->IQDIO-Emulation (Hipersocket emulation) ->QDIO-Emulation (OSA Express LPAR-LPAR emulation) [ only zVM4.3& >] for both you must add appropriate lines in /etc/chandev.conf like: noauto;add_parms,0x10,0x1d00,0x1d02,portname:VLAN1 qeth-1,0x1d00,0x1d01,0x1d02,0,0 then you get a new interface in Linux for IQDIO it's called hsi0 (hsi1,hsi2,....) and for QDIO it's called eth0 then you can configure the interface like any other. eg. in /etc/rc.config, yast,... Regards Simon [at home] -- [at work] Linux on zSeries Team becom Informationssysteme GmbH www.becom.com
