Eduardo, your mail host (200.190.143.201) seems to have no PTR RR.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mr. Umemoto, Sorry to bother you. I'm trying to send this e-mail to the mailing lis= t but = (although I'm subscribed) It just doesn't work. Could you please, relay= this = to the freebsd-net and freebsd-hackers list? I can receive any e-mails = to the = list but I can't send. = Thanks a lot! Eduardo. - ---------- Forwarded Message ---------- Subject: (SIOCAIFADDR) Please help me! Date: Sat, 7 Jul 2001 18:37:14 -0300 From: Eduardo B. Fonseca <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], = [EMAIL PROTECTED], [EMAIL PROTECTED] Hello guys, =A0=A0=A0=A0=A0=A0=A0=A0 Please... What's wrong with the code below? So= metimes it works, sometimes it doesn't. Yesterday, I've tested it and everything worked f= ine... Now, everytime I try to set the machine's IP address with this code, it= does not work... It sets a bogus IP, with a bogus netmask... I'm stumped... I can't find documentation anywhere. void Interface:: AddAddressOnInterface(int sockfd, string ip, string netmsk, string broa= daddr) { =A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 struct =A0=A0=A0=A0=A0=A0= =A0=A0 ifaliasreq =A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 request; =A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 bzero (&request, sizeof(= struct ifaliasreq)); =A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 strcpy(request.ifra_name= ,deviceName.c_str()); =A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 request.ifra_addr.sa_fam= ily=A0=A0=A0=A0 =3D AF_INET; =A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 inet_pton(AF_INET, ip.c_= str(), &((struct sockaddr_in *)&request.ifra_addr)->sin_addr); =A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 inet_pton(AF_INET, netms= k.c_str(), &((struct sockaddr_in *)&request.ifra_mask)->sin_addr); =A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 inet_pton(AF_INET, broad= addr.c_str(), &((struct sockaddr_in *)&request.ifra_broadaddr)->sin_addr); =A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0 ioctl(sockfd,SIOCAIFADDR= ,&request); } Thanks for any help. Regards, Eduardo. - ------------------------------------------------------- - -- = Eduardo B. Fonseca Diretor Regional Curitiba FutureNet Telecomunica=E7=F5es e Inform=E1tica Ltda [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7R4QQf9aI6FhScUkRAqj4AJ9R83iKO+qQlzPvEun7tIWxgc+ERgCgrOqG wK5nfbFrAKf2IHK+A93VLl4=3D =3DJEsw -----END PGP SIGNATURE-----