APF bug cause DNS problem

Posted by: admin  :  Category: Firewall

If you have problem with domains resolving, check first message log. If you got this error:

error sending response:

Your have bug. blocks them because it only allows from (DNS) to ethereal ports (1024-65535), i.e. not < 1024. Since the destination port is lower than 1024, it’s dropped.

You can fix this by editing /etc/apf/firewall and changing the lines that contain –sport 53 –dport 1023:65535 to –sport 53 –dport 1:65535, then reload APF.

VN:F [1.9.14_1148]
Rating: 6.0/10 (1 vote cast)
VN:F [1.9.14_1148]
Rating: 0 (from 0 votes)

Popularity: 4% [?]

How to install PHP5-FSS 32bit on Ubuntu or Debian

Posted by: admin  :  Category: PHP

Add to file /etc/apt/sources.list:

-src apt.wikimedia.org/wikimedia hardy-wikimedia main

apt-get ; apt-get installĀ  -buildpackage 5-

ThenĀ  make and install it:

apt-get source php5- && cd php5--0.0.1 && fakeroot /rules binary
dpkg -i ../php5-fss_0.0.1-2_i386.deb
VN:F [1.9.14_1148]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.14_1148]
Rating: +1 (from 1 vote)

Popularity: 13% [?]