Displaying 20 results from an estimated 20 matches for "siteb".
Did you mean:
site
2019 Jun 06
2
AD across sites
Hi Guys,
Just need some guidance regarding AD across sites. We have two sites, siteA and siteB. Until about a month ago both sites were running NT4 domains, separate domains but with the same names, let's say thedomain. We classicupgrades siteA to AD and now need to migrate siteB to AD.
The sites are connected with a WAN link
We think ,the steps involved will be the following
-...
2019 Jun 06
0
AD across sites
On 06/06/2019 12:00, Praveen Ghimire via samba wrote:
> Hi Guys,
>
> Just need some guidance regarding AD across sites. We have two sites, siteA and siteB. Until about a month ago both sites were running NT4 domains, separate domains but with the same names, let's say thedomain. We classicupgrades siteA to AD and now need to migrate siteB to AD.
>
> The sites are connected with a WAN link
>
>
> We think ,the steps involved will be...
2013 Jul 12
3
new Shorewall + strongSwan blog
Hi Tom,
Thanks for the feedback about my Shorewall evaluation
I''ve published a blog today covering general things I''ve observed about
the way to combine Shorewall with strongSwan:
http://danielpocock.com/practical-linux-vpns-with-strongswan-shorewall-and-openwrt
Please let me know if anything is inaccurate or if there is anything
substantial that I missed and I''ll
2019 Jun 07
1
AD across sites
...y
Thank you
> On 6 Jun 2019, at 9:26 pm, Rowland penny via samba <samba at lists.samba.org> wrote:
>
>> On 06/06/2019 12:00, Praveen Ghimire via samba wrote:
>> Hi Guys,
>>
>> Just need some guidance regarding AD across sites. We have two sites, siteA and siteB. Until about a month ago both sites were running NT4 domains, separate domains but with the same names, let's say thedomain. We classicupgrades siteA to AD and now need to migrate siteB to AD.
>>
>> The sites are connected with a WAN link
>>
>>
>> We think ,the...
2005 Jan 06
2
3 site asterisk installation question
...Site B ---- Asterisk Box With 4 incoming lines and 7 phones
Extensions 201-207
Site C ---- Asterisk Box With 4 incoming lines and 6 phones
Extensions 301-307
There needs to be 3 sales queues set up.
Queue_SiteA
Agent1 is 101 from SiteA
Agent2 is 102 from SiteA
Agent3 is 202 from SiteB
Agent4 is 302 from SiteC
Queue_SiteB
Agent1 is 201 from SiteB
Agent2 is 202 from SiteB
Agent3 is 102 from SiteA
Agent4 is 302 from SiteC
Queue_SiteC
Agent1 is 301 from SiteC
Agent2 is 302 from SiteC
Agent3 is 102 from SiteA
Agent4 is 202 from SiteB
He would like to...
2008 Sep 03
3
mysql
I need to replicate MySQL DB of mulltiple server on SiteA to my DR-Site
Site_B... all DB
are alocated on RHEL,SuSE,Centos,Debian, FreeBSD servers.
I need a script to take Multiple MySql DataBase Backup and then import to
SiteB, the replica
can be done as cold or hotbackup and cron it
Thanks
--
Madunix_at_Gmail
Sysadmin
"Computers are useless. They can only give you answers" - Pablo Picasso
"Never trust a computer you can't throw out a window." - Steve Wozniak
-------------- next part ----------...
2005 Jun 09
1
puzzle: listen on port X on internal interface, and send data to remote host with dynamic ip
..." and "b") both with linux machines running
shorewall. a machine at site ''a'' needs to connect to services on a
machine at site ''b''. both sites have dsl with dynamicaly assigned ip
addresses. site ''b''s ip can be resolved from siteb.dynamic.dns.com (one
of those fancy dynamic-dns sites)
the goal: to have a computer at site ''a'' connect to a port on the
internal nic of the router at site ''a'' and have it transparently
communicate through this port to a computer at site ''b''...
2002 May 20
1
Numeric ids
...However,
when copying file1 from A to B, I would like to have usr_A's numeric id in
site A to be copied to usr_A's numeric id in site B. I've tried using the
following options, but it did preserve usr_A's uid when file1 reaches site
B:
rsync -avzo --numeric-ids siteA:/tmp/file1 siteB:/tmp
Is there a way which I can preserve the uid of file1 when it's been
transferred to site B, hence automatically updating usr_A's uid in site B to
100?
Thanks.
CJ
2007 May 14
1
Recursive file hieararchy with order precedence
...are private to the node in question.
What I was wondering was if it would be possible to have some sort of
directory hierarchy which has some kind of precedence, or order.
The following example tree explains it,
regional/root/.ssh/authorized_keys
regional/etc/nsswitch.conf
siteA/etc/resolv.conf
siteB/etc/resolv.conf
node1/etc/motd
node2/etc/motd
Now, I would rather not write rules for every single file, I would like
to write one generic rule that does the following - if a file is found
in regional, they are distributed to all my nodes, and the structure
within regional/ is the relative root. A...
2007 Dec 12
1
Asterisk B2BUA and Site to Site transfers
Hi All,
I am seeking input from anyone who may have seen a similar
configuration and dealt with similar issues to what I'm experiencing.
Configuration:
- 2 sites (site A and B)
- Asterisk 1.2.23 on each site (Trixbox)
- Internet 512/512 symmetric at each site, dedicated to VOIP calls
only.
- IAX trunk between the sites, with data travelling across the 512/512
Symmetric link
- PSTN
2016 May 30
1
Upgrading version 3.6 to 4.4 and Active Directory
...10.X.Y.Z
address. X is the site code, so each site is in the same 10.0.0.0/8 subnet,
and we can see the networks from each site. Now is the time to setup Active
Directory, right?
My goal is to create a forest, starting at the HQ (HQ.example.com) level,
and working down to each site (SITEA.example, SITEB.example, etc). Our goal
is to upgrade to Active Directory at each location, so as to not lose any
of the user data (username/passwords, group memberships, etc), and then
merge the AD Domains into a hierarchical forest, with each of the techs
responsible for the domain at their sites. We are hoping...
2013 Nov 05
8
Forwarding external traffic to another external server?
...I tried a redirect rule, but apparently shorewall didn''t like that (it
just failed to start).
I tried adding the rules via command line directly from a bit of
searching I did:
sysctl net.ipv4.ip_forward=1
iptables -t nat -A PREROUTING -p udp --dport 1194 -j DNAT
--to-destination <siteb ip>:1194
iptables -t nat -A POSTROUTING -j MASQUERADE
When I did that dmesg gave Forward:Reject messages.
Can someone point me to the correct way to do this?
Thanks!
--
Mark D. Montgomery II
http://www.techiem2.net
------------------------------------------------------------------------...
2006 Dec 01
1
group by
...NA NA
40 10/3/2006 WN30 B 0ZQNC00
3XM063SOA1 3XM063SOA1 3.146 -12
40 10/3/2006 WN30 B 0ZQNC00
3XM072SOA3 3XM072SOA3 9.536 29
I'm a newbee so I'm doing this step by step. 1st Site A, than siteB and
combine this with rbind to C<-rbind(A,B);
This code works however finally I would like to break up the data even more
and split it to Site, Week, Partnumber and Lot and here I'm lost.
Is there a 'grouping by' function in R which allows this operation much
easier without 'har...
2003 Jul 01
2
file sizes different even after successful rsync
Is it even remotely possible that after a successful rsync, the file sizes on both ends are different ???
We use rsync extensively to distribute our builds across all our development sites. Here is how our rsync process works
1. SiteA creates a build #1
2. SiteB rsync's build #1
3. SiteA creates a build #2
4. SiteB rsync's build #2 using contents of build #01 (i.e. we rsync build #02 into #01 directory and then call #01 as #02) The idea being, rsync will be able to figure out which files have changed between build #01 and build #02 and X'fer on...
2016 May 25
4
Upgrading Samba 3 to Samba 4 with Active Directory at many sites
....Y.Z
address. X is the site code, so each site is in the same 10.0.0.0/8 subnet,
and we can see the networks from each site. Now is the time to setup Active
Directory, right?
My goal is to create a forest, starting at the HQ (HQ.example.com) level,
and working down to each site (SITEA.example.com, SITEB.example.com, etc).
Our goal is to upgrade to Active Directory at each location, so as to not
lose any of the user data (username/passwords, group memberships, etc), and
then merge the AD Domains into a hierarchial forest, with each of the techs
responsible for the domain at their sites. We are hopi...
2007 Oct 11
4
Specifying geographic related facts
Let''s say I have two different geographic sites. They are pretty much
identical ie. each site has a machine called web1 which is a web server,
etc. Except there are couple site-specific settings ie. outgoing DNS
servers are different, SSL certs are different etc.
On the puppetmaster I can put in a file called e.g.
/etc/sideid
which would uniquely identify a site ie. siteX or siteY.
2007 Dec 18
2
Asterisk/iaxclient IAX2 source port
All,
I have a simple question and a complicated reason for asking:
Is it possible to change asterisk's source port for outbound IAX2
connections?
I've tried using "sourceaddress" to no avail. I can set it to:
proper.ip.of.box:4569
or
0.0.0.0:4569
and it works as expected. But if I try to set it to:
proper.ip.of.box:5000
or
0.0.0.0:5000
it fails around line 8536 in
2009 Jul 27
4
Custom fact errors
...t;."+iparray[1]+"."+iparray[2] #I never
claimed to be a ruby programmer
netname = case netw
when "192.168.4" then "siteA"
when "10.1.1" then "siteA"
when "192.168.88" then "siteB"
else "Unknown"
end
netname
end
----------
Running facter on the client machine directly after setting FACTERLIB
to /var/lib/puppet/lib/facter/ shows the same error on the first line
of output: "Could not retrieve test_fact: non-sh interpreters...
2016 May 30
0
Upgrading Samba 3 to Samba 4 with Active Directory at many sites
...ite code, so each site is in the same 10.0.0.0/8
> subnet, and we can see the networks from each site. Now is the time to
> setup Active Directory, right?
>
> My goal is to create a forest, starting at the HQ (HQ.example.com) level,
> and working down to each site (SITEA.example.com, SITEB.example.com,
> etc). Our goal is to upgrade to Active Directory at each location, so as to
> not lose any of the user data (username/passwords, group memberships, etc),
> and then merge the AD Domains into a hierarchial forest, with each of the
> techs responsible for the domain at thei...
2016 May 30
0
Upgrading version 3.6 to 4.4 and Active Directory
...he site code, so each site is in the same 10.0.0.0/8
> subnet, and we can see the networks from each site. Now is the time to
> setup Active Directory, right?
>
> My goal is to create a forest, starting at the HQ (HQ.example.com) level,
> and working down to each site (SITEA.example, SITEB.example, etc). Our goal
> is to upgrade to Active Directory at each location, so as to not lose any
> of the user data (username/passwords, group memberships, etc), and then
> merge the AD Domains into a hierarchical forest, with each of the techs
> responsible for the domain at their s...