I'm guessing you have your ListenAddress in /etc/ssh/sshd_config either commented out, or set to 0.0.0.0. Services running in a vserver that attempt to bind 0.0.0.0 end up only binding the first address listed for the vserver.
Do a netstat -ant and look at the results. I'm betting you'll see your vserver listening only on the first IP. To correct it, edit /etc/ssh/sshd_config to include the following lines: ListenAddress 62.93.217.168 ListenAddress 62.93.217.169 Stop and restart sshd, and that should fix you up. Cathy ---------- Original Message ---------------------------------- From: Christoph Kuhles <[EMAIL PROTECTED]> Reply-to: [EMAIL PROTECTED] Date: Sat, 30 Nov 2002 10:02:24 +0100 >Hi, > >I'm having a problem as soon as I add multiple IP adresses and try to >use the second one: > >[root@vserver:tt /]telnet -b 62.93.217.168 dolphin.aquatix.de 22 >Trying 62.80.125.32... >Connected to dolphin.aquatix.de. >Escape character is '^]'. >SSH-2.0-2.4.0 SSH Secure Shell (non-commercial) > >Connection closed by foreign host. >[root@vserver:tt /]telnet -b 62.93.217.169 dolphin.aquatix.de 22 >Trying 62.80.125.32... >telnet: connect to address 62.80.125.32: Operation not permitted > >Whereas .168 is the first IP, .169 the second. Why do I get 'operation >not permitted' here? > >Any help is appreciated. > > >-- >Mit freundlichen Gruessen / Best regards > >Christoph Kuhles >Gesch䦴sleitung / Managing Director > >Aquatix IT-Services e.K. Telefon: +49 471 3914540 >Gildemeisterstr. 15 Telefax: +49 800 1234500 >27568 Bremerhaven E-Mail: [EMAIL PROTECTED] >AG Bremerhaven, HRA 4216 Web: http://www.aquatix.de/ > > ________________________________________________________________ Sent via the WebMail system at webmail.pioneernet.net
