[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DNS-Problem with ADSL-Router



(Either I lost the first email, or I sent it only to you, Michelle.  Sorry about
that.)

Quoting Michelle Konzack <linux4michelle@freenet.de>:
> >What does your routing table look like?  What are the outputs from 
> >"iptables -L -n -v" and "iptables -t nat -L -n -v"?
> 
> adsl:~ # iptables -L -n -v
> Chain INPUT (policy DROP 16605 packets, 1067K bytes)
>  pkts bytes target     prot opt in     out     source              
> destination         
> 
> [snip]

All traffic destined for the router is getting dropped.  The policy for the
INPUT chain is "DROP."

iptables -P INPUT ACCEPT

will get you up and running.  That, or:

iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

mickey



Reply to: