Re: Re: [SOGo] NT_STATUS_BAD_NETWORK_NAME

2011-10-29 Thread christophschroedercs
Hello,

Samba is definitely running as I start it from the terminal.

Here the outputs. Hope they are helpful.

christoph@openchange:/etc/init.d$ sudo iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source   destination 

Chain FORWARD (policy ACCEPT)
target prot opt source   destination 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination   

-

christoph@openchange:/etc/init.d$ sudo netstat -plantu
Aktive Internetverbindungen (Server und stehende Verbindungen)
Proto Recv-Q Send-Q Local Address   Foreign Address State  
PID/Program name
tcp0  0 0.0.0.0:445 0.0.0.0:*   LISTEN 
6415/samba  
tcp0  0 0.0.0.0:2   0.0.0.0:*   LISTEN 
5693/sogod  
tcp0  0 0.0.0.0:993 0.0.0.0:*   LISTEN 
702/dovecot 
tcp0  0 0.0.0.0:995 0.0.0.0:*   LISTEN 
702/dovecot 
tcp0  0 0.0.0.0:32680.0.0.0:*   LISTEN 
6419/samba  
tcp0  0 0.0.0.0:389 0.0.0.0:*   LISTEN 
6419/samba  
tcp0  0 0.0.0.0:139 0.0.0.0:*   LISTEN 
6415/samba  
tcp0  0 0.0.0.0:110 0.0.0.0:*   LISTEN 
702/dovecot 
tcp0  0 0.0.0.0:143 0.0.0.0:*   LISTEN 
702/dovecot 
tcp0  0 0.0.0.0:464 0.0.0.0:*   LISTEN 
6421/samba  
tcp0  0 192.168.2.205:530.0.0.0:*   LISTEN 
5940/named  
tcp0  0 127.0.0.1:530.0.0.0:*   LISTEN 
5940/named  
tcp0  0 127.0.0.1:631   0.0.0.0:*   LISTEN 
631/cupsd   
tcp0  0 0.0.0.0:88  0.0.0.0:*   LISTEN 
6421/samba  
tcp0  0 127.0.0.1:5432  0.0.0.0:*   LISTEN 
807/postgres
tcp0  0 127.0.0.1:953   0.0.0.0:*   LISTEN 
5940/named  
tcp0  0 0.0.0.0:25  0.0.0.0:*   LISTEN 
1295/master 
tcp0  0 127.0.0.1:5433  0.0.0.0:*   LISTEN 
1147/postgres   
tcp0  0 0.0.0.0:538 0.0.0.0:*   LISTEN 
1194/gdomap 
tcp6   0  0 :::445  :::*LISTEN 
6415/samba  
tcp6   0  0 :::993  :::*LISTEN 
702/dovecot 
tcp6   0  0 :::995  :::*LISTEN 
702/dovecot 
tcp6   0  0 :::3268 :::*LISTEN 
6419/samba  
tcp6   0  0 :::389  :::*LISTEN 
6419/samba  
tcp6   0  0 :::139  :::*LISTEN 
6415/samba  
tcp6   0  0 :::110  :::*LISTEN 
702/dovecot 
tcp6   0  0 :::143  :::*LISTEN 
702/dovecot 
tcp6   0  0 :::464  :::*LISTEN 
6421/samba  
tcp6   0  0 :::80   :::*LISTEN 
1413/apache2
tcp6   0  0 :::53   :::*LISTEN 
5940/named  
tcp6   0  0 ::1:631 :::*LISTEN 
631/cupsd   
tcp6   0  0 :::88   :::*LISTEN 
6421/samba  
tcp6   0  0 ::1:953 :::*LISTEN 
5940/named  
udp0  0 192.168.2.205:389   0.0.0.0:*  
6420/samba  
udp0  0 0.0.0.0:389 0.0.0.0:*  
6420/samba  
udp0  0 192.168.2.205:464   0.0.0.0:*  
6421/samba  
udp0  0 0.0.0.0:464 0.0.0.0:*  
6421/samba  
udp0  0 0.0.0.0:538 0.0.0.0:*  
1194/gdomap 
udp0  0 192.168.2.205:530.0.0.0:*  
5940/named  
udp0  0 127.0.0.1:530.0.0.0:*  
5940/named  
udp0  0 192.168.2.205:880.0.0.0:*  
6421/samba  
udp0  0 0.0.0.0:88  0.0.0.0:*  
6421/samba  
udp0  0 127.0.0.1:59513 127.0.0.1:59513 VERBUNDEN  
1147/postgres   
udp0  0 192.168.2.205:137   0.0.0.0:*  
6417/samba  
udp0  0 192.168.2.255:137   0.0.0.0:*

Re: [SOGo] NT_STATUS_BAD_NETWORK_NAME

2011-10-26 Thread Ludovic Marcotte

On 26/10/11 18:36, christophschroede...@googlemail.com wrote:

Okay,

this actually wasn't the real problem here!

But I still cannot access OpenChange. If I telnet the server on port 135 I also
don't get an answer. On Linux he says Connection refused.

Any help is very much appreciated.

Check the processes that are running, is samba among them?

How about the ports open? What does give "netstat -plantu"?

Any firewall rules? What does give "iptables -L -n"?

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] NT_STATUS_BAD_NETWORK_NAME

2011-10-26 Thread christophschroedercs
Okay,

this actually wasn't the real problem here! 

But I still cannot access OpenChange. If I telnet the server on port 135 I also
don't get an answer. On Linux he says Connection refused.

Any help is very much appreciated.

Kind regards,
Christoph Schröder-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] NT_STATUS_BAD_NETWORK_NAME

2011-10-26 Thread christophschroedercs
Hello,

when I try to connect to SOGo/Openchange with outlook I get the following
error: NT_STATUS_BAD_NETWORK_NAME in the samba log. Also, outlook tells me that
he cannot establish a connection with the exchange server.
My samba machine has a working DNS server (bind9) and I have included the samba
named.conf file. Also the hosts file is set properly.

Is there any clue on this?

Kind regards,
Christoph Schröder-- 
users@sogo.nu
https://inverse.ca/sogo/lists