On Tue, Apr 24, 2001 at 04:33:39PM -0600, Bill Fowler wrote: > I setting up a linux system to be a router and want to do static and dynamic > NAT with a pool of public IPs (as opposed to masquerading with one IP). I'm > using 2.2.18 kernel. If someone could point me in the right direction I > would appreciate it. > You want one machine to do dynamic masq but do so with several public IPs?
You'd need to set a mark in your input chain, and use '"ip" rule' to use different source IPs based on that mark. Uhmn, why do you want to do this? Mike

