#4638 DHCP gives incorrect nameserver to Copr
Closed: Fixed None Opened 9 years ago by msuchy.

When you log in to copr-fe.fedoraproject.org - and you can first test in on copr-fe-dev.cloud.fedoraproject.org, where this issue is occurring too - you get:
{{{

cat /etc/resolv.conf

nameserver 152.19.134.150
nameserver 66.35.62.163
options rotate timeout:1

[root@copr-fe ~]# nslookup www.google.com 152.19.134.150

;; connection timed out; trying next origin
;; connection timed out; no servers could be reached

[root@copr-fe ~]# nslookup www.google.com 66.35.62.163
Server: 66.35.62.163
Address: 66.35.62.163#53
...<SNIP>
}}}

This cause long loading page of Copr website when you are logged in.

It would be nice if either:
a) DHCP server would not server 152.19.134.150 as DNS server to Copr machine or

b) 152.19.134.150 can be reachable from Copr


This was actually not dhcp, but ansible config. ;)

I have fixed it to use a working/usable nameserver.

Please let me know if you still see any issues.

Login to comment on this ticket.

Metadata