[root@host root]# iptatbles -n -L
If you don't see something like:
Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
then you machine is running a firewall, which might block passive FTP connections. These will require some tuning. For a quick check, you can disable firewall and try to use CPAN shell for some installation. To temporarily switch off the firewall run:
[root@host root]# service iptables stop
If you machine is on the protected network and you don't need firewall at all, then you can switch also disable iptables service at boottime by running:
[root@host root]# chkconfig --level 0123456 iptables off
HTH.
perl -e 'print "-- \n Leonid Mamtchenkov\n"'
In reply to Re: Help with CPAN failing
by TVSET
in thread Help with CPAN failing
by astaines
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |