From owner-freebsd-questions@FreeBSD.ORG Wed Aug 5 21:11:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE49A106564A for ; Wed, 5 Aug 2009 21:11:10 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id 1C4ED8FC08 for ; Wed, 5 Aug 2009 21:11:09 +0000 (UTC) Received: by fxm24 with SMTP id 24so410462fxm.36 for ; Wed, 05 Aug 2009 14:11:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=jqHjtYdZik3PLBTV2zY4xfwtTjZgzDhfBSEaWj1FabI=; b=oyW1fX4Sl4UHJVfOKskwwusTqN0GRM240Cda6WGAoAAaX7Crq+fRbDNwmCYBSqKL06 xzWCLr/o24ol1/uGNaUSbbAzngZqeNxPrtiTRBSbM0iVwtglTVXiHFWKDCCbx3obTFug ZuQtk32NPOXo/Il7cahRJhYN9GBdji3wEUtjQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XqTGqBfBNwYQ1dPqHckszrwnCRNiaBFESUzJacad/5kkYIj9+2Vxw3EShpNMgvE2Zn mCBas2nvYRnwAyN9nyiXsDDRlQ8OwLmhkN8h5/ZFWZj2aakSJlB6+4H2cVqNP+5pNAT0 uJTVfFiG9xVzK4afbbC3O76aIt0wSh8lXoEeQ= MIME-Version: 1.0 Received: by 10.103.223.1 with SMTP id a1mr2569131mur.51.1249506668973; Wed, 05 Aug 2009 14:11:08 -0700 (PDT) Date: Wed, 5 Aug 2009 23:11:08 +0200 Message-ID: From: Stefan Miklosovic To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: sshd and dhcp bind to specific address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 21:11:11 -0000 hi, my pc gets ip address from dhcp server, but on my pc, there is running sshd. I want to make ssh to listen to only one ip address, but if ip changes due to dhcp, ssh server do not work properly. I know, that dhcp is able to assign ip address to client from some range e.g. 192.168.0.1-254 It is possible to do the same with ssh in case that it is not possible to do it only with one ip? I want a solution which would work every time, not only some specific one. thank you