Displaying 7 results from an estimated 7 matches for "setipdc1".
2015 Mar 17
1
migrate from win2012srv to samba 4.1.17-Sernet-Debian-9.wheezy
...ipts/
>> ( the join method is available only on "this_is_the_old_set_of_scripts")
>> I'm facing different problems with the dns (bind9)
>>
>> My question is :
>> in 2-setup-sernet-samba4-ADDC-wheezy-JOIN-DC.sh script, What value
>> should I put for SETIPDC1 under BIND9/DNS related settings? Is it the
>> windows 2012 server ip or the new samba4 ip?
>> I'm asking this because in this script, we can read :
>> ## the ip of DC1 should match the hostname above. ( which is set by
>> default at
>> ## hostname in single word...
2015 Mar 17
4
migrate from win2012srv to samba 4.1.17-Sernet-Debian-9.wheezy
...//secure.bazuin.nl/scripts/this_is_the_old_set_of_scripts/
( the join method is available only on "this_is_the_old_set_of_scripts")
I'm facing different problems with the dns (bind9)
My question is :
in 2-setup-sernet-samba4-ADDC-wheezy-JOIN-DC.sh script, What value
should I put for SETIPDC1 under BIND9/DNS related settings? Is it the
windows 2012 server ip or the new samba4 ip?
I'm asking this because in this script, we can read :
## the ip of DC1 should match the hostname above. ( which is set by
default at
## hostname in single word, but you dont need to change this
SETHOSTNAM...
2015 Jan 12
0
script hang on GUI Debian install
...it should print more info and also there should be more header lines, this should help to track down the problem.
>
> see the attached file
>
> Rowland
Okay, so I am a total novice here but, while working on my MEMBER server
I discovered that the script sets the "wins server = ${SETIPDC1}"? Is
winbind running on my DC? Or only on my MEMBER server?
--
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846 (main)
www.donelsontrophy.com [1]
"Everyone deserves an award!!"
OK, this tells me that you have changed the script here:
## Put here the I...
2015 Feb 25
4
NT_STATUS_CONNECTION_REFUSED
...es that starts Bind, so when the
second line tries to stop bind9, there is is nothing to stop, so of
course it gets refused :-)
If you look a bit further, where resolv.conf gets set, there is this:
cat << EOF > /etc/resolv.conf
search ${SETDNSDOMAIN}
domain ${SETDNSDOMAIN}
nameserver ${SETIPDC1}
EOF
Now, if you use both 'search' & 'domain' in resolv.conf, which ever is
second wins, as they are mutually exclusive (see 'man resolv.conf)
Remove the domain line
Have you tried running the line that failed manually ?
echo ${SETNTPASSWD}| net rpc rights grant ${SETNT...
2015 Mar 17
0
migrate from win2012srv to samba 4.1.17-Sernet-Debian-9.wheezy
...is_is_the_old_set_of_scripts/
> ( the join method is available only on "this_is_the_old_set_of_scripts")
> I'm facing different problems with the dns (bind9)
>
> My question is :
> in 2-setup-sernet-samba4-ADDC-wheezy-JOIN-DC.sh script, What value
> should I put for SETIPDC1 under BIND9/DNS related settings? Is it the
> windows 2012 server ip or the new samba4 ip?
> I'm asking this because in this script, we can read :
> ## the ip of DC1 should match the hostname above. ( which is set by
> default at
> ## hostname in single word, but you dont need...
2015 Feb 26
0
SOLVED Re: NT_STATUS_CONNECTION_REFUSED
...there is is nothing
>to stop, so of course it gets refused :-)
>>
>> If you look a bit further, where resolv.conf gets set, there is this:
>>
>> cat << EOF > /etc/resolv.conf
>> search ${SETDNSDOMAIN}
>> domain ${SETDNSDOMAIN}
>> nameserver ${SETIPDC1}
>> EOF
>>
>> Now, if you use both 'search' & 'domain' in resolv.conf,
>which ever is second wins, as they are mutually exclusive (see
>'man resolv.conf)
>>
>> Remove the domain line
>>
>> Have you tried running the line t...
2015 Feb 25
3
NT_STATUS_CONNECTION_REFUSED
You can try to bind the interfaces including localhost.
That worked for me.
Am 25. Februar 2015 21:20:05 MEZ, schrieb Marc Muehlfeld <mmuehlfeld at samba.org>:
>Hello Bob,
>
>Am 25.02.2015 um 19:09 schrieb Bob of Donelson Trophy:
>> I ran your "1-setup-sernet-samba4-ADDC-wheezy.sh" script and noticed
>> this (during install:)
>>
>> ==========SE