You are not logged in.

#1 2013-01-04 00:28:05

adambot
Member
Registered: 2012-01-24
Posts: 32

pgl and icmp [solved]

Greetings,

PGL seems to be blocking icmp on my local network because of the bogon rules.  I can't seem to find anything that refers to icmp or ping in the defaults file or on the pgl wiki on sourceforge.  Does anyone know how to allow icmp from an IP range in pgl?

thanks!
Adam

[edit]

i found documentation that allows for custom iptables rules for pgl (peerguardian linux) that anything in /etc/pgl that ends with insert.sh will be run so all i needed to do was put the following rule in and my local pings were allowed:

iptables -I pgl_in -p icmp -m icmp --icmp-type any -s 192.168.1.0/24 -j ACCEPT

[/edit]

Last edited by adambot (2013-01-05 02:15:05)

Offline

Board footer

Powered by FluxBB