Displaying 20 results from an estimated 37 matches for "proxy2".
Did you mean:
proxy
2017 Feb 01
3
samba creating keytabs... ( possible bug, can someone confirm this )
Hai,
I noticed something strange in the keytab file on my member server.
This is a followup of : [Samba] winbind question. (challenge/response password authentication)
Samba 4.5.3 on Debian Jessie.
Leave the domain.
net ads leave -k
Deleted account for 'PROXY2' in realm 'REALM'
I checked in windows, and the computer is gone in the “Computer” ou.
Removed the keytab file.
rm krb5.keytab
net ads join –k
Using short domain name -- NTDOM
Joined 'PROXY2' to dns domain 'internal.domain.tld'
check the new keytab...
2017 Feb 01
1
winbind question. (challenge/response password authentication)
...gins with AD users. Userdirs nfsv4.
- NFSv3 and NFSv4 (krb5) (with systemd with automount for user home dirs )
- Squid with basic auth. ( over ldap ssl)
- Put needed SPN in the keytab file.
o bug found : samba-tool spn add HTTP/hostname.domain.tld at REALM proxy2$ )
§ keytab result is http/ not HTTP/ squid needs HTTP !
Not working :
- Winbind user tests.
- Kerberos Auth for squid. Need to fix keytab first.
The setup/config
The running smb.conf
[global]
workgroup = NTDOM
security = ads
real...
2005 Oct 31
1
NTLM Problems
...un winbindd and nmbd. Once that is done, if
I do a wbinfo -u or -g I can see the users and groups of the users I am
authenticating. All seems fine, but when a user tries to auth, the following
error occurs:
[2005/10/31 11:43:36, 0] utils/ntlm_auth.c:winbind_pw_check(427)
Login for user [Domain]\[Proxy2]@[ianb] failed due to [Access denied]
[2005/10/31 11:43:36, 0] utils/ntlm_auth.c:manage_squid_ntlmssp_request(600)
NTLMSSP BH: NT_STATUS_ACCESS_DENIED
If I run a wbinfo -a Proxy2%Password_1 (A valid user and password), I get
this:
[root@cont] ~ # wbinfo -a Proxy2%Password_1
plaintext password au...
2010 Mar 03
1
forward problem!
Hello all,
Here my architecture :
Proxy1-asterisk1-proxy2-phone1
If a call arrived from proxy1 to phone1 AND phone1 always forward to proxy,
asterisk1 say:
-- Now forwarding SIP/phone1-0000001d to 'Local/969990349 at proxy2' (thanks to
SIP/proxy2-0000001e)
Why it use Local ?
I just need to use as a normal call, not a local
Thank you...
2006 May 03
0
Forwarded Numbers and Timeouts
I have a tricky situation. I have a polycom phone with number 3254103. I have configured the phone to forward to a new number, 18059999999.
Here's my dialplan:
exten => 3254103,1,Dial(SIP/3254103,10,tr)
exten => 18059999999,1,Dial(SIP/11101553818059999999@proxy2,40,tr)
When Asterisk dials 3254103, here's what comes up on the console:
hestia*CLI>
-- Executing Dial("SIP/2944093-6935", "SIP/3254103|10|tr") in new stack
-- Called 3254103
-- Got SIP response 302 "Moved Temporarily" back from xxx.187.128.19...
2009 Jun 25
1
request.host, proxy chains and HTTP_X_FORWARDED_HOST
...url_for generates a full url, with the host
name. This causes problems when we have a chain of Apache proxy
servers:
My Browser ---> Proxy 1 ----> Proxy 2 ----> Phusion Deployment Server.
In this scenario, the request header item HTTP_X_FORWARDED_HOST
contains the following:
proxy1:81, proxy2
Rails extracts the host by splitting this string and getting the last
item:
(actionpack-2.3.2\lib\action_controller\request.rb line 271)
def raw_host_with_port
if forwarded = env["HTTP_X_FORWARDED_HOST"]
forwarded.split(/,\s?/).last
else
env[''HT...
2016 Apr 16
7
Domain member seems to work, wbinfo -u not (update2)
On 16/04/16 21:09, L.P.H. van Belle wrote:
> New update.
>
>
>
> I now have done about 6 machines.
>
> 2 with samba 4.2.10 work fine, 2 not.
>
> 1 with samba 4.3.7 works fine, 1 not.
>
>
>
> I saw Jelmer updated the samba to 4.3.8 in sid, so i recompiled these to jessie.
>
> I upgraded the 4.3.7 to 4.3.8
Hi Louis, debian 4.2.10 is the same as
2005 Jul 22
1
Authenticate pptpd server on a domain controller
...howto.phtml
2- Chapter 23. Winbind: Use of Domain Accounts http://us2.samba.org/samba/docs/man/Samba3-HOWTO/winbind.html
but the two show the same error when I try to join the pptpd server on the pdc. All the configurations were made in the pptpd server not on the pdc.
-The fisrt one displays
Proxy2:/etc/samba# net join -U root
root's password:
[2005/07/22 16:02:01, 0] utils/net_ads.c:ads_startup(191)
ads_connect: Transport endpoint is not connected
[2005/07/22 16:02:01, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(256)
cli_nt_setup_creds: request challenge failed
Cr...
2016 Apr 17
0
Domain member seems to work, wbinfo -u not (update3)
Ok some new info.
Yesterday file server worked, print server not.
Today, both dont work.
Same test today, proxy1 and proxy2.
Proxy1 didnt work, proxy2 did ( at that time 4.3.6)
I upgraded (to 4.3.8) proxy2, tested again, still working.
Ok, now this proxy 2 is an vm ( a copy of proxy1 ), so lets try something..
I remove proxy2 from the ad domain (proxy1 is our main proxy) so this one is to test with.
Cleared up /v...
2017 Nov 05
2
Listing AD group members
On Mon, Oct 30, 2017 at 2:03 PM, Rowland Penny via samba
<samba at lists.samba.org> wrote:
>>
>> /etc/hosts
>> 127.0.0.1 localhost proxy1 proxy2 printer
>> 127.0.1.1 hostname.dev.domain.local hostname
>
> Aha, your Unix domain members IP isn't 127.0.1.1, so either change
> '127.0.1.1' to its ipaddress, if it has a fixed IP, or remove the line
> if it is getting its IP via DHCP.
>
> Rowland
That littl...
2017 Oct 26
2
haproxy ssl support
...pem
mode tcp
default_backend pop3
backend pop3
mode tcp
balance leastconn
stick store-request src
stick-table type ip size 200k expire 30m
timeout connect 5000
timeout server 50000
server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl
server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl
---
--- dovecot.conf
haproxy_trusted_networks = [2001:db8::]/64
service pop3-login {
inet_listener pop3_haproxy {
port = 10110
haproxy = yes
}
}
---
It would also be nice if haproxy would support STARTTLS offloading but
that's a subject...
2004 Dec 17
2
Total newbie here looking to do a VoIPconfer ence call?
Come to think of it since the DTA310 uses DNS to find the SIP server, you
could setup a DNS cache and override the DNS entry for what packet8 uses
(proxy2-eqix-sjo.packet8.net : 15062, over here) to point to the IP of your
own SIP server? Kind of a hack but it should work as long as it's running
on port 15062. I am very new to this so I don't know if there's a port
standard for SIP like there is for HTTP, SSH, FTP, etc.?
Patrick Campbe...
2015 Feb 16
1
Asterisk 11.6. SIP realtime lost peers after 'sip reload'
...Cached RT
467577/467577 172.16.1.22 D
5060 OK (141 ms) Cached RT
561871/561871 172.16.1.32 D
5060 OK (7 ms) Cached RT
sip-proxy2 172.16.1.2
5061 OK (1 ms)
srv-pbx-in 172.16.1.7
5060 OK (1 ms)
After `sip reload`:
[Feb 16 14:30:20] DEBUG[1468]: res_config_mysql.c:497 realtime_multi_mysql:
MySQL RealTime: Retrieve SQL: SELECT * FROM sipusers WHERE name LIKE '%' A...
2017 Oct 30
2
Listing AD group members
...te shell = /bin/bash
template homedir = /home/%D/%U
/etc/resolv.conf
search domain.local
nameserver 10.x.x.20
nameserver 10.x.x.21
nameserver 10.x.x.11
nameserver 10.x.y.10
nameserver 10.x.y.20
nameserver 10.y.x.90
nameserver 10.y.x.21
nameserver 10.y.x.90
/etc/hosts
127.0.0.1 localhost proxy1 proxy2 printer
127.0.1.1 hostname.dev.domain.local hostname
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
/etc/krb5.conf
[libdefaults]
default_realm = DOMAIN.LOCAL
dns_lookup_realm = false
dns_looku...
2018 Dec 11
4
"virsh list --all" is intermittently causing a shutdown client to boot?
Hello,
I have a CentOS 7 client running on a CentOS 7 server. "virsh --version" reports that 3.9.0 is being used.
I'm issuing a "virsh shutdown" command to shutdown the client. I then confirm that the client has actually shutdown using "virsh list --all".
Lately I've been seeing instances where I shutdown the client, turn away to work on something else, and
2013 Sep 06
1
Use SRV for failover proxy
Hi all,
is it possible that asterisk uses two proxies with SRV?
The enddevices are registered on one of the two Proxies (Kamailio).
The two proxies communicate with each other.
And asterisk can choose one of this proxies with SRV.
asterisk
| \
| \
Proxy1 Proxy2
I have tries to solve this problem with two trunks for this proxies
and Dial(... at proxytrunk) but on this way the properties of the
enddevices are lost and the properties from trunk are taken.
So i'd like to use SRV, if that is possible.
Very thanks
Dominique
2017 Oct 26
1
haproxy ssl support
...>> mode tcp
>> balance leastconn
>> stick store-request src
>> stick-table type ip size 200k expire 30m
>> timeout connect 5000
>> timeout server 50000
>> server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl
>> server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl
>> ---
>>
>> --- dovecot.conf
>> haproxy_trusted_networks = [2001:db8::]/64
>> service pop3-login {
>> inet_listener pop3_haproxy {
>> port = 10110
>> haproxy = yes
>> }
>> }
>> ---...
2015 Aug 05
5
LDAP bindpw password
Hi.
I'm using Samba 4 on two Zentyal servers as Domain Controller and now
I have to authenticate some services to it (Apache and PAM in
particular).
The LDAP integration asks me for a LDAP bind password, but I cannot
find out where it is on Zentyal.
Is there a way to check (or change it) directly on Samba 4?
Or is it preferable to authenticate against Active Directory or Kerberos?
Thank you
2016 Apr 18
3
FW: Domain member seems to work, wbinfo -u not (update4)
Ok. I've done the following, any samba dev, please read below.
Looks to me some bug in librpc/ndr/ndr.c
But im not a coder.. so please have a look.
Environment.
Debian Jessie, samba 4.2.10 (debian)
I remove my proxy2 server from the domain, cleared up the AD.
Removed all content from /var/(lib/cache)/samba
Removed all other unnneeded services for this test.
Removed all samba kerberos (squid) etc packages.
Removed the /etc/krb5.keytab
In short, now a clean server only ssh installed.
I installed...
2008 Jan 15
3
Interrupt the swift text
...est.wav -p audio/channels=1,audio/sampling-rate=8000 "Press 1 to confirm. Press 3 to cancel."
extension.conf dialplan:
[dialout]
exten => outbound-handler,1,Dial(SIP/102,60,gM(outbound-connect^agi://10.1.1.68/ivr/speak^${CallInitiate_hashdata<mailto:SIP/${CallInitiate_phonenumber}@proxy2.bandtel.com,60,gM(outbound-connect^agi://10.1.1.68/ivr/speak^${CallInitiate_hashdata}^${MACHINE_STATUS_UNKNOWN>}))
[macro-outbound-connect]
exten => s,1,Answer()
exten => s,2,System(swift -o /tmp/test.wav -p audio/channels=1,audio/sampling-rate=8000 "Press 1 to confirm. Press 3 to ca...