it was not enough (connection refused) but after I entered the command "service ipchains stop" which deactivate the firewall rules, I was able to telnet.
Thanks for your help, Herve Bonvin -----Message d'origine----- De: Tung-Sing Chong [mailto:[EMAIL PROTECTED]] Date: jeudi, 10. janvier 2002 20:14 �: [EMAIL PROTECTED] Objet: Re: Problem with redhat 7.2 and iucv You can issue "chkconfig telnet on" to turn telnet on. The telnet is turned off by default when you first installed the system. Tung-Sing Chong Software Engineer VM development, IBM S/390 Software Endicott, NY T/l : 852-5342 Outside Phone: 607-752-5342 E-mail: [EMAIL PROTECTED] Herve Bonvin <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 01/10/2002 12:38:01 PM Please respond to Linux on 390 Port <[EMAIL PROTECTED]> Sent by: Linux on 390 Port <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: Problem with redhat 7.2 and iucv 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.
