11.04 firewall not on by default??
Avi said:
>
> I thought the default was to drop unexpected incoming packets, but I'm
> not certain. Either way, I'd not use installing SSH and finding SSH
> working as a test of whether there's a firewall or not.
It is easy to test since almost all firewall frontends use iptables,
older kernels had something else years ago...
No firewall:
$ sudo iptables -L
[sudo] password for cp:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Firewall enabled via shorewall, and I won't include all the output:
cp@mintaka:~$ sudo iptables -L
[sudo] password for cp:
Chain INPUT (policy DROP)
target prot opt source destination
dynamic all -- anywhere anywhere ctstate INVALID,NEW
eth0_in all -- anywhere anywhere
eth2_in all -- anywhere anywhere
loc2fw all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
Reject all -- anywhere anywhere
LOG all -- anywhere anywhere LOG level info prefix `Shorewall:INPUT:REJECT:'
reject all -- anywhere anywhere [goto]
Chuck
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Tue Jun 28 02:30:02 2011
Return-path: <ubuntu-users-bounces@lists.ubuntu.com>
Envelope-to: tom@linux-archive.org
Delivery-date: Tue, 28 Jun 2011 01:44:53 +0300
Received: from chlorine.canonical.com ([91.189.94.204]:50794)
by s2.java-tips.org with esmtp (Exim 4.69)
(envelope-from <ubuntu-users-bounces@lists.ubuntu.com>)
id 1QbKY1-0007pI-Fh
for tom@linux-archive.org; Tue, 28 Jun 2011 01:44:53 +0300
Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com)
by chlorine.canonical.com with esmtp (Exim 4.71)
(envelope-from <ubuntu-users-bounces@lists.ubuntu.com>)
id 1QbKam-0005bF-O0; Mon, 27 Jun 2011 22:47:44 +0000
Received: from mail-bw0-f49.google.com ([209.85.214.49])
by chlorine.canonical.com with esmtp (Exim 4.71)
(envelope-from <mauro.risonho@gmail.com>) id 1QbKak-0005aq-8H
for ubuntu-users@lists.ubuntu.com; Mon, 27 Jun 2011 22:47:42 +0000
Received: by bwf12 with SMTP id 12so2264426bwf.8
for <ubuntu-users@lists.ubuntu.com>;
Mon, 27 Jun 2011 15:47:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type;
bh=VcVkY7EpZE834u1KDt+en7B01DcP1ie0uNMbUCVZesM=;
b=k1Vrpib5Eh8SitEzLO0UFbH1xnNJfhpNMiGRduPW6DzRrMNI KaLvF7hCX2JCUQG8ma
JJ0C1McREf1Wr1URRQ90iYTeNoI8LkBoBVUCNNEWL63YY1pjid c5V95Qx673WkytLbNR
L+MXsYTvPwEtLFfACE62SosgGgIewBrwcxT3k=
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=aNeQWwmfWHNOf2x/JapAkorOd7nqHjrvbi+Hy9xEUE42OH3fTWPXlSxLaiOrzTGoqg
wc1gi38/mtQ/3jc0yrCbNYT+2gW6gzi0MtMx9Fe5enKlTQeN7fd/KHSx61jiQEbxcrRM
ZQvgcDsMReVwKUt3zChKuAwSqHprg/SMxuuRA=
MIME-Version: 1.0
Received: by 10.204.16.130 with SMTP id o2mr4751475bka.211.1309214861916; Mon,
27 Jun 2011 15:47:41 -0700 (PDT)
Received: by 10.204.33.147 with HTTP; Mon, 27 Jun 2011 15:47:41 -0700 (PDT)
In-Reply-To: <1309169927.1622.0.camel@fungus>
References: <4E08F4FB.60701@AOL.com> <20110627223720.3b9ef302@amazing>
<4E08FAB1.8070708@AOL.com> <1309169927.1622.0.camel@fungus>
Date: Mon, 27 Jun 2011 19:47:41 -0300
Message-ID: <BANLkTim3SwL4SVEqX7bXnGcti_HpoZjw7w@mail.gmail.co m>
Subject: Re: Best Alternative Operating System To Ubuntu?
From: =?UTF-8?Q?Mauro_Risonho_de_Paula_Assump=C3=A7=C3=A3o?=
<mauro.risonho@gmail.com>
To: "Ubuntu user technical support,
not for general discussions" <ubuntu-users@lists.ubuntu.com>
X-BeenThere: ubuntu-users@lists.ubuntu.com
X-Mailman-Version: 2.1.13
Precedence: list
Reply-To: "Ubuntu user technical support,
not for general discussions" <ubuntu-users@lists.ubuntu.com>
List-Id: "Ubuntu user technical support,
not for general discussions" <ubuntu-users.lists.ubuntu.com>
List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/ubuntu-users>,
<mailto:ubuntu-users-request@lists.ubuntu.com?subject=unsubscribe>
List-Archive: <https://lists.ubuntu.com/archives/ubuntu-users>
List-Post: <mailto:ubuntu-users@lists.ubuntu.com>
List-Help: <mailto:ubuntu-users-request@lists.ubuntu.com?subject=help>
List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/ubuntu-users>,
<mailto:ubuntu-users-request@lists.ubuntu.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: ubuntu-users-bounces@lists.ubuntu.com
Errors-To: ubuntu-users-bounces@lists.ubuntu.com
TinyCoreLinux
2011/6/27, chris <chevhq@gmail.com>:
> On Mon, 2011-06-27 at 17:48 -0400, Jesse Palser wrote:
>> On 06/27/2011 05:37 PM, Avi wrote:
>> > Jesse Palser wrote:
> <snip>
>>
>> Thanks for the reply.
>> The design direction of Ubuntu
>> is not agreeing with my stomach.
>>
>> I'm on Ubuntu 11.04 64Bit now with classic gnome 2.3.
>> I absolutely hate Unity desktop and Gnome 3 about the same.
>> Force feeding a terribly designed desktop environment
>> is a terrible policy and does not go well with the original values of
>> Ubuntu.
>>
>
> Agreed
>> I think many have left Ubuntu for other distrobutions.
>> Just wondering what other people use and recommend.
>>
>> Thanks!
>>
>> JeZ+Lee
>>
> Mint Debian edition
>
>
>
> --
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
--
Enviado do meu celular
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|