Domain Controller on Ubuntu server old tutorial
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
For testing I try to get a domain controller (samba4) up and running on an Ubuntu server 18.04. I have found a tutorial for it on YouTube but it is for a older version.
https://www.youtube.com/watch?v=Rf7Hk8qWt1Q
I have done all the steps until 23:13, instead of asking for the password I get an error
kinit: Cannot contact any KDC for realm 'GOGUDA.LOCAL' while getting
initial credentials
Do I need to do something special on the 18.04 version?
/etc/hosts
127.0.0.1 localhost
192.168.0.100 gogudaserver.goguda.local
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/netplan/50-cloud-init.yaml
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: config: disabled
network:
ethernets:
eth0:
addresses: [192.168.0.70/24]
dhcp4: no
dhcp6: no
gateway4: 192.168.0.1
nameservers:
search: [goguda.local]
addresses: [192.168.0.70, 1.1.1.1, 8.8.8.8]
version: 2
server 18.04 domain-server kerberos
add a comment |Â
up vote
0
down vote
favorite
For testing I try to get a domain controller (samba4) up and running on an Ubuntu server 18.04. I have found a tutorial for it on YouTube but it is for a older version.
https://www.youtube.com/watch?v=Rf7Hk8qWt1Q
I have done all the steps until 23:13, instead of asking for the password I get an error
kinit: Cannot contact any KDC for realm 'GOGUDA.LOCAL' while getting
initial credentials
Do I need to do something special on the 18.04 version?
/etc/hosts
127.0.0.1 localhost
192.168.0.100 gogudaserver.goguda.local
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/netplan/50-cloud-init.yaml
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: config: disabled
network:
ethernets:
eth0:
addresses: [192.168.0.70/24]
dhcp4: no
dhcp6: no
gateway4: 192.168.0.1
nameservers:
search: [goguda.local]
addresses: [192.168.0.70, 1.1.1.1, 8.8.8.8]
version: 2
server 18.04 domain-server kerberos
Check this kinit: Cannot contact any KDC for realm 'UBUNTU' while getting initial credentials
â ASIL
Jun 11 at 13:09
@ASIL, i have changed the krb5.conf file and has reboot the server. the error keeps the same
â Christophe195
Jun 11 at 14:47
@ASIL when i do "telnet gogoda.local" i got "telnet: could not resolve gogoda.local/telnet: Temporary failure in name resolution". and a ping to gogoda.local does not work. It seems ubuntu has change some network files in the new version, but on this moment i did not find a solution
â Christophe195
Jun 11 at 20:54
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
For testing I try to get a domain controller (samba4) up and running on an Ubuntu server 18.04. I have found a tutorial for it on YouTube but it is for a older version.
https://www.youtube.com/watch?v=Rf7Hk8qWt1Q
I have done all the steps until 23:13, instead of asking for the password I get an error
kinit: Cannot contact any KDC for realm 'GOGUDA.LOCAL' while getting
initial credentials
Do I need to do something special on the 18.04 version?
/etc/hosts
127.0.0.1 localhost
192.168.0.100 gogudaserver.goguda.local
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/netplan/50-cloud-init.yaml
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: config: disabled
network:
ethernets:
eth0:
addresses: [192.168.0.70/24]
dhcp4: no
dhcp6: no
gateway4: 192.168.0.1
nameservers:
search: [goguda.local]
addresses: [192.168.0.70, 1.1.1.1, 8.8.8.8]
version: 2
server 18.04 domain-server kerberos
For testing I try to get a domain controller (samba4) up and running on an Ubuntu server 18.04. I have found a tutorial for it on YouTube but it is for a older version.
https://www.youtube.com/watch?v=Rf7Hk8qWt1Q
I have done all the steps until 23:13, instead of asking for the password I get an error
kinit: Cannot contact any KDC for realm 'GOGUDA.LOCAL' while getting
initial credentials
Do I need to do something special on the 18.04 version?
/etc/hosts
127.0.0.1 localhost
192.168.0.100 gogudaserver.goguda.local
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/netplan/50-cloud-init.yaml
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: config: disabled
network:
ethernets:
eth0:
addresses: [192.168.0.70/24]
dhcp4: no
dhcp6: no
gateway4: 192.168.0.1
nameservers:
search: [goguda.local]
addresses: [192.168.0.70, 1.1.1.1, 8.8.8.8]
version: 2
server 18.04 domain-server kerberos
edited Jun 11 at 20:47
![](https://i.stack.imgur.com/jMWs6.png?s=32&g=1)
![](https://i.stack.imgur.com/jMWs6.png?s=32&g=1)
SurvivalMachine
8632517
8632517
asked Jun 11 at 13:06
![](https://lh6.googleusercontent.com/-y6XO53ttKSc/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0cZZmnY-a-nWv_aaK5uP1VeUAcmw/mo/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-y6XO53ttKSc/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0cZZmnY-a-nWv_aaK5uP1VeUAcmw/mo/photo.jpg?sz=32)
Christophe195
1
1
Check this kinit: Cannot contact any KDC for realm 'UBUNTU' while getting initial credentials
â ASIL
Jun 11 at 13:09
@ASIL, i have changed the krb5.conf file and has reboot the server. the error keeps the same
â Christophe195
Jun 11 at 14:47
@ASIL when i do "telnet gogoda.local" i got "telnet: could not resolve gogoda.local/telnet: Temporary failure in name resolution". and a ping to gogoda.local does not work. It seems ubuntu has change some network files in the new version, but on this moment i did not find a solution
â Christophe195
Jun 11 at 20:54
add a comment |Â
Check this kinit: Cannot contact any KDC for realm 'UBUNTU' while getting initial credentials
â ASIL
Jun 11 at 13:09
@ASIL, i have changed the krb5.conf file and has reboot the server. the error keeps the same
â Christophe195
Jun 11 at 14:47
@ASIL when i do "telnet gogoda.local" i got "telnet: could not resolve gogoda.local/telnet: Temporary failure in name resolution". and a ping to gogoda.local does not work. It seems ubuntu has change some network files in the new version, but on this moment i did not find a solution
â Christophe195
Jun 11 at 20:54
Check this kinit: Cannot contact any KDC for realm 'UBUNTU' while getting initial credentials
â ASIL
Jun 11 at 13:09
Check this kinit: Cannot contact any KDC for realm 'UBUNTU' while getting initial credentials
â ASIL
Jun 11 at 13:09
@ASIL, i have changed the krb5.conf file and has reboot the server. the error keeps the same
â Christophe195
Jun 11 at 14:47
@ASIL, i have changed the krb5.conf file and has reboot the server. the error keeps the same
â Christophe195
Jun 11 at 14:47
@ASIL when i do "telnet gogoda.local" i got "telnet: could not resolve gogoda.local/telnet: Temporary failure in name resolution". and a ping to gogoda.local does not work. It seems ubuntu has change some network files in the new version, but on this moment i did not find a solution
â Christophe195
Jun 11 at 20:54
@ASIL when i do "telnet gogoda.local" i got "telnet: could not resolve gogoda.local/telnet: Temporary failure in name resolution". and a ping to gogoda.local does not work. It seems ubuntu has change some network files in the new version, but on this moment i did not find a solution
â Christophe195
Jun 11 at 20:54
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1045613%2fdomain-controller-on-ubuntu-server-old-tutorial%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Check this kinit: Cannot contact any KDC for realm 'UBUNTU' while getting initial credentials
â ASIL
Jun 11 at 13:09
@ASIL, i have changed the krb5.conf file and has reboot the server. the error keeps the same
â Christophe195
Jun 11 at 14:47
@ASIL when i do "telnet gogoda.local" i got "telnet: could not resolve gogoda.local/telnet: Temporary failure in name resolution". and a ping to gogoda.local does not work. It seems ubuntu has change some network files in the new version, but on this moment i did not find a solution
â Christophe195
Jun 11 at 20:54