Alain Foucher
2012-Aug-29 05:23 UTC
[Samba] syntax of samba-tool to deal with SRV DNS record
Hi, i'm looking to update some SRV DNS Record , but i didn't find the correct syntax to handle priority, weight and port. The goal is to higher the priority of one of my different DCs. Thanks for your help Alain
Hleb Valoshka
2012-Aug-29 18:09 UTC
[Samba] syntax of samba-tool to deal with SRV DNS record
On 8/29/12, Alain Foucher <a.foucher at cht.nc> wrote:> i'm looking to update some SRV DNS Record , but i didn't find the correct > syntax to handle priority, weight and port.from samba-tool output: ERROR: Data requires 4 elements - server, port, priority, weight
Alain Foucher
2012-Aug-29 22:52 UTC
[Samba] syntax of samba-tool to deal with SRV DNS record
Hello Hleb, i try to use something like : samba-tool dns add smb4 domain.local _http._tcp.domain.local SRV tx4.domain.local 80 1 5 but i get this message Usage: samba-tool dns add <server> <zone> <name> <A|AAAA|PTR|CNAME|NS|MX|SRV|TXT> <data> Any idea ? ALlain
Alain Foucher
2012-Sep-10 09:21 UTC
[Samba] syntax of samba-tool to deal with SRV DNS record
Hello Hleb, i try to put some quotes around data and i get this message : ERROR: Data requires 4 elements - server, port, priority, weight Any Idea ? thanks Alain> ----- Original Message ----- > From: "Hleb Valoshka" <375gnu at gmail.com> > To: "Alain Foucher" <a.foucher at cht.nc> > Cc: <samba at lists.samba.org> > Sent: Friday, August 31, 2012 5:44 AM > Subject: Re: [Samba] syntax of samba-tool to deal with SRV DNS record > > >> On 8/30/12, Alain Foucher <a.foucher at cht.nc> wrote: >>> i try to use something like : >>> samba-tool dns add smb4 domain.local _http._tcp.domain.local >>> SRV >>> tx4.domain.local 80 1 5 >>> but i get this message >>> Usage: samba-tool dns add <server> <zone> <name> >>> <A|AAAA|PTR|CNAME|NS|MX|SRV|TXT> <data> >> >> You've forgot quotes around data: >> >> samba-tool dns add smb4 domain.local _http._tcp.domain.local >> SRV "tx4.domain.local 80 1 5" >> >> >> __________ Information provenant d'ESET NOD32 Antivirus, version de la >> base des signatures de virus 7431 (20120830) __________ >> >> Le message a t vrifi par ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> > >