Displaying 20 results from an estimated 2000 matches similar to: "backported RPMS for Mandriva - CVE-2008-1105"
2006 Jul 18
0
skype specific QoS - assigning skype traffic to an HTB class
Hi,
What do you think about this solution for skype specific QoS:
function HTB_shape
{
###########################################################
# Shapes the traffic of an interface, limiting the late
#
# Arguments are DEV,RATE
DEV=$1
RATE=$2
[...]
PORT=dport
if [ $DEV == $EXTIF ]; then
PORT=sport
fi
iptables -t mangle -A MYSHAPER-$DEV -p tcp --$PORT 4000 -j MARK --set-mark
2006 Jul 10
5
simple TOS based setup vs more complex ones
Hi,
After reading section 9 of LARTC it seemed to me that a pure TOS based QoS setup with be sufficient for a small newtork. Interactive packets could have the highest priority, second highest for DNS and small HTTP packets and lowest prio for all others.
The advantage is that, the setup would be simply a couple of iptables lines, because the default pfifo_fast qdisc already implements
2007 Nov 04
7
HFSC and that ATM overhead problem (Another VOIP QoS post. Ahhhh)
G''Day
I would like to be able to use my VOIP telephone over a saturated
ADSL link whilst enjoying optimum audio quality and utilising all of the
bandwidth I pay for. It is about this situation that I write.
HFSC appears to be the queueing discipline of choice for VOIP. In order
for this to work, though, do I have to account for the ATM overhead in
the small VOIP packets by defining my
2006 Jul 30
5
questions about HFSC, VoIP and (dynamic) ingress shaping
Hello,
I just found the great howto and started shaping my internet connection. The
howto''s last update is a liitle in the past now so I have some questions
about how things are done the best way nowadays ;-)
To ensure a stable and low latency voip communication I added an HFSC qdisc to
device ppp0 (1 Mbit SDSL). There are two classes (by now): One for SIP and
RTP and one for the
2013 Sep 29
1
My Clients Windows not update DNS in samba4 DC
Hi,
I done joining the Samba 4.0.9 Domain Controller to the existing 2003 domain
Transfer all roles to samba4
Down in Windows 2003 server
Add client windows to domain!
But client windows not update DNS in samba4.
Any ideas ?
Grato.
Jac? Ramos
--
*"O homem n?o foi criado para ser feliz nem para vencer, mas para viver
para Deus. Quando vive para Deus ? feliz e vence."
2013 Oct 14
1
Clients Windows not update record DNS on zone BIND9_DLZ
Hi List,
My clients windows not update record DNS on zones!
Show my log:
------------------------------------------
samba_dlz: starting transaction on zone jacoramos.net.br
client 192.168.0.20#1080: update 'jacoramos.net.br/IN' denied
samba_dlz: cancelling transaction on zone jacoramos.net.br
------------------------------------------
Anyone have any ideas?
Thanks!
Jac? Ramos
--
2007 Jun 20
2
ATM [Cell Tax]
I have read the thread at
http://mailman.ds9a.nl/pipermail/lartc/2006q1/018287.html
and still don''t know how to fix this problem. It appears alot of work
has gone into it but the HOWTO is so out of date it doesn''t even begin
to addresses this method.
So here are my questions
1. what is the current state of these patches? are they in a specific
version? do i have to patch myself?
2013 Sep 26
1
Failed FSMO transfer - role naming - samba 4.0.9
Hi,
------------------------------------------------------------
root at samba4:~# samba-tool fsmo show
InfrastructureMasterRole owner: CN=NTDS
Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR
RidAllocationMasterRole owner: CN=NTDS
Settings,CN=SAMBA4,CN=Servers,CN=Primeiro-site-padrao,CN=Sites,CN=Configuration,DC=UDOPIAUI,DC=NET,DC=BR
2013 Oct 01
0
Update register SOA samba 4.1
Hi,
How to update register SOA in samba 4.1rc4 ?
Thanks!.
Jac? Ramos
--
*"O homem n?o foi criado para ser feliz nem para vencer, mas para viver
para Deus. Quando vive para Deus ? feliz e vence." Isaltino Gomes
*
*
$whoami*
- Perito Forense Computacional
- Pentester
- Esp. em Seguran?a de Redes de Computadores com enf?se a Per?cia
Forense Computacional - FACID
-
2013 Oct 01
0
Samba 4.1rc4 not replicating zone reverse of Windows 2003 Server
Hi,
Run :
samba-tool domain join udopiaui.net.br DC -Uadministrador --realm=
udopiaui.net.br
But, when run:
samba-tool dns zonelist samba4
show 2 zones:
- udopiaui.net.br
- _msdcs.udopiaui.net.br
- reverse - ???????????? - no replicate
Any Ideas?
Grato.
Jac? Ramos
--
*"O homem n?o foi criado para ser feliz nem para vencer, mas para viver
para Deus. Quando vive para Deus ? feliz e
2013 Sep 26
0
Windows Clients DNS not updating in Samba4
When add Windows clients in domain - udopiaui.net.br - (samba 4.0.9)
and run:
samba-tool dns query samba4 udopiaui.net.br @ ALL
not list windows client adding
Any solution?
Grato.
Jac? Ramos
--
*"O homem n?o foi criado para ser feliz nem para vencer, mas para viver
para Deus. Quando vive para Deus ? feliz e vence." Isaltino Gomes
*
*
$whoami*
- Perito Forense Computacional
2013 Oct 11
1
Samba4 join Windows 2003 Server with BIND9_DLZ
Hi,
root at samba4:~# samba-tool domain join jacoramos.net.br DC -Uadministrador
--realm=jacoramos.net.br --dns-backend=BIND9_DLZ
Finding a writeable DC for domain 'jacoramos.net.br'
Found DC win2003.jacoramos.net.br
Password for [WORKGROUP\administrador]:
workgroup is JACORAMOS
realm is jacoramos.net.br
checking sAMAccountName
Adding CN=SAMBA4,OU=Domain
2008 May 28
0
[SAMBA] CVE-2008-1105 - Boundary failure when parsing SMB responses
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Boundary failure when parsing SMB responses
== can result in a buffer overrun
==
== CVE ID#: CVE-2008-1105
==
== Versions: Samba 3.0.0 - 3.0.29 (inclusive)
==
== Summary: Specifically crafted SMB responses can result
== in a heap overflow
2008 Jun 05
2
CVE-2008-1105
Hello list!
Just wanted to confirm whether this CVE affects the 3.0.4 version of
Samba..
The samba.org website claims "This security advisory is applicable to
all Samba 3.0.x releases to date"
Yet the actual CVE [1] has "Versions: Samba 3.0.0 - 3.0.29 (inclusive)"
The CVE suggests that the version 3.0.4 would not be affected, my confused!
Thanks in advance,
Derek
[1]
2007 Feb 05
1
Shape incoming & outgoing multiple-backbone traffic
Dear all,
I have 3 backbones for my local network.
1st backbone: down 1024kbps, up 1024kbps through eth1
2nd backbone: down 2048kbps, up 2048kbps through eth2
3rd backbone: down 1024kbps, up 128kbps through eth3
Local network: 192.168.0.0/16 through eth0
Router: Linux Slakware 11 with iproute2
Please let me know how to shape both incoming and outgoing traffic for
this case.
LARTC doc only
2013 Oct 11
2
Samba 4.1.0 join Windows 2003 Server with BIND9_DLZ
Hi guys,
When run join in DC
root at samba4:~# samba-tool domain join jacoramos.net.br DC -Uadministrador
--realm=jacoramos.net.br --dns-backend=BIND9_DLZ
Finding a writeable DC for domain 'jacoramos.net.br'
Found DC win2003.jacoramos.net.br
Password for [WORKGROUP\administrador]:
workgroup is JACORAMOS
realm is jacoramos.net.br
checking sAMAccountName
Adding CN=SAMBA4,OU=Domain
2010 Aug 12
2
[1.2] Trying to run MAFIA II under wine
I'm trying to run MAFIA II under wine...
but I'm getting this error:
Code:
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
fixme:userenv:GetUserProfileDirectoryA 0xcc 0x32f157 0x32f15c
2008 May 28
4
CVE-2008-1105 - Boundary failure when parsing SMB responses
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Boundary failure when parsing SMB responses
== can result in a buffer overrun
==
== CVE ID#: CVE-2008-1105
==
== Versions: Samba 3.0.0 - 3.0.29 (inclusive)
==
== Summary: Specifically crafted SMB responses can result
== in a heap overflow
2007 Oct 27
1
MAN
Hello All,
My nameis Abdul from Nigeria pls l need information on MAN, what the factors
to be considered when planning for a metropolitan Area Network
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2016 May 22
2
Paquete calculo de tamaño muestral
Hola a todos:
Necesito saber si alguien tiene alguna idea de un paquete con múltiples
funciones (cálculos) para determinar el tamaño de la muestra
(particularmente de estudios de psicología y ciencias sociales).
De antemano agradezco la atención. Saludo desde Brasil
*Guilherme Amorim Homem de Abreu Loureiro*
Agronomist Engineer
*CREA-BA: 051511013-2*
Master of Science in Crop Production, Soil