I have been able to install it with the following commands :

rmmod netiucv 
instmod netiucv.o iucv=TCPIP
ifconfig iucv0 <my ipaddr> pointopoint <VM gateway ipaddr> mtu 1500 up
route add default gw <VM gateway ipaddre> dev iucv0

...
(after a while the following messages appears and I was able to use telnet and the 
loader
to defined my disks...)
iucv0: connected with remote side

Now I face another problem :

I ipled from the mdisk. iucv was not working so I repeat the commands above and it 
works.
but I cannot telnet the server anymore (connection refused) and sshd is not working, 
it gives the following debug trace (Address family not supported by protocol ?) :

sshd -d
debug1: Seeding random number generator
debug1: sshd version OpenSSH_2.9p2
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
socket: Address family not supported by protocol         
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.

my question : how can I easily reach my server ?
(trying to fix it with a x3270 screen is killing me...)

Regards,
Herve Bonvin 




With the help of the loader

-----Message d'origine-----
De: Rob van der Heij [mailto:[EMAIL PROTECTED]]
Date: dimanche, 6. janvier 2002 14:31
�: [EMAIL PROTECTED]
Objet: Re: Problem with redhat 7.2 and iucv


> now, what should I write in this file. Something like "alias iucv0 iucv" ??
> and which commands or utilities should I run afterward ?

That would be
  alias iucv0 netiucv
  options netiucv iucv=TCPIP  (or what the other side is called)
but I have not tried it.

Reply via email to