From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Eisner Subject: Virtual Hosts Date: Fri, 31 May 2002 09:43:07 +0200 Sender: netfilter-admin@lists.samba.org Message-ID: <3CF7298B.6010506@globit.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: netfilter@lists.samba.org Hi @ all, I am starting set up a iptables based firewall (iptables v1.2.5) on a Suse Linux 8.0prof machine. I created a virtual host an eth0, which is eth0:1. The situation is, that the firewall is a zebra OSPFD-Router (verson 0.92a), too. And the machine needs a public IP-Address at the internal interface as well. How ever, I would like to use internal ip-stack at my network, wherefor I need a virtual host, needn't I? I have same roule at iptables like: iptables -A FORWARD -d 192.168.0.0/16 -i eth0:1 -j ACCEPT The script stoped with following error: Warning: wierd chracter in interface 'eth0:1' (No aliases, :, ! or *) In same list, it is mentioned, that it works, other guys say, it works not.. Hope sameone can help me.. Thx and best reguards Uwe Eisner