Linux Netfilter discussions
 help / color / mirror / Atom feed
* Alias reference in iptables
@ 2008-02-01 13:21 Cloves Pereira Costa Jr
  2008-02-01 14:10 ` Pascal Hambourg
  0 siblings, 1 reply; 2+ messages in thread
From: Cloves Pereira Costa Jr @ 2008-02-01 13:21 UTC (permalink / raw)
  To: Netfilter ML

Hi all...

I have a doubt...

I'm configuring a linux router and i will create some alias in the LAN
interface (eth1) for a network 10.1.1.0/27. For example:
eth1 --> 10.1.1.33
eth1:0 --> 10.1.1.65
eth1:1 --> 10.1.1.97
...

My question is: I can use in iptables rules the reference to the alias
interfaces (eth1:0, eth1:1, ...) or I can only refer to the main
interface (eth1)?

Example: iptables -A FORWARD -i eth1:0 -s 10.1.1.68 -o eth2 -d 10.1.2.5
-p tcp --dport 80 -j ACCEPT


[]s

-- 
Cloves Jr



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-01 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-01 13:21 Alias reference in iptables Cloves Pereira Costa Jr
2008-02-01 14:10 ` Pascal Hambourg

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