From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve M Bibayoff Subject: Using an device alias? Date: Fri, 03 Jan 2003 11:07:25 -0800 Sender: netfilter-admin@lists.netfilter.org Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: Content-language: en Content-Disposition: inline Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Is it possible to use iptables with a device alias (ex.. eth0:1)? I tries to add a filter rule and got an error: % iptables -t filter -I INPUT -i eth0:1 -j ACCEPT Warning: wierd character in interface `eth0:1' (No aliases, :, ! or *). If i list the rules, it's listed, but it doesn't appear to be working. I was wondering if someone had a definite answer. TIA Steve