All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gautham Thavva" <gautham.thavva@lycos.com>
To: netfilter@lists.netfilter.org
Subject: Access to Two management interfaces...
Date: Fri, 05 Dec 2003 10:08:45 -0500	[thread overview]
Message-ID: <FEINGBGBBGOHDHAA@mailcity.com> (raw)


I have eth0 as the management interface. This following rule helps me in accepting DHCP requests from the other interfaces(VLAN interfaces).

The default INPUT policy is DROP.
 
INET_IFACE="eth0"
#
# Special rule for DHCP requests
#

$IPTABLES -A INPUT -p UDP -i ! $INET_IFACE --dport 67 --sport 68 -j ACCEPT

Now, I have to support upto three other VLAN interfaces as management interfaces in addition to eth0.

Please can someone help me in creating a rule for granting access to other interfaces too.

Thanks,
Gautham



____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005


                 reply	other threads:[~2003-12-05 15:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=FEINGBGBBGOHDHAA@mailcity.com \
    --to=gautham.thavva@lycos.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.