ping: sendmsg: Operation not permitted
I wasn't able to ping a machine on my PNET. When pinging I was getting the following message
ping: sendmsg: Operation not permitted
The reason was my firewall was not allowing any traffic on eth1. So I modified the following
IFACE_TRUSTED="eth1"
and after restarting AFP using
service apf restart
everything started working fine.
2 Comments:
thanks, I had the same problem too, after recompiling the kernel, eth0 switched to eth1...
had the same problem, after recompiling the kernel, eth0 switch to eth1...
Post a Comment
<< Home