X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f170.google.com (mail-ew0-f170.google.com [209.85.219.170]) by lists.alpinelinux.org (Postfix) with ESMTP id 10815170000BA for ; Wed, 4 Mar 2009 15:58:47 +0000 (UTC) Received: by ewy18 with SMTP id 18so2815665ewy.25 for ; Wed, 04 Mar 2009 07:58:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=WW6UOZYG0vSTmcS8G9fNrbdbmJjgvNLZo/wRQydNN9k=; b=qR+zuiqFHeUBcZjW+zoCtlEsc4c14wHDCdrcf0rs2V6PzrFnPefZ5ndUJ4fO5r5HOW BywqlVB4+wlXJVDr3PdgWC+A4f8ktaTUAOwggqvIcDTCYoVtDPLS7q0jPzs+02hU08cT G8QUQIQy1d6xPyj73KL7rxiAyw1wi9laFV26Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=VFHF1N9Npl5v8PEcxG5FKwwXenhCBTU0ckOzV78dmzoCUKwnm1p9nwltoIiZhfEYw6 VLjm8uNyEetA8sQ6rXeaHsjOvGM/J/BYsyMxRg1EP46+7qWMPuPIcYDKKa/UneP/RAWE S0Uz9lL0em+C353XWRiY4a6mCjVyVjsWybZ/c= Received: by 10.216.0.84 with SMTP id 62mr2863wea.185.1236182326423; Wed, 04 Mar 2009 07:58:46 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 2sm602573nfv.8.2009.03.04.07.58.45 (version=SSLv3 cipher=RC4-MD5); Wed, 04 Mar 2009 07:58:45 -0800 (PST) Subject: Re: [alpine-devel] Vserver From: Natanael Copa To: Harry Lachanas Cc: Alpine Developers In-Reply-To: <49AE9C49.90509@freemail.gr> References: <49AE87B9.2080505@freemail.gr> <1236176949.32434.38.camel@nc> <49AE9C49.90509@freemail.gr> Content-Type: text/plain Date: Wed, 04 Mar 2009 16:58:43 +0100 Message-Id: <1236182323.32434.43.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit On Wed, 2009-03-04 at 17:20 +0200, Harry Lachanas wrote: > Natanael Copa wrote: ... > however ssh - ing into vserver ( ip 10.128.0.1 ) got me in to the host > server ( debian ) ... > nmap showed a bunch of ports open ( debian host services ports ) .... > > > What if dropbear was installed and started in the vserver ??? the host and all vservers must set the listen address for services rather than bind to */0.0.0.0 This is due to vserver does not virtualize the network stack. the guests and the host all share the same network stack. benefits: native speed, low on resources. drawbacks: you must specify bind address. I think there are a feature that will auto bind 0.0.0.0 to first ip address of guest or similar, but i didnt turn that one on. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---