Hello Cathy, that is not the problem here, unfortunately. Would have been an easy fix.
I can bind ports on the second IP of the vserver, that's no problem. However, I cannot use the second IP for outgoing connections (telnet to another machine, run an FTP server on the second IP and download from it etc.), the system tells me 'Operation not permitted' when trying that. Any other suggestions? Monday, December 2, 2002, 1:11:01 AM, you wrote: CS> 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 CS> address listed for the vserver. CS> Do a netstat -ant and look at the results. I'm betting you'll see your vserver listening only on the first IP. CS> To correct it, edit /etc/ssh/sshd_config to include the following lines: CS> ListenAddress 62.93.217.168 CS> ListenAddress 62.93.217.169 CS> Stop and restart sshd, and that should fix you up. CS> ---------- Original Message ---------------------------------- CS> From: Christoph Kuhles <[EMAIL PROTECTED]> CS> Reply-to: [EMAIL PROTECTED] CS> Date: Sat, 30 Nov 2002 10:02:24 +0100 >>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�ftsleitung / 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/
