From owner-freebsd-questions@FreeBSD.ORG Tue May 6 19:12:38 2003 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 37A0F37B404 for ; Tue, 6 May 2003 19:12:38 -0700 (PDT) Received: from ns2.weronet.com (chello213047208163.surfer.at [213.47.208.163]) by mx1.FreeBSD.org (Postfix) with SMTP id B12DA43F75 for ; Tue, 6 May 2003 19:12:35 -0700 (PDT) (envelope-from freebsd@werosoft.com) Received: (qmail 54688 invoked from network); 7 May 2003 02:53:51 -0000 Received: from unknown (HELO sonne) (213.47.208.170) by ns2.weronet.com with SMTP; 7 May 2003 02:53:51 -0000 From: "Ronald Weinrich" To: freebsd-questions@freebsd.org Date: Wed, 07 May 2003 04:14:37 +0200 MIME-Version: 1.0 Message-ID: <3EB8882D.25662.76DF9D6@localhost> Priority: normal In-reply-to: <20030506180518.A20874@ns.museum.rain.com> References: <3EB85E97.29721.6CB887E@localhost>; from freebsd@werosoft.com on Wed, May 07, 2003 at 01:17:11AM +0200 X-mailer: Pegasus Mail for Windows (v4.02, DE v4.02 R1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Re: no route to host X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@werosoft.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 02:12:38 -0000 this is the output (why does it show aktiv or up?) on boot I run /sbin/ifconfig ep0 up [ -x /sbin/ipnat ] && /sbin/ipnat -CF -f /etc/ipnat.conf && ipf -y && echo -n 'ipnat' tia ron > In general, it means you need to post the output of > > ifconfig -a ed0: flags=8802 mtu 1500 inet 213.47.28.166 netmask 0xfffffff0 broadcast 213.47.28.175 inet6 fe80::200:e8ff:fe68:c5b6%ed0 prefixlen 64 scopeid 0x1 ether 00:00:e8:68:c5:b6: flags=8810 mtu 1500: flags=8843 mtu 1500 inet6 fe80::2c0:4fff:fed5:2c62%ep0 prefixlen 64 scopeid 0x3 inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:c0:4f:d5:2c:62 media: Ethernet 10baseT/UTP: flags=8002 mtu 1500: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet 127.0.0.1 netmask 0xff000000 : flags=8010 mtu 1500: flags=c010 mtu 552 > > and > > netstat -rn 1/16/4928 mbufs in use (current/peak/max): 1 mbufs allocated to data /4/1232 mbuf clusters in use (current/peak/max) Kbytes allocated to network (0% of mb_map in use) requests for memory denied requests for memory delayed calls to protocol drain routines > > and then tell us which IP address you were trying to ping. > >