The 192.168.1.2 system is a Domino server running Lotus Notes and its outside iterface is configured as 192.168.1.2 >From 192.168.1.1 I can sucessfully "telnet 192.168.1.2 110" but not "telnet 192.168.1.1 110" and 192.168.1.1 is supposed to forward all port 110 traffic to 192.168.1.2 Jim On Mon, 2004-03-01 at 13:53, Jeremy C. Reed wrote: > On Mon, 1 Mar 2004 elemint@hotpop.com wrote: > > > I have also tried the iptables command without "-i eth0" but still no > > go. > > Okay. > > Make sure that the 192.168.1.2 system also has an IP alias for the other > IP. It needs to listen for both. For example on the 192.168.1.2 box using > eth0 do: > > ifconfig eth0:0 192.168.1.1 > > (Make sure you have a kernel with IP aliasing support or load the > ip_alias.o module.) > > > > > iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 110 -j > > > > DNAT --to-destination 192.168.1.2 > > Jeremy C. Reed > http://bsd.reedmedia.net/ > > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss