search for: tulpan

Displaying 6 results from an estimated 6 matches for "tulpan".

2017 Mar 28
4
Failed to connect host xx on port 135 - NT_STATUS_CONNECTION_REFUSED
...= drs_utils.drsuapi_connect(ctx.server, ctx.lp, ctx.creds) File "/usr/lib/python2.7/dist-packages/samba/drs_utils.py", line 54, in drsuapi_connect raise drsException("DRS connection to %s failed: %s" % (server, e)) --- It really does not listen: root at dc2:~# netstat -tulpan | grep "LISTEN" | grep "135" | wc -l 0 Why does Samba not listen on port 135 anymore? How can I teach it to start doing it again? Please help martin
2017 Mar 28
1
Failed to connect host xx on port 135 - NT_STATUS_CONNECTION_REFUSED
...username map = /etc/samba/user.map >> > > I am sure this has nothing to do with your problem, but you should > remove the 'username map' line, it has no place on a DC. > ok, did so. >> >> It really does not listen: >> >> root at dc2:~# netstat -tulpan | grep "LISTEN" | grep "135" | wc -l >> 0 >> >> Why does Samba not listen on port 135 anymore? How can I teach it to >> start doing it again? > > It should be listening on port 135, is there a firewall in the way ? No: root at dc2:~# iptables -L...
2015 Jun 03
2
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
On 03/06/15 22:04, ivenhov wrote: > Thanks Rowland. > I understand smb.conf is bit messy and can affect performance but it should > not prevent me from joining domain. > > Here you go: > > [global] > workgroup = MYNAT > realm = MYNAT.MYCO.BCU > server string = My server %h > security = ADS > password server =
2015 Jun 03
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...: WERR_GENERAL_FAILURE Failed to join domain: failed to connect to AD: Cannot contact any KDC for requested realm return code = -1 I can get Kerberos ticket with no problems using: kinit myuser at MYNAT.MYCO.BCU klist shows valid ticket regarding services me at SERV1603:~$ sudo netstat -tulpan | grep LISTEN tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 5628/smbd tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 5628/smbd tcp6 0 0 :::445 :::* LISTEN 5628/smbd tcp6 0...
2014 May 02
1
Failed to connect host on port 135 - NT_STATUS_CONNECTION_REFUSED
...I get. $ sudo samba-tool dns zonelist 10.0.1.5 Failed to connect host 10.0.1.5 on port 135 - NT_STATUS_CONNECTION_REFUSED Failed to connect host 10.0.1.5 (10.0.1.5) on port 135 - NT_STATUS_CONNECTION_REFUSED. I'm guessing there should be a process listening to port 135, but $ sudo netstat -tulpan | grep "LISTEN" | grep "135" | wc -l 0 I've been trying to scour the web for this, but the results touch on a number of different problems, none of this apply to my situation. Any clues as to what I should try out next or what part of Samba4 is broken? -- Kind regards,...
2015 Jun 04
5
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...n: failed to connect to AD: Cannot contact any KDC for > requested realm > return code = -1 > > > I can get Kerberos ticket with no problems using: > kinit myuser at MYNAT.MYCO.BCU > klist shows valid ticket > > regarding services > > me at SERV1603:~$ sudo netstat -tulpan | grep LISTEN > tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN > 5628/smbd > tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN > 5628/smbd > tcp6 0 0 :::445 :::* LISTEN > 5628/smbd...