HTTP Anti-Virus Proxy

Official HAVP Support Forum
Registration disabled, I'm tired of spambots. E-mail havp@hege.li if you have questions.
HAVP project is pretty much frozen/abandoned at this time anyway.


All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: HAVP DNS error
PostPosted: 11 Apr 2009 20:04 
Offline

Joined: 06 Apr 2009 08:19
Posts: 4
Hi !
We set the users->HAVP->Internet on the network.
According to well configuration it worked nicely !
but occasionally it issued DNS error.
what should I do ?
Our system configuration is :
HAVP ver.0.89

Thanks in advance
Amir


Top
 Profile  
 
 Post subject: Re: HAVP DNS error
PostPosted: 12 Apr 2009 10:51 
Offline
HAVP Developer

Joined: 27 Feb 2006 18:12
Posts: 687
Location: Finland
Do you have local caching DNS server, or do you use your ISP DNS server in resolv.conf? Maybe you get some timeouts.

If you have many users, it's recommended to use Squid with HAVP.


Top
 Profile  
 
 Post subject: Re: HAVP DNS error
PostPosted: 12 Apr 2009 15:56 
Offline

Joined: 06 Apr 2009 08:19
Posts: 4
thanks my problem has been solved . :)

I added following line to iptables output chain table:

######################$ dns output $######################
/sbin/iptables -A OUTPUT -p udp -m multiport --dport 53 -j ACCEPT

and added the following line to iptables input chain table:

######################$ dns input $######################
/sbin/iptables -A INPUT -p udp -m multiport --sport 53 -j ACCEPT

and added the following lines to iptables forward chain table:
######################$ dns $######################
/sbin/iptables -A FORWARD -s 192.168.0.0/24 -o WAN1 -p udp -m multiport --dport 53 -j ACCEPT
######################$ reversedns $######################
/sbin/iptables -A FORWARD -d 192.168.0.0/24 -o WAN2 -p udp -m multiport --sport 53 -j ACCEPT
havp doesn't have any problem with DNS... :lol:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group