From owner-freebsd-isp@FreeBSD.ORG Thu Aug 11 09:51:32 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98ECB16A41F for ; Thu, 11 Aug 2005 09:51:32 +0000 (GMT) (envelope-from todor.dragnev@gmail.com) Received: from mail.sistechnology.com (torro.sistechnology.com [217.79.65.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2217443D49 for ; Thu, 11 Aug 2005 09:51:31 +0000 (GMT) (envelope-from todor.dragnev@gmail.com) Received: from localhost (localhost [127.0.0.1]) by mail.sistechnology.com (Postfix) with ESMTP id 70AD346BF1 for ; Thu, 11 Aug 2005 12:51:27 +0300 (EEST) Received: from mail.sistechnology.com ([217.79.65.130]) by localhost (torro [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24156-03 for ; Thu, 11 Aug 2005 12:51:24 +0300 (EEST) Received: from nova.sistechnology.com (unknown [213.91.247.38]) by mail.sistechnology.com (Postfix) with ESMTP id 55A7046BE8 for ; Thu, 11 Aug 2005 12:51:24 +0300 (EEST) From: Todor Dragnev To: freebsd-isp@freebsd.org Date: Thu, 11 Aug 2005 12:51:09 +0300 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit Message-Id: <200508111251.09615.todor.dragnev@gmail.com> X-Virus-Scanned: by the vKeeper at sistechnology.com Subject: Problem with dhcp and ISP. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: todor.dragnev@gmail.com List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2005 09:51:32 -0000 Hello, I have the problem with my ISP and network settings received from ISP DHCP server. with dhcpclient I get: IP address for interface xl0: 213.x.y.77 netmask 255.255.255.252 default gateway: 213.x.y.77 Yes, IP address on interface and gateway are the same. The interesting part is that with these settings on Windows and Linux I have access to Internet. But FreeBSD refuse to work. What must be done to have access on FreeBSD v5.4. I found that the router IP address is 192.168.1.1 and if I up manually xl0 alias 192.168.1.2 netmask 255.255.255.252, change default gateway to 192.168.1.1 and make ipnat map xl0 192.168.1.2/32 -> 217.x.y.77/32 freebsd box now can use Internet. But I want use DHCPclient for xl0, because ISP offten change network settings. Does anyone known the solution for this problem. Thanks, Todor Dragnev