Please remember to reply to the mailing list, not the original sender: http://gnudip2.sourceforge.net/#mailinglist
+++++++++ Hello, > You are are using the GnuDIP client, right? Yes, I am using the gnudip client. Thanks for your very detailed answer! I think that is my problem indeed. I believe the default script blocks off everything with one of these calls : ----------------------------------------------------- # Set default policies on INPUT, OUTPUT and FORWARD targets $IPTABLES -P INPUT DROP $IPTABLES -P OUTPUT DROP (or this?) # Turn on reverse filtering... for interface in /proc/sys/net/ipv4/conf/*/rp_filter; do /bin/echo "1" > ${interface} done ----------------------------------------------- I've tried to enable OUTPUT on all TCP and UDP ports above 1023 with this : $IPTABLES -A OUTPUT -o $EXTIF -p tcp -d 0.0.0.0/0 -dport 1023: -m state --state NEW,ESTABLISHED -j ACCEPT $IPTABLES -A OUTPUT -o $EXTIF -p udp --dport 1023: -m state --state NEW,ESTABLISHED -j ACCEPT Does it make any sense? :) Thanks again, Jean-Philippe > +++++++++ > > You are are using the GnuDIP client, right? Not the > server? > > As with most TCP clients, the GnuDIP client will not > specify what > outpoing port to use. The operating system will > assign one at random > (somewhere above 1023). > ... ===== S.V.P. répondez à / please reply to : [EMAIL PROTECTED] __________________________________________________________ Obtenez votre adresse @yahoo.ca gratuite et en français ! courriel.yahoo.ca -- GnuDIP Mailing List http://gnudip2.sourceforge.net/#mailinglist