similar to: Networking functionality?

Displaying 20 results from an estimated 100 matches similar to: "Networking functionality?"

2019 Jul 25
5
Serverinfo Error
On 07/25/2019 02:33 AM, Rowland penny via samba wrote: > On 24/07/2019 22:21, Robert A Wooldridge via samba wrote: >> I'm still trying to figure out of my samba DC which has received by >> transfer all 7 FSMO roles is actually doing DNS.? When I do this >> serverinfo command it fails: >> >> >> athena:~# samba-tool dns serverinfo athena > > Do you
2008 Feb 25
3
customize resource routes
Hi all, I have this application that lists videogames, which i am rewriting to follow REST. I need to have this url : /games/xbox360/halo-3 ( map.connect "/ games/:platform_id/:permalink",:controller => "games",:action => "show" ) This is no problem with map.connect, but with map.resources i can not make this. map.resources :games do |game|
2019 Jul 25
4
Serverinfo Error
On 07/25/2019 10:36 AM, Rowland penny via samba wrote: > This probably means that you do not have the libnss-winbind links > and/or /etc/nsswitch.conf set up to return AD users (this is not > required on a DC, only if you want to use the DC as a fileserver). Not using it as a file server.? So back to the original question which is why am I getting a serverinfo error: athena:~#
2019 May 17
2
samba-tool dns serverinfo command throws error
Hello,      I'm using the internal DNS server and when running the command 'samba-tool dns serverinfo dc1 -U administrator' I get the following output. @dc1:~# samba-tool dns serverinfo dc1.domain.local -U administrator Password for [DOMAIN\administrator]:   dwVersion                   : 0xece0205   fBootMethod                 : DNS_BOOT_METHOD_DIRECTORY  
2019 Jul 24
2
Serverinfo Error
I'm still trying to figure out of my samba DC which has received by transfer all 7 FSMO roles is actually doing DNS.? When I do this serverinfo command it fails: athena:~# samba-tool dns serverinfo athena Password for [administrator at EDM-INC.COM]: ERROR(runtime): uncaught exception - (9717, 'WERR_DNS_ERROR_DS_UNAVAILABLE') ? File
2018 Jun 10
2
samba-tool - password
Hello When I run following command on my samba DC: sudo samba-tool dns serverinfo localhost (or other DC on same domain) samba-tool asks for: Password for [MyAD-DomainName\root]: But there is no root user at the domain. Domain Administrator name at mu domain is "admin". If I enter admin's password for Password for [MyAD-DomainName\root]: promt - I get: Connecting to DNS RPC
2014 Feb 08
5
isohybrid --mac doesn't find the mac efi image
I posted this on the bugzilla page but I figured that on the mailing list it would get more attention. Please see http://bugzilla.syslinux.org/show_bug.cgi?id=49 for a description of my current issue. -- Thank you, Fernando Reyes GPG BDD75DD7 Mission Accomplish, Inc. http://missionaccomplish.com Email:design at missionaccomplish.com Tel: 7187100008 Cell: 3479275477
2019 Jul 25
2
Serverinfo Error
On 07/25/2019 10:10 AM, Rowland penny via samba wrote: > How are you logging in to the DC and who as ? > > If I login as the user 'rowland' to one of my DCs I get this prompt: > > SAMDOM\rowland at dc4:~$ > > If I login as root, I get this: > > root at dc4:~# > > Your prompt is: > > athena:~# > > Which I think means you are doing this as
2019 Jul 25
1
Serverinfo Error
On 07/25/2019 12:00 PM, Rowland penny via samba wrote: > Yes, Samba is running ;-) > > I have reviewed the output of the script that Louis asked you to run > and everything looks okay, except for /etc/nsswitch.conf. > > I would change: > > hosts:????????? files mdns4_minimal [NOTFOUND=return] dns > > To: > > hosts:????????? files dns mdns4_minimal
2014 Nov 12
1
samba-tool dns serverinfo
Good Afternoon, I successfully joined an Ubuntu 14.04 server with Samba 4.1.9 to my existing domain. I want this server to become my Master, but before I attempt to seize roles, I have been double and triple checking all of the configuration files and DNS entries. I noticed that this server's dns serverinfo differs from the other three servers. For it's aipServerAddrs and aipListenAddrs,
2019 Jul 26
5
Serverinfo Error
Hai, Ok, below looks ok, as Rowland also said. But i have one more thing. > > ?????? Checking file: /etc/krb5.conf > > > > [libdefaults] > > ??? dns_lookup_realm = false > > ??? dns_lookup_kdc = true > > ??? default_realm = EDM-INC.COM > > ??? default_tgs_enctypes = arcfour-hmac-md5 des-cbc-crc des-cbc-md5 > > ??? default_tkt_enctypes =
2018 Aug 06
2
2.3.2.1 - relay to lmtps from other lan host
Hi, looked into the [ dovecot wiki ] but a search for [ lmtps ] came up empty and thus hoping to get some assistance here. I am trying to relay with [ msmtp ] via [ lmtps ] from a lan host other than [ dovecot ] is running on. [ dovecot config ] > service lmtp { > ? unix_listener lmtp { > ??? #mode = 0666 > ? } [ ss -wxl | grep lmtp ] > u_strLISTEN 0????? 100???
2019 May 01
1
missing _msdcs
Hi, I migrated windows 2008r2 on samba, everything or almost correctly works except the dns. I realized that one entry is missing: ldbsearch -H /var/lib/samba/private/sam.ldb -b "DC=DomainDnsZones,DC=mydomain,DC=lan" | grep DC=_msdcs samba-tool dns serverinfo 192.168.0.1 -UAdministrator at mydomain.lan Password for [Administrator at mydomain.lan]: ERROR(runtime): uncaught exception -
2019 Jul 25
2
How to validate samba's DNS Server
Is there a way to check that the DNS server in Samba has valid data apart form samba-tool or the other tools like host or dig? Is there a way to use ldbsearch to see if the data is there? -- Bob Wooldridge EDM Incorporated
2018 Aug 06
2
AW: 2.3.2.1 - relay to lmtps from other lan host
You have lmtp as unix socket configured but want to access from remote via tcp socket? I think you need inet_listener instead of unix_ listener ----- Originale Nachricht ----- Von: "?????" <vtol at gmx.net> Gesendet: 06.08.18 - 20:14 An: dovecot <dovecot at dovecot.org> Betreff: 2.3.2.1 - relay to lmtps from other lan host > Hi, > > looked into the [ dovecot wiki
2019 Jul 30
2
Serverinfo Error
On 07/30/2019 03:08 AM, Rowland penny via samba wrote: > I have been thinking about this and reading the code that didn't get > run and I know think that the OP is at the point that existed before > 4.6.0, He possibly has missing records in AD, can I suggest he reads > this: > > https://wiki.samba.org/index.php/Verifying_and_Creating_a_DC_DNS_Record athena:~# host -t A
2018 Mar 09
2
Delete second IP address from aipServerAddrs and aipListenAddrs DC
For some reason, the provision picked up 2 network IP addresses in my VM. Snipped output below... root at dc1.example.com ~ $ (screen) samba-tool dns serverinfo dc1 dwVersion : 0xece0205 fBootMethod : DNS_BOOT_METHOD_DIRECTORY fAdminConfigured : FALSE fAllowUpdate : TRUE fDsAvailable : TRUE
2002 Jun 04
1
Netatalk connection on Samba machine account - security breach?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [please cc to my address] Dear Samba and Netatalk experts, I've got a server running both samba 2.2.3a as PDC and netatalk (1.5pre7 as supplied by SuSE73). Samba machine accounts are added to /etc/passwd automatically by the command add user script = /usr/sbin/useradd -d /dev/null -g 90 -s /bin/false -M %u when a NT machine is added to the
2019 Jul 25
2
Serverinfo Error
On 07/25/2019 11:35 AM, Rowland penny via samba wrote: > Well, 'WERR' is short for 'Windows Error' (I think) and > 'DNS_ERROR_DS_UNAVAILABLE' is supposed to mean that the Directory > Service is unavailable. Is something getting in the way (Apparmor, > Selinux, a firewall etc). Is Samba actually running ? Are you using > Bind9, if so, is it running and set
2018 Mar 10
3
Delete second IP address from aipServerAddrs and aipListenAddrs DC
On 09/03/18 13:30, lingpanda101 via samba wrote: > On 3/9/2018 5:30 AM, Paul Littlefield via samba wrote: >> For some reason, the provision picked up 2 network IP addresses in my VM. >> >> Snipped output below... >> >> >> root at dc1.example.com ~ $ (screen) samba-tool dns serverinfo dc1 >>   dwVersion                   : 0xece0205 >>