On Sun, 2006-03-26 at 19:53 -0600, Will Twomey wrote: > I apologize if this is the wrong list, but... > > I would like to have several (3?) ip addresses on one interface (eth0, > eth0:1, etc.), and forward each of those IP addresses to another > interface (192.168.0.1, 192.168.1.1, 192.168.2.1, etc.) -t nat PREROUTING -i eth0 -d myip1 -j DNAT --to 192.168.0.1 -t nat PREROUTING -i eth0 -d myip2 -j DNAT --to 192.168.1.1 -t nat PREROUTING -i eth0 -d myip3 -j DNAT --to 192.168.2.1 > Does anyone have an advice for me, or a good place to learn how to do this? > > If someone has an iptables/netfilter script that does this, I'd love > to see it. :D > > Thanks! > > -- > Will Twomey > http://UnhandledExceptions.com > Este e-mail y cualquier posible archivo adjunto está dirigido únicamente al destinatario del mensaje y contiene información que puede ser confidencial. Si Ud. no es el destinatario correcto por favor notifique al remitente respondiendo este mensaje y elimine inmediatamente el e-mail y los posibles archivos adjuntos al mismo de su sistema. Está prohibida cualquier utilización, difusión o copia de este e-mail por cualquier persona o entidad que no sean las específicas destinatarias del mensaje. ANTEL no acepta ninguna responsabilidad con respecto a cualquier comunicación que haya sido emitida incumpliendo nuestra Política de Seguridad de la Información. . . . . . . . . . This e-mail and any attachment is confidential and is intended solely for the addressee(s). If you are not intended recipient please inform the sender immediately, answering this e-mail and delete it as well as the attached files. Any use, circulation or copy of this e-mail by any person or entity that is not the specific addressee(s) is prohibited. ANTEL is not responsible for any communication emitted without respecting our Information Security Policy.