Linux Netfilter discussions
 help / color / mirror / Atom feed
* Access to Two management interfaces...
@ 2003-12-05 15:08 Gautham Thavva
  0 siblings, 0 replies; only message in thread
From: Gautham Thavva @ 2003-12-05 15:08 UTC (permalink / raw)
  To: netfilter


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-12-05 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-05 15:08 Access to Two management interfaces Gautham Thavva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox