Displaying 20 results from an estimated 2000 matches similar to: ""x" permission interpretation under Windows"
2003 May 22
1
list W2K shares
Hi all
I'am trying to list the shares of our W2K server and got this error
message.
$ smbclient -L cvl
added interface ip=192.168.100.1 bcast=255.255.255.255 nmask=0.0.0.0
session request to CVL failed (Called name not present)
Password:
Anonymous login successful
Domain=[CVL-SERVER-1] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
tree connect failed:
2015 Nov 24
2
subscriber state before dial
Hi All
After a Dial() I get:
WARNING[7964][C-000075a8]: app_dial.c:2437 dial_exec_full: Unable to create
channel of type 'SIP' (cause 20 - Subscriber absent)
if the subscriber is not registered.
Is there a way from dialplan to know, *before* Dial(), if a destination
Subscriber is
a) not registered or
b) busy ?
I need to redirect a call to some other Subscriber if (s)he is not there
2005 Dec 16
2
tc filter match u8 problem??
Hi All
Can someone tell me what am I doing wrong?
These was suposed to catch icmp type 8. Why ''match u8'' does not work?
# tc filter add dev eth0 protocol ip parent 1: prio 2 \
u32 \
match u16 0x0800 0xffff at -2 \
match u8 8 0xff at 20 \
flowid 1:5
Illegal "match"
#
# tc filter add dev eth0 protocol ip parent 1: prio 2 \
u32 \
match
2006 Jan 26
8
nat table remenbering nat''s
Dear All
Why NAT rules stays valid even if I flush nat anf table chains??
I have:
iptables -P FORWARD DROP
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -s SOME_IP -d SOME_BCP_5_IP --dport 1234 -j ACCEPT
iptables -i nat -A PREROUTING -s SOME_IP -d MY_INTERNET_IP \\
--dport 1234 -j DNAT --to-destination SOME_BCP_5_IP
The conection is
2016 Jan 18
2
how to flush user input before READ()
On Mon, 18 Jan 2016, Ethy H. Brito wrote:
>> how to flush user input before READ()?
How about a read() to a dummy variable with a 1 second timeout to consume
the octothorpe and password?
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
2015 May 28
1
chan_sip.c: Hanging up call
On Thu, 28 May 2015 11:15:45 -0500
Scott Griepentrog <sgriepentrog at digium.com> wrote:
> The string "5a2600300339934f704528bb14ed05e9 at MyAsterisk:5060" is the unique
> identifier for the call in SIP known as the Call-ID. If you have a packet
> capture of the port 5060 SIP traffic, that identifier will be in each SIP
> message related to the call, which also
1999 Apr 01
2
Swat password syncronization - HELP
Hi All
I've installed Samba 2.0.3 and coudn't put "unix passowrd sync" to
work.
I set:
passwd program = /usr/bin/passwd %u
passwd chat = *New*password:* %n\n *Re-enter*new*password:*
%n\n*changed.*
passwd chat debug = Yes
unix password sync = Yes
log level = 100
The password page says "The password for 'user' has been changed".
In fact it has been
2016 Jan 19
2
how to flush user input before READ()
On Mon, 18 Jan 2016 16:09:17 -0200
"Ethy H. Brito" <ethy.brito at inexo.com.br> wrote:
> On Mon, 18 Jan 2016 09:38:52 -0800 (PST)
> Steve Edwards <asterisk.org at sedwards.com> wrote:
>
> > On Mon, 18 Jan 2016, Ethy H. Brito wrote:
> >
> > >> how to flush user input before READ()?
> >
> > How about a read() to a dummy variable
2015 Oct 20
4
asterisk core dumped after UBUNTU 14.04 dist-upgrade
Hi
I had a bad experience upgrading Ubuntu a few months ago.
Today I made a "dd" copy to another harddisk and tried to dist-upgrade.
I get "Illegal instruction (core dumped)" running "service asterisk debug" at
random places.
Any help will be appreciated to spot this problem.
I think it is worth to mention that the dadhi hardware is not present at the
copied
2005 Dec 05
4
inspecting what''s going in a class
Well, things seem to be going really well with tbf, prio and sfq. But
I''m a nosey bugger. :-) I''d love to be able to audit what''s going
through each of the prio bands.
The super ideal solution would be to be able to attach tcpdump to each
band and see what''s going through it with the benefit of tcpdump''s
filtering so that I can examine and filter
2016 Jan 21
2
NAME/USERNAME conflict
Hi.
we are experimenting a strange issue in our PBX.
By example: if we dial to the 100, the call is answered in 199. We dont
have any redirection for that, but the cli show the same issue when request
show peers. Aditionally, the user 100 use the ip address 192.168.11.100,
and the cli show connected the user from 192.168.11.160 (that ip is
assigned to the user 199)
PBX*CLI> sip show peers
2006 Mar 14
9
firewall problem
snat not working
my local ip is aaa.aaa.aaa.aaa
asterisk sitting on the internet at ip bbb.bbb.bbb.bbb
my firewall''s internal ip is 192.168.0.254
i did snat:
iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to aaa.aaa.aaa
iptables -t nat -L -v gives:
Chain POSTROUTING (policy ACCEPT 23663 packets, 2182K bytes)
pkts bytes target prot opt in out source
destination
33056
2016 Jan 15
2
how to flush user input before READ()
Hi
how to flush user input before READ()?
I wrote a small script to ask for user password before granting access to
outside, but some telefones memorize the full user input, including "#".
So, when the user press redial, for instance 5556789#123, asterisk accepts the
number and the password "123" and gives access to the outside word to whomever
redials that terminal.
Any
2006 Oct 26
8
Problem mounting with credentials file
I am running Gentoo. I am trying to get my /etc/fstab to automatically
mount a remote Samba share at boot time. I have the following in my
/etc/fstab file:
//192.168.0.2/share /mnt/share cifs
auto,credentials=/home/user/.smbpasswd,uid=1000,umask=002,user 0 0
This works fine if I specify the username and password in the /etc/fstab
file. However, if I try to use the credentials file
2015 May 28
2
chan_sip.c: Hanging up call
Hi All
I have a few lines like this at asterisk/messages.
[May 25 15:22:42] WARNING[27725] chan_sip.c: Hanging up call
5a2600300339934f704528bb14ed05e9 at MyAsterisk:5060 - no reply to our critical
packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).
Since we have hundreds of clients with hundreds of simultaneous calls, how is
it possible to know to which customer/IP
2015 Oct 22
2
oslec echo cancellation
On Thu, 22 Oct 2015 15:06:59 +0300
Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
> On Wed, Oct 21, 2015 at 01:33:27PM -0200, Ethy H. Brito wrote:
> >
> > Hi
> >
> > Who should insert dahdi_echocan_oslec.ko module in Ubuntu 14.04?
>
> dahdi_echocan_oslec should be built by default. What you may miss is the
> 'echo.ko' (OSLEC) kernel module.
2007 May 20
3
dropped bytes in "tc -s class" output
Hi All
Is there any output that counts the number of dropped bytes (not packets)
just as in "Sent" in "tc -s class" output?
I have an HTB arrangement here I can see "dropped" in father/mother 1:0 qdisc
but NOT in each class (they are all zeroes).
These dropped are packets or bytes?
Why these "drops" do not show thenselves in its own class(es) under its
2005 Dec 19
3
match''ing packets by size
I visited yesican.chsoft.biz and the author proposes a way to match packets by
less than some size .
Here is the thing:
match u16 0x0000 0xffb0 at 2
With this match he says that packet with less than 80 bytes will match the rule.
Well, 0xffb0 translates to 1111 1111 1011 0000 (which is -80 BTW).
So, if I am correct any packet with bits 4 and/or 5 set (together with any of
the 4
2005 Dec 05
0
Fwd: Re: inspecting what''s going in a class
Subject: Re: [LARTC] inspecting what''s going in a class
Date: Monday 05 December 2005 09:38
From: "Ethy H. Brito" <ethy.brito@inexo.com.br>
To: jasonb@edseek.com
On Mon, 5 Dec 2005 00:59:46 -0500
Jason Boxman <jasonb@edseek.com> wrote:
> > > Sadly not possible with tc-filter. But perhaps I could do this for tc
> > > with Vincent Perrier''s
2004 Oct 11
6
NAT+mangle+tc
Hi All,
I wonder can I do NAT+mangle+tc on same maschine? I want to shape
outgoing traffic per IP on my gateway computer.
Regards
Emil Terziev
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/