IPv6 broken under AIX?

Anders Liljegren anders.liljegren at its.uu.se
Fri Jan 9 18:22:25 EST 2004


I've tried to get OpenSSH_3.7.1p2 to work over IPv6 under AIX 5.1.0 and 
5.2.0 without success. If I configure sshd to listen to an IPv6 address 
it will take the uppermost 32 bits of the IPv6 address and interpret it 
as an IPv4 address.


sshd_config:
------------
ListenAddress [2001:6b0:b:1::133]
ListenAddress 130.238.4.133
ListenAddress 172.17.1.2


$ /usr/nbin/sshd  -d -d -d
debug2: read_server_config: filename /usr/libdata/etc/sshd_config
debug1: sshd version OpenSSH_3.7.1p2
debug3: Not a RSA1 key file /usr/libdata/etc/ssh_host_dsa_key.
debug1: read PEM private key done: type DSA
debug1: private host key: #0 type 2 DSA
debug1: Bind to port 22 on 172.17.1.2.
Server listening on 172.17.1.2 port 22.
debug1: Bind to port 22 on 130.238.4.133.
Server listening on 130.238.4.133 port 22.
debug1: Bind to port 22 on 32.1.6.176.
Bind to port 22 on 32.1.6.176 failed: Can't assign requested address.

-- 
Anders Liljegren                     Mail: IT-stöd, Uppsala universitet
Phone: +46 18 4717751                      Box 887
Fax:   +46 18 4717725                      SE-751 08  UPPSALA
mailto:anders.liljegren at its.uu.se          Sweden
mailto:anders.liljegren at minicall.uu.se (<130 chars, end with empty line)
http://www.anst.uu.se/andelilj




More information about the openssh-unix-dev mailing list