Re: Domain name not appended to the server name

2014-02-06 Thread Yevhen Kyriukha
2014-01-12 Yevhen Kyriukha : >> >> When trying the access some servers that belong to my domain, without the >> domain name appended to the server name, I cannot reach them. >> > > I get the same issue while been connected to VPN network. > I can ping host's FQDN, but get an error while trying to p

Re: Domain name not appended to the server name

2014-01-17 Thread Patrik Flykt
On Fri, 2014-01-17 at 15:03 +0100, Peter Meerwald wrote: > > > This is indeed due to the DNS messge compression. Fixing this is a > > little more complicated than anticipated. It's not only a matter of > > updating the pointers after removing the domain part from the reply > > whenever a short for

Re: Domain name not appended to the server name

2014-01-17 Thread Peter Meerwald
Hello, > > It's not that one, checked out the code at the previous commit and it > > still doesn't work. I noticed that even Wireshark cannot decipher the > > replies we send. It's due to DNS Message compression specified in > > chapter 3.1.3 in RFC 1035 whose pointers are not properly updated in

Re: Domain name not appended to the server name

2014-01-17 Thread Patrik Flykt
Hi, On Tue, 2014-01-14 at 15:00 +0200, Patrik Flykt wrote: > > After running git bisect, it appears the regression has been introduced by > > the commit: > > 984b91168c327ca8a68ef4bae28bafa05bee7559 - "service: Update nameservers > > after IP state check" > > It's not that one, checked o

Re: Domain name not appended to the server name

2014-01-14 Thread Patrik Flykt
Hi, On Mon, 2014-01-13 at 12:52 +0100, Samuel Martin wrote: > > $ ping myserver > > ping: unknown host myserver > > $ ping myserver.mydomain.lan > > PING myserver.mydomain.lan (1.2.3.4) 56(84) bytes of data > > 64 bytes from myserver.mydomain.lan (1.2.3.4): icmp_seq=1 ttl=63 > > time=0.41

Re: Domain name not appended to the server name

2014-01-13 Thread Samuel Martin
All, 2014/1/8 Samuel Martin > Hi all, > > When trying the access some servers that belong to my domain, without the > domain name appended to the server name, I cannot reach them. > > IOW, if I observe this behavior: > --- > $ ping myserver > ping: unknown host myserver > $ ping myserver.mydomai

Re: Domain name not appended to the server name

2014-01-12 Thread Yevhen Kyriukha
> > When trying the access some servers that belong to my domain, without the > domain name appended to the server name, I cannot reach them. > I get the same issue while been connected to VPN network. I can ping host's FQDN, but get an error while trying to ping only host name. Seems that somethi

Domain name not appended to the server name

2014-01-08 Thread Samuel Martin
Hi all, When trying the access some servers that belong to my domain, without the domain name appended to the server name, I cannot reach them. IOW, if I observe this behavior: --- $ ping myserver ping: unknown host myserver $ ping myserver.mydomain.lan PING myserver.mydomain.lan (1.2.3.4) 56(84)