Samba4 does not work with IPv6
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
samba (Ubuntu) |
Incomplete
|
Medium
|
Unassigned |
Bug Description
Hello guys,
I'm playing with Samba4 and, with IPv4, it works great but, when we enable IPv6, nothing works.
Here is how to reproduce it:
Resume of the procedure that works (IPv4-Only):
SOURCE: http://
---
1- Install Ubuntu 14.04;
2- Configure /etc/hosts & /etc/network/
4- Install Samba4, like this: "apt-get install samba krb5-user smbclient";
5- Provision domain with: "samba-tool domain provision --realm domain.com.br --domain DOMAIN --adminpass Test1234Lol --server-role=dc --use-rfc2307";
6- Reboot & Done!
---
Everything works as expected but, since my network is based on IPv6, I need to enable it in Samba and... It does not work...
Resume of the procedure that does not work (Dual-Stacked):
---
1- Install Ubuntu 14.04;
2- Configure /etc/hosts & /etc/network/
-----
auto eth0
iface eth0 inet6 static
address 2008:xxx:
netmask 64
gateway 2008:xxx:200:3f6::1
iface eth0 inet static
address 192.168.1.221
netmask 24
gateway 192.168.1.1
dns-domain domain.com.br
dns-search domain.com.br
dns-nameservers 192.168.1.221
-- hosts:
127.0.0.1 localhost.
2008:xxx:
192.168.1.221 ubuntu-
-----
4- Install Samba4, like this: "apt-get install samba krb5-user smbclient";
5- Provision domain with: "samba-tool domain provision --realm domain.com.br --domain DOMAIN --adminpass Test1234Lol --server-role=dc --use-rfc2307";
6- Reboot and... Nothing is working, Samba isn't listening on 53, 389, etc...
---
Is there any workarounds to deal with it?
Thanks!
Thiago
description: | updated |
description: | updated |
Changed in samba (Ubuntu): | |
importance: | Undecided → Medium |
information type: | Public → Private Security |
information type: | Private Security → Public Security |
Changed in samba (Ubuntu): | |
status: | New → Incomplete |
I did more tests this weekend on this...
In fact, it is easier to replicate this problem... For example, if you have Samba4 working okay in an IPv4-Only environment and then, you just enable IPv6 (and reboot), Samba4 will not start anymore...
Also, I tried to run "samba_dnsupdate --verbose" after enabling IPv6 at etc/network/ interfaces (ifdown eth0 ; ifup eth0) and, before a reboot (while Samba4 is still running), without success...