Displaying 7 results from an estimated 7 matches for "adressess".
Did you mean:
adresses
2014 Aug 29
1
asterisk multiple ip
hi,
i need migrate customers from severeal to one asterisk server with
multiple ip aliases
like
eth0 192.168.10.1
eth0:1 192.168.10.20
eth0:2 192.168.10.30
i must preserve endpoint configuration to these ip adressess
the problem is if i register to 192.168.10.30, the answer is from
192.168.10.1
are there some ways for this scenario?
1) chan_pjsip?
2) kamailio in front of asterisk on the same server?
3) iptables magic?
4) ...
thanks
--
---------------------------------------
Marek Cervenka
================...
2015 Nov 12
3
Authentication to Secondary Domain Controller initially fails when PDC is offline
Am 12.11.2015 um 11:22 schrieb Harry Jede:
> On 11:06:29 wrote Ole Traupe:
>> Hi,
>>
>> I tested the AD (Samba4) domain log-in on Windows 7 clients and Linux
>> member servers with my PDC being offline (plugged the cable). It is
>> not working so well.
>>
>> On Windows it initially takes forever. It works again after rebooting
>> the client, which
2015 Nov 12
2
Authentication to Secondary Domain Controller initially fails when PDC is offline
...> >> will affect Windows and Linux domain clients/member servers
> >> likewise?
> > Theoretically yes. Assume you have a imap or web server installed on
> > your DC ( bad idea). I am pretty sure that some mail clients and
> > browsers have their own cache for ip adressess. So the a records may be
> > cached on application level. How do this caches works?
> >
> > The soa record should only be used by the resolver libs.
> >
> > The srv txt records are used by many apps. ie the netlogon process.
> > Netlogon picks randomly one dc, if...
2004 Jul 24
5
HTB classifying
I am trying to shape a client (somewhat advanced).
This is my target:
Client is 192.168.2.224. I would like to allow him to download with
500000 bits/sec in general. But, for a specific port(say 22), i would
like him to download with 300000 bit/sec only. The problem is that my
configuration (maybe wrong) allows him to download with 800000 bit/sec.
(500000 generally + 300000 on port 22)
I thought
2018 Jun 30
0
[Bug 1266] New: bridge-nf-filter-pppoe-tagged mtu bug?
...: P5
Component: bridging
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: realvoland at yandex.ru
down vote
favorite
CentOs 6.9
I already has cofigured brdge br0:
(user.pppoe)-------(server.brdge)-------(ISP)
So, now I want to filter out IP packets by IP adressess from PPPoE traffic that
passes over the bridge.
Server hasn't local ppp interfaces,only bridge and one management interface.
But. Then I seting up system variables:
bridge-nf-call-iptables=1
bridge-nf-filter-pppoe-tagged=1
User got a problem - Some sites are unable to load and give an error...
2015 Nov 12
0
Authentication to Secondary Domain Controller initially fails when PDC is offline
...my Samba DCs (my domain DNS servers), and this
> will affect Windows and Linux domain clients/member servers
> likewise?
Theoretically yes. Assume you have a imap or web server installed on
your DC ( bad idea). I am pretty sure that some mail clients and
browsers have their own cache for ip adressess. So the a records may be
cached on application level. How do this caches works?
The soa record should only be used by the resolver libs.
The srv txt records are used by many apps. ie the netlogon process.
Netlogon picks randomly one dc, if more than one record exist for a
site. If this dc is d...
2006 Jun 15
12
Multithreading and DB access in Rails
I just tried writing some controllers, etc. that would allow me to start
and monitor background tasks running in new (Ruby) threads, with the
idea that I''d eventually manage long-running indexing processes that
way. I can kick off such threads OK (by using Thread.new in a routine
called by a controller), but it seems like Rails gets huffy if those
background tasks and the ordinary