You are not logged in.
Hi
I'm having some difficulty setting up pgl when I start it I get
pglcmd start
Starting PeerGuardian Linux: pgld[root@halcal pgl-2.2.1]# pglcmd status
Current IPv4 iptables rules (this may take a while):
/usr/local/bin/pglcmd: line 180: iptables: command not found
Please check if the above printed iptables rules are correct!
pgld is not running ... failed!
pglcmd.wd is not running ... failed!
this seems to relate to iptables or pglcmd in usr/local/bin
I've opened both up in nano but am lost!
Please could someone help
Thanks
Caleb
Last edited by cleb (2012-10-24 17:14:04)
Offline
lines 180 to 192 of pglcmd are as follows
iptables -L -nv
if lsmod | grep -Eq "ipv?6" ; then
echo
echo "Current IPv6 iptables rules (this may take a while):"
echo
ip6tables -L -nv
fi
echo
echo "Please check if the above printed iptables rules are correct!"
echo
else
echo "Run \"status\" as root to verify your iptables settings!"
echo ""
Offline