search for: ahost

Displaying 4 results from an estimated 4 matches for "ahost".

Did you mean: host
1996 Nov 19
0
Serious BIND resolver problems.
...to store the address. One example of this vulnerability occurs in rcmd.c, the standard BSD library routine which is used by rsh and rlogin to remotely connect to systems. Note that the code itself is not faulty, however the resolver implementation is. Example code follows: hp = gethostbyname(*ahost); if (hp == NULL) { herror(*ahost); return (-1); } *ahost = hp->h_name; . . . bzero(&sin, sizeof sin); sin.sin_len = sizeof(struct sockaddr_in); sin.sin_family = hp->h_addrtype; sin.sin_port = rport; bcopy(hp->h_addr_list[0], &sin.sin_...
2019 Apr 04
2
PJSIP Delay in Dialing
...d by slow or failing DNS lookups. Running a packet capture on all interfaces filtering on port 53 shows no DNS traffic leaving the server. I have ensured that there is a DNS record for the server & that it can resolve it. I've also added records to my hosts file and checked using 'genet ahosts hostname' but still the issue remains. So how do I figure out what is going wrong please? This is preventing me from moving from chan_sip to chan_pjsip. Many thanks Mark. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/ast...
2006 Jul 21
0
GRE->IPSec, same problem simplified....
...PSec with GRE over top. The tunnel addresses are 192.168.2.97 locally, the other side is 192.168.2.110. The tunnel is 192.168.2.96/28. The end points are locally 192.168.1.97(eth1) and 192.168.1.1 the other side''s eth 1. Both local ethernet''s are behind NAT of course. Now, I have ahost, 192.168.1.101 on the 192.168.1.96/28 network behind the debbian router. Here is my routing table: rx1000test:~# ip route show 202.42.98.1 dev ppp1 proto kernel scope link src 202.42.98.62 192.168.1.0/28 dev GDC1 scope link 192.168.1.96/28 dev eth1 scope link default dev ppp1 scope link This...
2019 Apr 04
2
PJSIP Delay in Dialing
...g a packet capture on all interfaces > > filtering on port 53 shows no DNS traffic leaving the server. I have > > ensured that there is a DNS record for the server & that it can resolve > > it. I've also added records to my hosts file and checked using 'genet > > ahosts hostname' but still the issue remains. > > > > So how do I figure out what is going wrong please? This is preventing > > me from moving from chan_sip to chan_pjsip. > > What version of Asterisk? That will change the answer as 13 uses the > built-in PJSIP DNS resolver...