[olug] iptables forwarding problem

Ted Kat. dark_house_666 at yahoo.com
Tue Dec 9 04:46:58 UTC 2003


--- Jordan Wilberding <diginux at diginux.net> wrote:
> Hello,
> 
> I am trying to forward to computer running a dummy server I wrote on
> port 5050.

  $IPT -A FORWARD -p tcp -i $INET_IFACE --destination-port 5050 \
     --destination 192.168.0.110 -j ACCEPT 

  As far I can tell, your rule basicly says that you want to Accept
  port 5050 packets that "are" forwarded to the address 192.168.0.110

  not quite what you want?



=====
Ted Katseres

------------------------------------------------
------  C , C++, Java or Cobol -------
------   Linux doesn't care -------------
------------------------------------------------

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


More information about the OLUG mailing list