Activity log for bug #1335502

Date Who What changed Old value New value Message
2014-06-28 21:26:21 Thiago Martins bug added bug
2014-06-28 21:32:25 Thiago Martins 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://www.tiltingatlinux.com/2014/04/basic-samba4-domain-controler-on-ubuntu.html --- 1- Install Ubuntu 14.04; 2- Configure /etc/hosts & /etc/network/interfaces according; 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/interfaces, like this: ----- auto eth0 iface eth0 inet6 static address 2008:xxx:200:3f6::10 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.localdomain localhost 2008:xxx:200:3f6::10 ubuntu-ad-1.tcmc.com.br ubuntu-ad-1 192.168.15.221 ubuntu-ad-1.tcmc.com.br ubuntu-ad-1 ----- 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... Not is working... --- Is there any workarounds to deal with it? Thanks! Thiago 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://www.tiltingatlinux.com/2014/04/basic-samba4-domain-controler-on-ubuntu.html --- 1- Install Ubuntu 14.04; 2- Configure /etc/hosts & /etc/network/interfaces according; 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/interfaces, like this: ----- auto eth0 iface eth0 inet6 static  address 2008:xxx:200:3f6::10  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.localdomain localhost 2008:xxx:200:3f6::10 ubuntu-ad-1.domain.com.br ubuntu-ad-1 192.168.15.221 ubuntu-ad-1.domain.com.br ubuntu-ad-1 ----- 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... Not is working... --- Is there any workarounds to deal with it? Thanks! Thiago
2014-06-29 05:08:16 Thiago Martins 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://www.tiltingatlinux.com/2014/04/basic-samba4-domain-controler-on-ubuntu.html --- 1- Install Ubuntu 14.04; 2- Configure /etc/hosts & /etc/network/interfaces according; 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/interfaces, like this: ----- auto eth0 iface eth0 inet6 static  address 2008:xxx:200:3f6::10  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.localdomain localhost 2008:xxx:200:3f6::10 ubuntu-ad-1.domain.com.br ubuntu-ad-1 192.168.15.221 ubuntu-ad-1.domain.com.br ubuntu-ad-1 ----- 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... Not is working... --- Is there any workarounds to deal with it? Thanks! Thiago 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://www.tiltingatlinux.com/2014/04/basic-samba4-domain-controler-on-ubuntu.html --- 1- Install Ubuntu 14.04; 2- Configure /etc/hosts & /etc/network/interfaces according; 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/interfaces, like this: ----- auto eth0 iface eth0 inet6 static  address 2008:xxx:200:3f6::10  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.localdomain localhost 2008:xxx:200:3f6::10 ubuntu-ad-1.domain.com.br ubuntu-ad-1 192.168.15.221 ubuntu-ad-1.domain.com.br ubuntu-ad-1 ----- 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
2014-06-30 07:33:44 Robie Basak samba (Ubuntu): importance Undecided Medium
2014-07-08 05:37:42 Thiago Martins information type Public Private Security
2014-07-08 18:35:55 Seth Arnold information type Private Security Public Security
2014-07-09 01:07:16 Thiago Martins 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://www.tiltingatlinux.com/2014/04/basic-samba4-domain-controler-on-ubuntu.html --- 1- Install Ubuntu 14.04; 2- Configure /etc/hosts & /etc/network/interfaces according; 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/interfaces, like this: ----- auto eth0 iface eth0 inet6 static  address 2008:xxx:200:3f6::10  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.localdomain localhost 2008:xxx:200:3f6::10 ubuntu-ad-1.domain.com.br ubuntu-ad-1 192.168.15.221 ubuntu-ad-1.domain.com.br ubuntu-ad-1 ----- 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 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://www.tiltingatlinux.com/2014/04/basic-samba4-domain-controler-on-ubuntu.html --- 1- Install Ubuntu 14.04; 2- Configure /etc/hosts & /etc/network/interfaces according; 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/interfaces, like this: ----- auto eth0 iface eth0 inet6 static  address 2008:xxx:200:3f6::10  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.localdomain localhost 2008:xxx:200:3f6::10 ubuntu-ad-1.domain.com.br ubuntu-ad-1 192.168.1.221 ubuntu-ad-1.domain.com.br ubuntu-ad-1 ----- 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
2014-07-18 20:32:25 Jamie Strandboge information type Public Security Public
2014-07-19 16:53:36 Thiago Martins bug watch added https://bugzilla.samba.org/show_bug.cgi?id=10730
2014-10-22 02:29:46 Jelmer Vernooij samba (Ubuntu): status New Incomplete