tcpdump your packets coming in also are you logging all dropped packets and if not, you better otherwise it's probably something something else as well....
thanks, George Vieira Systems Manager Citadel Computer Systems P/L http://www.citadelcomputer.com.au -----Original Message----- From: Christian Hubinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, 04 July 2002 11:46 AM To: [EMAIL PROTECTED] Subject: eDonkey - DNAT not working Hi! I try to get my eDonkey Client running so I need to nat the address of my gateway to the local machine where the donkey client is running. Here are my eDonkey IPTables lines: $IPT -t nat -A PREROUTING -p tcp -m state --state NEW,RELATED,ESTABLISHED --dport 4661 -j DNAT --to-destination 192.168.0.2:4661 $IPT -t nat -A PREROUTING -p tcp -m state --state NEW,RELATED,ESTABLISHED --dport 4662 -j DNAT --to-destination 192.168.0.2:4662 $IPT -t nat -A PREROUTING -p udp -m state --state NEW,RELATED,ESTABLISHED --dport 4665 -j DNAT --to-destination 192.168.0.2:4665 when trying the test on this link http://www.preinheimer.com/edonkey/serverlist/connectiontest.cgi I allways get this error: error on ip 62.178.198.103! I can't understand why this is not working as it sould exactly do what's written on the eDonkey website. I'll be very thankfull for any help i can get. greetings, chris -- Windows is a 32 bit shell for a 16 bit extension to an 8 bit Operating System designed for a 4 bit microchip by a 2 bit company which can't stand one bit of cometition.
