On Tue, 2006-08-01 at 10:43 +0100, John Joseph wrote: hi joseph the iptables command you typed looks okay , HOWEVER Please include -i eth[0-9] to be more specific , To debug if the request are comming , use the following iptables command iptables -t nat -I PREROUTING -j LOG dmesg to see the logs of iptables and find out where you going wrong
even if the above does not work , try inserting the LOG Target in mangle table , iptables -t mangle -I PREROUTING -j LOG because this is the first table which is traversed . regards Yunus > > Hi > For the purpose of trouble shooting , one setup > which I had done for redirecting port 110 to port > 8110 ( same machine) . For this purpose I gave the > command as > > iptables -t nat -A PREROUTING -p tcp --dport 110 -j > REDIRECT --to-port 8110 > > Now after this . When I do a tcpdump for port 8110 > , I do not get any results , when I access port 110 > > Since the tcpdump results for port 8110 is > not seen , what can we conclude from , Is port > forwarding happening here ? > Thanks > Joseph John > > > __________________________________________________________ > Inbox full of spam? Get leading spam protection and 1GB storage with > All New Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html > > > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/dubailug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
