From owner-freebsd-questions@FreeBSD.ORG Wed Nov 9 02:14:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4277316A420 for ; Wed, 9 Nov 2005 02:14:20 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F9B43D46 for ; Wed, 9 Nov 2005 02:14:19 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by xproxy.gmail.com with SMTP id t10so93923wxc for ; Tue, 08 Nov 2005 18:14:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rn4+TquittLm8fwGymexMyHd/7aVuzTj5nfLFhKZDtNXOANxDVmU71HMA3Lio0l2N4RDJset/O4NpqE35ysTFiJ3ajMmncvF8oGbHZ5tUEMWrIbELWLz2ZsGuEtVNuloUxQ3EfZrNrQBLCzIH9laumY9OsNMA81d2uVz6PRR1XQ= Received: by 10.65.15.11 with SMTP id s11mr183881qbi; Tue, 08 Nov 2005 17:49:33 -0800 (PST) Received: by 10.65.253.2 with HTTP; Tue, 8 Nov 2005 17:49:33 -0800 (PST) Message-ID: <54db43990511081749v135770c2n9a6fa6cf10ec8954@mail.gmail.com> Date: Tue, 8 Nov 2005 20:49:33 -0500 From: Bob Johnson To: Lonnie Cumberland In-Reply-To: <437144EC.9060604@outstep.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <437144EC.9060604@outstep.com> Cc: freebsd-questions@freebsd.org Subject: Re: Any Default Firewall Installed? 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: Wed, 09 Nov 2005 02:14:20 -0000 On 11/8/05, Lonnie Cumberland wrote: > Greetings All, > > I have a fresh FreeBSD 4.11 server installed with multiple IP's and am > wondering if there is some type of default firewall running? > I don't believe there will be a firewall running unless you have specifically enabled it. Statements to do so would appear in /etc/rc.conf > The problem is that after logging in, can not telnet to either localhost > or to one of the IP's, but can telnet to the other IP that is assigned > to the server. > > For this particular project and as needed by some particular software > that I have installed, I need to be able to telnet to all of the IP's > and also have SSH installed. > > I can only telnet to 1 of the 2 IP's. > > How can I fix this? Answering this will probably require more details of your configuration. The contents of /etc/rc.conf and the output of "ifconfig" would be a good start. You may wish to obfuscate any public IP numbers that appear in that information. - Bob