Tim, Check your route table to make sure that an appropriate route exists to forward packets as required. ifconfig will only add a route for the interface local network, so if your PC/FTP server/etc is on a different network then you'll have trouble.
Post the results of a "route" or "netstat -r" command and we'll see what that tells us. Cheers, Vic -- Vic Cross MACS mailto:[EMAIL PROTECTED] Networking, Linux, on zSeries and S/390 ----- Original Message ----- From: "Tim-Chr. Hanschen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 5:08 PM Subject: Antwort: Re: network problems during installation > Hi, > > i read the z800 redbook and followed the installation routine for QDIO > mode. I launched the echo and insmod commands and started the network. > > Everything worked fine... well, it seems that everything worked fine. The > modules were loaded and the network seems to be up. > > SuSE Instsys (none):/ # ifconfig > eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > inet addr: 10.96.68.35 Mask:255.255.255.0 > UP RUNNING NOARP MULTICAST MTU:1492 Metric:1 > RX packets:33 errors:0 dropped:0 overruns:0 frame:1 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes: 1934 (1.8 Kb) TX byte:0 (0.0b) > Interrupt: 209 > lo Link encap: Local Loopback > inet addr: 127.0.0.1 Mask:255.0.0.0 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:8 errors:0 dropped:0 overruns:0 frame:0 > TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes: 592 (592.0 Kb) TX byte:592 (592.0b) > > The problem is, that I cannnot ping or telnet to the machine, so I cannot > continue the installation. > > Any suggestions? > > TIA, > - Tim - > > > > > > > Rob van der Heij <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 29.04.2002 11:57:11 > > Bitte antworten an Linux on 390 Port <[EMAIL PROTECTED]> > > Gesendet von: Linux on 390 Port <[EMAIL PROTECTED]> > > > An: [EMAIL PROTECTED] > Kopie: > Thema: Re: network problems during installation > > > At 09:07 29-04-02 +0200, you wrote: > >Hi Rob, > > > >how does the echo command have to look like? Something like: > > > > echo ??? >> /proc/chandev > > echo qeth0,0x35a0,0x35a1,0x3512 > /proc/chandev > echo add_parms,0x10,0x35a0,0x35a2,portname:OSAE > /proc/chandev > echo reprobe > /proc/chandev > > But again, read in the Device Drivers book about how to do this. >