All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edmundo Carmona <eantoranz@gmail.com>
To: netfilter@lists.netfilter.org
Subject: Re: Limit access to one subnet?
Date: Thu, 15 Sep 2005 12:58:53 -0400	[thread overview]
Message-ID: <65aa6af905091509582d1adbb0@mail.gmail.com> (raw)
In-Reply-To: <200509151546.j8FFk1di004133@nenya.memphis.edu>

on the server:

iptables -A INPUT -s 141.225/16 -p tcp -dport 8080 -j ACCEPT
iptables -P INPUT DROP

Use with care.

On 9/15/05, Jason Luka <jluka@geshp.com> wrote:
> I'm trying to figure out how to allow only 141.225.x.x to access port 8080
> on a server.  It's a proxy server and obviously I don't want anyone outside
> of campus to be able to access it.
> 
> 
>


  reply	other threads:[~2005-09-15 16:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-15 15:51 Limit access to one subnet? Jason Luka
2005-09-15 16:58 ` Edmundo Carmona [this message]
2005-09-16 13:08   ` Sai Kiran
2005-09-16 14:14     ` Edmundo Carmona
     [not found]       ` <200509161533.j8GFXMLw004847@narya.memphis.edu>
2005-09-16 15:40         ` Edmundo Carmona

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=65aa6af905091509582d1adbb0@mail.gmail.com \
    --to=eantoranz@gmail.com \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.