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

Re: Opening Port 53?



On Thu, 22 Jan 2004, Roger Harrell wrote:

> Ok.
> iptables -L -n
>
> Gives me
>
> ACCEPT     udp  --  204.127.202.4        0.0.0.0/0          udp spt:53
> dpts:1025:65535
> ACCEPT     udp  --  216.148.227.68       0.0.0.0/0          udp spt:53
> dpts:1025:65535
>
> on port 53
>
> This is the rewrite to the att DNS servers, correct?
> So I removed these rules and tried:
> iptables -I INPUT 1 -p udp -s 0.0.0.0/0 -d 0.0.0.0/0 --dport 53 -j ACCEPT
>
> Which gives:
>
> iptables v1.2.7a: Couldn't load target
> `accept':/lib/iptables/libipt_accept.so: cannot open shared object file:
> No such file or directory

What about "iptables -F" ?

-- 
Aj.
Sys. Admin / Developer




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