From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 21:45:30 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 3B16F37B401 for ; Mon, 16 Jun 2003 21:45:30 -0700 (PDT) Received: from smtp3.wlink.com.np (smtp3.wlink.com.np [202.79.32.78]) by mx1.FreeBSD.org (Postfix) with SMTP id B381743F75 for ; Mon, 16 Jun 2003 21:45:26 -0700 (PDT) (envelope-from bikrant@wlink.com.np) Received: (qmail 17993 invoked by uid 514); 17 Jun 2003 04:42:31 -0000 Received: from [202.79.36.225] (HELO wlink.com.np) (202.79.36.225) by smtp3.wlink.com.np (qmail-smtpd) with SMTP; 17 Jun 2003 04:42:30 -0000 (Tue, 17 Jun 2003 10:27:30 +0545) Message-ID: <3EEE9D2C.1070300@wlink.com.np> Date: Tue, 17 Jun 2003 10:31:36 +0545 From: Rohit Neupane User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Network Problem with custom kernel 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: Tue, 17 Jun 2003 04:45:30 -0000 Hi, I'm new to freebsd. I'm using 4.6.2-RELEASE. After compiling a custom kernel I'm getting problem in the network. When I try to ping any machine I get message "ping: sendto: No route to host" I can't even ping the localhost . I guess my network interface is properly detected. ifconfig shows my network interface is xl0 I've allowed everything in the firewall on the very first rule. These are the options I've put in the kernel device miibus device xl options INET options INET6 options MROUTING options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_FORWARD options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT options IPFILTER options IPFILTER_LOG options IPFILTER_DEFAULT_BLOCK options IPSTEALTH I guess I'm missing something. Also, how can I do "make distclean" (as in linux) if I want to recompile then kernel ? Thanks a lot. regards, Rohit Neupane