On Tue, 16 Mar 2010 21:03:39 +0100, Marcus Puchalla <[email protected]> wrote: > I already have an equal sign but forgot to post it last time. > > Here is my actual smb.conf > [globals] > netbios name = OPENCHANGE > workgroup = OPENCHANGE > realm = OPENCHANGE.LOCAL > server role = domain controller > dcerpc endpoint servers = epmapper, mapiproxy > dcerpc_mapiproxy:server = true > dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, > exchange_ds_rfr > > interfaces = 192.168.178.1 > bind interfaces only = yes > > [netlogon] > path = /usr/local/samba/var/locks/sysvol/openchange.local/scripts > read only = no > > [sysvol] > path = /usr/local/samba/var/locks/sysvol > read only = no >
You state that your IP address is 192.168.178.49, but then you set it to 192.168.178.1 ? Beside that the fact that it cannot listen on 0.0.0.0 address either means the ports are already in use,or some strange ipv6 behaver or some security is not letting it listen (i.e. apparmor or selinux ?) what does a 'netstat -l -n' report? Are there any of those ports reported? Also check the syslog for any permission errors somewhere... Just a few guesses Alessandro _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
