Displaying 20 results from an estimated 177 matches for "5555".
Did you mean:
0555
2020 Apr 18
0
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
...--------
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.0.24
netmask 255.255.255.0
gateway 192.168.0.22
#dns-nameservers 192.168.0.6 # Old Windows 2008 DC
dns-nameservers 192.168.0.24 # New Samba 4.11 DC on Pi
dns-search office.example.com
iface eth0 inet6 static
address fd55:5555:5555:5555::24
netmask 64
gateway fd55:5555:5555:5555::22
------------
It turns out that even with dynmasq and dhcpcd disabled, /etc/resolv.conf was still
getting rewritten by the dns-nameservers and dns-search options above.
When I ran the JOIN with samba-tool, I had dns-nameservers point to the o...
2009 Jan 16
2
UpdateConfig : Appending line fails
...t me out why would a stream like the following
only write ONE line (the first) on the given file?
Action: login
Username: test
Secret: 123456
Action: UpdateConfig
SrcFilename: voicemail2.conf
DstFilename: voicemail2.conf
Action-000000: Append
Cat-000000: default
Var-000000: 127
Value-000000: >5555, Jason Bourne97, jason25 at noCia.gov.do
ActionID: 1256187957
Action: UpdateConfig
SrcFilename: voicemail2.conf
DstFilename: voicemail2.conf
Action-000001: Append
Cat-000001: default
Var-000001: 125
Value-000001: >55555, Jason Bourne76, jason12 at noCia.gov.do
ActionID: 1607673137
Action: Upda...
2007 Feb 20
1
Reshape (pivot) question
Hi R-users,
I have a data set like this (first ten rows):
id patient_id date code class eala ID1564262 1562 6.4.2006 12:00 5555 1
NA ID1564262 1562 6.4.2006 12:00 5555 1 NA ID1564264 1365 14.2.2006 14:35
5555 1 50 ID1564265 1342 7.4.2006 14:30 2222 2 50 ID1564266 1648 7.4.200614:30
2222 2 50 ID1564267 1263 10.2.2006 15:45 2222 2 10 ID1564267 1263
10.2.200615:45
3333 3 10 ID1564269 5646 13.5.2006 17:02 3333 3 10 ID1564270 75...
2010 May 26
5
OT: Windows TAPI command-line driver
...Is there a
barebones TAPI driver that exists that would allow me to call up a command
line with, as parameter, the number to dial.
For exemple, Outlook integrates with TAPI, so that TAPI driver would allow
me to call my own app with the phone number as argument.
ex when clicking on 555-555-5555: the TAPI driver would call "customapp.exe
555-555-5555"
Regards,
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100526/7579c4f1/attachment.htm
2009 Feb 27
1
Dynamic Port Forwarding - Connection reset by peer problem
Hi all,
I use the dynamic port forwarding. I execute `ssh -D 5555
my-external.com`. Then I use localhost:5555 as a socks server. I
connect to my-server.com via socks at 5555. It seems my client does
not detect connection reset by peer and hangs on recv forever when
my-server.com does connection reset. May it be a problem in openssh
socks5' implementation?
2016 Feb 05
4
Send Dovecot logs to rsyslog
Hello,
I'm trying to send Dovecot logs to a Graylog server.
To do this, I'd like to pass logs to rsyslog and rsyslog pass logs to
remote Graylog server.
I set in dovecot.conf : syslog_facility = local5.info
I set in rsyslog.conf : local5.info @192.168.xxx.xxx:5555
Restarted services and it doesn't work.
I use nmap to test if port 5555 is opened and this port is open.
What missed I ?
Thanks
Nicolas
2018 Jul 30
2
2.3.2.1 - EC keys suppport?
>>>> I did some local testing and it seems that you are using a curve
>>>> that is not acceptable for openssl as a server key.
>>>> I tested with openssl s_server -cert ec-cert.pem -key ec-key.pem
>>>> -port 5555
>>>> using cert generated with brainpool. Everything works if I use
>>>> prime256v1 or secp521r1. This is a limitation in OpenSSL and not
>>>> something we can really do anything about.
>>>> Aki Tuomi
>>>> Open-Xchange Oy
>>> Whic...
2007 Aug 29
5
Ringing sound doesn't work
...; s,3,WaitExten()
The ringing sound doesn't work for any extension if I use this one. I just get
silence until someone answers. How come?
I use Asterisk 1.4.10. I have attached my extensions.conf file to this email.
Thanks,
Simon
-------------- next part --------------
[globals]
SIPTRUNK=4185555555
IAXTRUNK=5145555555
[default]
exten => s,1,Answer()
exten => s,2,Background(viagenie)
exten => s,3,WaitExten()
exten => i,1,Background(invalid)
exten => i,n,Goto(s,1)
exten => t,1,Background(please-try-again)
exten => t,n,Goto(s,1)
[phones]
exten => 101,1,Dial(SIP/101...
2020 Apr 17
1
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
...face="Arial" size="2"><span style=" font-size:10pt">iface eth0 inet6 static</span></font></div>
<div align="left"><font face="Arial" size="2"><span style=" font-size:10pt">address fd55:5555:5555:5555::24</span></font></div>
<div align="left"><font face="Arial" size="2"><span style=" font-size:10pt">netmask 64</span></font></div>
<div align="left"><font face="Arial"...
2008 Dec 12
4
Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)
...v
Ssh connect to bridge with tunnel for next ssh
v
Ssh connect to DST host via bridge.
No direct connection SRC/DST is possible, the ssh keys only reside on
base host and cannot be copied to any other host.
My idea was to create ssh tunnels (plain port forward) from DST:4444 to
base:5555, base:5555 to SRC:6666 (result tunnel DST:4444->SRC:6666) and
run on SRC:
nc -lp 6666 -e rsync --server -a . .
and something like that at DST
rsync -a rsync://localhost:4444/ .
but that fails on src side with:
protocol version mismatch -- is your shell clean?
(see the rsync man...
2001 Apr 05
0
portable OpenSSH bugs.
...rwin Kernel Version 1.3: Thu Mar 1 06:56:40 PST
2001; root:xnu/xnu-123.5.obj~1/RELEASE_PPC Power Macintosh powerpc
3.5)
Same repeat dialing if the connection is refused.
Reproducible on OS X and with 2.5.2p2 on an OpenBSD 2.8 system:
tofu:/home/soren/dev/openssh-2.5.2p2=> ./ssh -v -p 5555 localhost
OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090581f
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: ssh_connect: getuid 1003 geteuid 1003 anon 1
debug1: Connecting to localhost [127.0.0.1] port 5555.
deb...
2019 Dec 03
1
Re: What's the best way to make use of VLAN interfaces with VMs?
...net/br1/bridge/multicast_querier
> 1
> [root@clusterdev02 ~]# cat /sys/class/net/br1/bridge/multicast_snooping
> 1
>
> // 1. start multicast test app sender and send packet across br1 (the
> multicast address of 239.11.12.13 is fixed for both apps, as well as
> multicast port 5555)
>
> [root@clusterdev01 bridge-multicast-test]#
> ./start-ipv4-mcast-sender.sh 192.168.0.110
> Socket #1=0.0.0.0/0.0.0.0:5555, ttl=32, bind interface=/192.168.0.110
> > 1234567890
> >
>
> // 2. tshark on the sending host after sending packet
>
> [root@clusterdev...
2004 Jan 18
0
Office-wide paging with Asterisk and Cisco 7960 7940 phones
...iguration file! Having to set this while sitting in front of the
phone is silly and wasteful.)
Now that you have created a valid Asterisk-capable SIP line that
auto-answers, here's how you get the paging features to work:
Here's what I have in extensions.conf:
[conference]
exten => 5555,1,AbsoluteTimeout(21)
exten => 5555,2,AGI(callall)
exten => 5555,3,MeetMe(5555,dq)
exten => 5555,4,Hangup
exten => t,1,Hangup
exten => T,1,Hangup
exten => h,1,Hangup
;
[add-to-conference]
exten => start,1,AbsoluteTimeout(20)
exten => start,2,MeetMe(5555,dmq)
exten => h,1...
2011 Sep 02
0
No subject
built-in; This doesn=92t matter because the moderator would have to use
meetmeadmin or the confbridge equivalent to control the other functions.
The moderator would either need two phones or a phone and a web =
interface.
Let=92s say Yves=92 =93special conference=94 is 5555. The moderator =
would start
using this command
Exten =3D> s,1,meetme(5555)
The participants would do
Exten =3D> s,1,meetme(5555,m) =96 muted so they can listen but not talk
- there is one admin / moderator and several "normal" callers.
- the callers must not hear any other cal...
2018 Jul 30
2
2.3.2.1 - EC keys suppport?
...;
I did some local testing and it seems that you are using a curve that is not acceptable for openssl as a server key.
</div>
</blockquote>
<blockquote type="cite">
<div>
I tested with openssl s_server -cert ec-cert.pem -key ec-key.pem -port 5555
</div>
</blockquote>
<blockquote type="cite">
<div>
using cert generated with brainpool. Everything works if I use prime256v1 or secp521r1. This is a limitation in OpenSSL and not something we can really do anything about.
</div>
<...
2018 Jul 31
2
2.3.2.1 - EC keys suppport?
...inpool ] would apparently not fit into any of those
>> groups. Perhaps a bug in OpenSSL 1.1.0h thus.
>>
>>
> Turned out not being a bug in OpenSSL after all. From the cli it works
> with no issues this way:
>
> [ openssl s_server -cert ec.cert.pem -key ec.key.pem -port 5555 -curves
> brainpoolP512r1 ]
> [ openssl s_client -connect localhost:5555 -curves brainpoolP512r1 ]
>
> I am not familiar really with the OpenSSL API and only roughly gather
> that the app (dovecot) would have to make the API call [
> SSL_CTX_set1_groups_list ]
> (https://www.op...
2019 Nov 29
2
Re: What's the best way to make use of VLAN interfaces with VMs?
Hi Laine
What you have suggested sounds eminently reasonable. Thanks for your
advice. I'm going to give it a shot and report back.
Richard
On 11/27/19 1:38 PM, Laine Stump wrote:
> On 11/26/19 11:07 PM, Richard Achmatowicz wrote:
>> Hello
>>
>> I have a problem with attaching VMs to a VLAN interface.
>>
>> Here is my setup: I have several physical hosts
2007 Oct 14
5
AA50 Paging
Hi
I just got an AA50 from Digium and the paging command reboots
asterisk when you use it. Digium says it is a requested feature and is
of low priority. Is there any other way to page 10 Grandstream gxp2000
phones with meetme or some other command than the page command.
Thanks in advance.
Kelly
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Dec 03
0
Re: What's the best way to make use of VLAN interfaces with VMs?
...t@clusterdev02 ~]# cat /sys/class/net/br1/bridge/multicast_querier
1
[root@clusterdev02 ~]# cat /sys/class/net/br1/bridge/multicast_snooping
1
// 1. start multicast test app sender and send packet across br1 (the
multicast address of 239.11.12.13 is fixed for both apps, as well as
multicast port 5555)
[root@clusterdev01 bridge-multicast-test]# ./start-ipv4-mcast-sender.sh
192.168.0.110
Socket #1=0.0.0.0/0.0.0.0:5555, ttl=32, bind interface=/192.168.0.110
> 1234567890
>
// 2. tshark on the sending host after sending packet
[root@clusterdev01 ~]# tshark -i br1 -f "igmp or host 23...
2010 Nov 21
2
DAHDI phantom pickup when ringing
...hones therefore ring, Asterisk thinks that one of the handsets has
picked up to answer the incoming call - whereas in actual fact it is still
on hook. The call then gets instantly dropped (the phone is on-hook, after
all), and the caller has to redial.
Sample log (this is an incoming call from SIP/5555, that was "phantom
answered" by DAHDI/7. There is no time delay between the 'answered' line and
the 'hungup' line):
-- DAHDI/5-1 is ringing
-- DAHDI/3-1 is ringing
-- DAHDI/7-1 is ringing
-- DAHDI/2-1 is ringing
-- DAHDI/4-1 is ringing
-- DAHDI/6-1...