From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MvGNd-0004Ph-8O for garchives@archives.gentoo.org; Tue, 06 Oct 2009 20:11:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A6C4E0E3A; Tue, 6 Oct 2009 20:11:28 +0000 (UTC) Received: from mail-iw0-f202.google.com (mail-iw0-f202.google.com [209.85.223.202]) by pigeon.gentoo.org (Postfix) with ESMTP id 0D5DDE0E3A for ; Tue, 6 Oct 2009 20:11:28 +0000 (UTC) Received: by iwn40 with SMTP id 40so2328088iwn.32 for ; Tue, 06 Oct 2009 13:11:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=05Cz0O6B9DAXLOX8NwFNtwg4apycAJ8wMGVaaTwXXcY=; b=TZCoJmWL66/nfZxvSluKARyBROZbz9oHstcIpvqOxoRwKQLORCfYhqjgCBpBXwUnEV RRfuMIyIOqcJPIlGFg29JwD7/nDaI7flUnE8gN6xbN+W3AXo0yIvP8VDlVboQmnSbKv6 gHH7Dzf6EFIS0PDBz2VpfEI0P4VFVqdrz6kUs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=m4f6pMOgg6bmR3lycjGx5BQ2k2OAIaCWVszHj284s97Bmd5xhhsVKZLFES7XW0mbhW KFj9br9/UWstnLXMaEKBVJDcNYHP5GSkVSkBZMH7dXWQtyrXfUxVOhdpgpKYUxAH26OP /KUFYR2dlXlbaPKmXe8aBsz8Rqj0ELimLSEiA= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.231.120.136 with SMTP id d8mr3564489ibr.14.1254859887884; Tue, 06 Oct 2009 13:11:27 -0700 (PDT) In-Reply-To: <4ABA8EDF.3060308@gmail.com> References: <4ABA8EDF.3060308@gmail.com> Date: Tue, 6 Oct 2009 14:11:27 -0600 Message-ID: Subject: Re: [gentoo-user] opening port 8000 From: Maxim Wexler To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 2c484c96-31b2-41b0-b33f-9f7fa160d7ab X-Archives-Hash: 384c9a9e9c56511b894db6097f01edbf > b.) If directly connected iptables -A INPUT -p tcp --dport 8000 -j > ACCEPT sorry for the delay answering, only just got back to mobile mode. soupeee # iptables -A INPUT -p tcp -dport 8000 -j ACCEPT Bad argument `8000' mw