troglobit / pimd

PIM-SM/SSM multicast routing for UNIX and Linux
http://troglobit.com/projects/pimd/
BSD 3-Clause "New" or "Revised" License
200 stars 90 forks source link

warning - sendto from (error 13): Permission denied #50

Closed greenpau closed 9 years ago

greenpau commented 9 years ago

Opening this issue to solve the issue underlying the following error message:

Jun 11 15:08:41 ip-192-168-16-146 pimd[20392]: 15:08:41.124 warning - sendto from 10.252.63.1 to 10.252.63.0:(error 13): Permission denied
Jun 11 15:08:41 ip-192-168-16-146 pimd[20392]: 15:08:41.124 warning - sendto from 10.252.63.1 to 10.252.63.0:(error 13): Permission denied
Jun 11 15:08:41 ip-192-168-16-146 pimd[20392]: warning - sendto from 10.252.63.1 to 10.252.63.0: Permission denied
Jun 11 15:08:41 ip-192-168-16-146 pimd[20392]: warning - sendto from 10.252.63.1 to 10.252.63.0: Permission denied
troglobit commented 9 years ago

That could actually be a firewall issue, or other type of low-level permission thingy. On Linux EPERM is returned on such problems ... not just when not running as root, or CAP_NET_ADMIN

greenpau commented 9 years ago

That was a firewall issue. I was adjusting something with iptables.