From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Black" Subject: ip alias Date: Mon, 27 Sep 2004 22:15:50 -0500 Sender: netfilter-bounces@lists.netfilter.org Message-ID: <002a01c4a509$74f94b40$936ffea9@alpha> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org I'm tryint to setup ip alias with iptables on fedora core 2. Is this right? For some reason it will not let me out? ifconfig eth0:0 192.168.1.23 netmask 255.255.255.0 iptables -t nat -A PREROUTING -d 192.168.1.23 -i eth0 \ -j DNAT --to-destination 161.31.31.23 thanks john