Re: iptables help to forward ports please

2003-03-20 Thread Victor Calzado Mayo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 20 March 2003 06:26, Hanasaki JiJi wrote: been trying to get the following to work for sometime input is most appreciated internet =25= firewall iptablerule =port#x= internalSMTPhost how can the firewall be told to: take

Re: iptables help to forward ports please

2003-03-20 Thread Lars Ellenberg
On Wed, Mar 19, 2003 at 11:26:10PM -0600, Hanasaki JiJi wrote: been trying to get the following to work for sometime input is most appreciated internet =25= firewall iptablerule =port#x= internalSMTPhost how can the firewall be told to: take all incoming tcp port 25 traffic

Re: iptables help to forward ports please

2003-03-20 Thread Peter Parkkali
On Wed, 19 Mar 2003, Victor Calzado Mayo wrote: internet =25= firewall iptablerule =port#x= internalSMTPhost how can the firewall be told to: take all incoming tcp port 25 traffic and send it to smtp host on port X iptables -t nat -A PREROUTING -p tcp --dport 25 -j DNAT

Re: iptables help to forward ports please

2003-03-20 Thread Hanasaki JiJi
what package can i research for a store/foward server? I thought the secure way was not to run anything like that on a firewall? That is why I am moving this group's exim off the firewall. Lars Ellenberg wrote: On Wed, Mar 19, 2003 at 11:26:10PM -0600, Hanasaki JiJi wrote: been trying to get

Re: iptables help to forward ports please

2003-03-20 Thread Vineet Kumar
* Hanasaki JiJi [EMAIL PROTECTED] [20030320 09:55 PST]: Lars Ellenberg wrote: but to me it seems more appropriate to use a simple store and forward smtp deamon on the firewall. what package can i research for a store/foward server? I thought the secure way was not to run anything like that

Re: iptables help to forward ports please

2003-03-20 Thread Victor Calzado Mayo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 20 March 2003 06:26, Hanasaki JiJi wrote: been trying to get the following to work for sometime input is most appreciated internet =25= firewall iptablerule =port#x= internalSMTPhost how can the firewall be told to: take

Re: iptables help to forward ports please

2003-03-20 Thread Peter Parkkali
On Wed, 19 Mar 2003, Victor Calzado Mayo wrote: internet =25= firewall iptablerule =port#x= internalSMTPhost how can the firewall be told to: take all incoming tcp port 25 traffic and send it to smtp host on port X iptables -t nat -A PREROUTING -p tcp --dport 25 -j DNAT

iptables help to forward ports please

2003-03-19 Thread Hanasaki JiJi
been trying to get the following to work for sometime input is most appreciated internet =25= firewall iptablerule =port#x= internalSMTPhost how can the firewall be told to: take all incoming tcp port 25 traffic and send it to smtp host on port X take all outgoing

iptables help to forward ports please

2003-03-19 Thread Hanasaki JiJi
been trying to get the following to work for sometime input is most appreciated internet =25= firewall iptablerule =port#x= internalSMTPhost how can the firewall be told to: take all incoming tcp port 25 traffic and send it to smtp host on port X take all outgoing