From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 17:54:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D46AD16A4CE for ; Wed, 10 Nov 2004 17:54:06 +0000 (GMT) Received: from top.daemonsecurity.com (FW-182-254.go.retevision.es [62.174.254.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4351943D31 for ; Wed, 10 Nov 2004 17:54:06 +0000 (GMT) (envelope-from norgaard@locolomo.org) Received: from [192.168.0.32] (charm.daemonsecurity.com [192.168.0.32]) by top.daemonsecurity.com (Postfix) with ESMTP id F3F39A1426; Wed, 10 Nov 2004 18:51:37 +0100 (CET) Message-ID: <419255B9.1000804@locolomo.org> Date: Wed, 10 Nov 2004 18:54:01 +0100 From: Erik Norgaard Organization: Loco Lomography User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040918 X-Accept-Language: en, en-us, da, it, es MIME-Version: 1.0 To: Ben Haysom References: <200411101123.51095.Emanuel.Strobl@gmx.net> <200411100700.12410.m.hauber@mchsi.com> <419219AA.6010108@locolomo.org> <41921FA1.8020701@locolomo.org> <419231FB.1070808@locolomo.org> In-Reply-To: X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problem connecting with ADSL modem [ was Re: Hello List ] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 17:54:07 -0000 Ben Haysom wrote: > 80.229.247.29 is my static IP and also my default gateway. > Subnet Mask : 255.255.255.255 > > INTERNET > | > | > ISP > |default router: ip 80.229.247.79 > | > | > ADSLmodem > | > | > |rl0: 80.229.247.79 (DHCP but static) > FBSD > |sis0: ip 192.168.0.2 (static) > | > MYNETWORK 1st: There is a typo in the diagram, you can't have the same IP as your ISP. If this is indeed the case then this might explain things such as why your server say it's invalid. Where in the diagram is 80.229.247.29? 2nd: The default router is the address where you send your traffic to hosts that are not directly on your network. If you set this to yourself then all traffic you send to the Internet newer leave your box. On your BSD box default router should be the ip of your ISP. This is normally set automatically by dhclient, or provided by your ISP to type in. Just jo eliminate any confusion, since your network config has been changed by running 'dhclient rl0', provide output from the following commands: # ifconfig -a # route -v get default # ping # arp -a should be shown by the route command. ping will try to ping the router, alternatively you can try 'arping ' which will work even if ping is blocked (if you have arping installed). and also, # grep dhclient /var/log/messages (you may remove redundant information, but besure to include the last entries). Check that dhclient is running. Stop it and run 'dhclient rl0' again and see if things are any different. If so, send the changes also. Cheers, Erik -- Ph: +34.666334818 web: www.locolomo.org S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt Subject ID: A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9 Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2