From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 21:42:22 2008 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 2BCB016A418 for ; Mon, 28 Jan 2008 21:42:22 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA6313C478 for ; Mon, 28 Jan 2008 21:42:21 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1412947fka.11 for ; Mon, 28 Jan 2008 13:42:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=DKHQDxYx4O7dm1ZszLPMhvPNIWypCQ9P1a6mKKCDBRY=; b=Hl5T2gi8sfqYgAQpe2tY63i66hidNzKT5IBw/2fbGRSvSOO2lPG2+aD/qGdvy1EXNICcrznAxn6kBE/PhOUVnpRe9jMNSKUW1EGKlxUtuDfZxeowdCVwOx4kL1GjswQnUC/yYdxdlh95rI2zJgErk7afW4VZf9VwxPbdvtYed9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KEM/qWAdMjt9OQmP3N+9pF3sLx5MBtKFAHwLuHyliUhldTXn4BZILWKzIB/PBH5nqt1jyn+MIWB3CUwWG35t2sGqPGwv9wtT9Zrph504QN8FESMm+3lXw4Uhem3gwG/lhKGr6ewn0jEg1ihD9WNCglERNQ2AfGTMzM8JDwrASN4= Received: by 10.82.174.20 with SMTP id w20mr10718504bue.21.1201556539600; Mon, 28 Jan 2008 13:42:19 -0800 (PST) Received: by 10.82.160.10 with HTTP; Mon, 28 Jan 2008 13:42:19 -0800 (PST) Message-ID: <560f92640801281342g7ab38864j333c17d45dddff6e@mail.gmail.com> Date: Mon, 28 Jan 2008 13:42:19 -0800 From: "Nerius Landys" To: "Bhuvaneswari Ramkumar" In-Reply-To: <7c7927920801281329n609abb8ah63a18f1afb56099d@mail.gmail.com> MIME-Version: 1.0 References: <7c7927920801281329n609abb8ah63a18f1afb56099d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Network configuration in FreeBSD 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: Mon, 28 Jan 2008 21:42:22 -0000 > > I'm a newbie FreeBSD user, I've just installed the 5.5 version. > I know this is a very silly question but I've searched the archives and > any > suggestions are welcome. > > I think my system is not connected to the internet or any external > network, > ping dosent work ( nor ftp or dig) > > When I try to do a post-install configuration and choose to enable the > inetd > daemon option from the sysinstall, it doesnt invoke the editor to change > the > inetd.conf at all, so I did a root-login and enabled ftp, even pftp and > other services in the file as mentioned in the installation document. > > But still I'm unable to ftp to any server, the message I get is ftp: > hostname or servname not known or not provided. > > Do you guys have any ideas ? > The standard install should have asked you if you want to configure your network device. The questions it would ask is which device to configure, and whether to try to configure DHCP, and whether to try to configure IPv6. It would then ask you, during install, whether to try to "bring up the network interface now?" If these questions were not part of the install, then something is not right, and someone else on this board might help you. My guess (I'm a newbie too) is that perhaps the network device was not recognized by FreeBSD 5.5? It's always possible to do network configuration post-install. I'd find some documentation on that in the handbook. I think the file that configures the network is rc.local or something. But first make sure the kernel recognized the network device. You might have to put something in /boot/loader.conf to load a kernel module for your network device? But inetd and ftp server and what not have nothing to do with your network actually working, so you were barking up the wrong tree.