[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: iptables/Nat question
- From: Jos Vos <jos xos nl>
- To: "Discussion of Red Hat Enterprise Linux 3 (Taroon)" <taroon-list redhat com>
- Subject: Re: iptables/Nat question
- Date: Mon, 5 Jul 2004 11:26:58 +0200
On Sun, Jul 04, 2004 at 11:58:28PM -0700, Redhat Enterprise wrote:
> What i thought was to have a virtual interface and
> bind the other internet routable address to it, ex
> eth0:0. What are my options?
You have to use proxy arp for that, not virtual interfaces:
/sbin/arp -i eth0 -s 64.24.12.45 <mac-of-eth0> pub
/sbin/arp -i eth0 -s 64.24.12.46 <mac-of-eth0> pub
/sbin/arp -i eth1 -s 64.24.12.XX <mac-of-eth1> pub
(The last is a proxy arp entry for the gateway, that you want to
use as a default gateway on the 45/46 machines.)
--
-- Jos Vos <jos xos nl>
-- X/OS Experts in Open Systems BV | Phone: +31 20 6938364
-- Amsterdam, The Netherlands | Fax: +31 20 6948204
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]