On Jul 13, 2005 at 19:02, Muhammad Nuzaihan Kamalluddin nuzaihan@unrealasia.net wrote:
Hi,
I have ser 0.9.3 installed on freebsd 4.10, everything else seems to work fine, except that it says host is down in the logs. It happens only after i run the softphone to test. I have port forwarded (the client's behind a NAT) but to no avail.
Jul 13 14:46:05 flamejob ser[38889]: msg_send: ERROR: udp_send failed Jul 13 14:47:24 flamejob ser[38889]: ERROR: udp_send: sendto(sock,0x28411478,551,0,0x28408870,16): Host is down(64)
Probably ser tries to send a message to a host on the local network, which does not respond/is down (see arp(4)/EHOSTDOWN). Dumping the whole traffic (udp, arp & icmp) when this happens will help finding out what's really happening. It looks more like a host config/routing problem.
Andrei