[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: iptables and tor
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: iptables and tor
- From: "Michel Arboi" <michel.arboi@xxxxxxxxx>
- Date: Mon, 18 Feb 2008 11:44:29 +0100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Mon, 18 Feb 2008 05:44:39 -0500
- 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=aclm8A31NjH0H7YE6rHv1idL07Ub2BW/935JXynG2/o=; b=ip1Fe59jogM0R3/iI2ljibHcreI2876lM6Vwm5LtnS2JjO580oYdnOOSJMAbUCxqGGC4qzH9JOZLpHut55r9448aciCa8KJzGPGP282Nzc+dT3DTW+AQNME+i6V3RuS9m89Sp6WW8h2vkzZZQQumCjPEcLK8SiHwhMuwrbiARo8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FjfX6mGA5SKCGy7rGXb9ZUK1BF5bRgtRxJvk7RdpPaunjESdlliE+YI6uxqydbXR+xVYsqLS4OM9QTDQGKbu3YLXdbUmzzv+pezvqQsLSpkNhAqVW0Nt0r86Xp4pRBxyPz3Z3q9VbKDZ9ep2gJy2VmqhUBdqoalS1IJ/GoSducY=
- In-reply-to: <47AE403E.6070805@xxxxxxxxxxxxxxxxxxx>
- References: <47AE403E.6070805@xxxxxxxxxxxxxxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
On Feb 10, 2008 1:07 AM, dante <dante@xxxxxxxxxxxxxxxxxxx> wrote:
> Hi everyone,
>
> Has anyone given any thought as to what firewall rules to use on a linux
> system running a tor server?
Assuming that your tor daemon runs under a dedicated UID or GID (e.g.
tor), you can use
iptables -m owner --uid-owner tor (or --gid-owner tor) ...