Displaying 11 results from an estimated 11 matches for "37b4".
Did you mean:
374
2006 Nov 15
1
different mask for directory inside another share
...example
(/some/path/dir1). Is it possible to define alternative masks for that
particular directory without presenting it as a different share. My
second question - is it possible to define write list for
/some/path/dir1 only.
--
regards,
Georgi Alexandrov
key server - pgp.mit.edu :: key id - 0x37B4B3EE
Key fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.samba.org/archive/samba/atta...
2006 May 23
4
Shaping of pppoe clients
Guys
After reading through the archives I found some insightful ways to be
able to shape traffic to pppoe clients from the server. I have two
questions on the topic of setting up a pppoe server however...
1. The clients will all be connected to each other using a normal
ethernet network, the segments connected with managed switches. The
capacity is roughly 500 nodes. Will these pppoe sessions
2006 Feb 08
1
Conceptual question ;-)
...XXXkbit
tc class add dev ppp$1 parent 2:2 classid 2:20 htb rate XXXkbit
tc qdisc add dev ppp$1 parent 2:20 handle 20: sfq perturb 10
The question is, when for example 10 ppp interfaces are up will they
each get XXX kbits.
--
regards,
Georgi Alexandrov
Key Server = http://pgp.mit.edu/ :: KeyID = 37B4B3EE
Key Fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Jul 26
2
Rép : about default filter command
...the current version of tc ? did
>> i do
>> something wrong ?
>>
>> Thank you for your help.
>>
> <snip>
>
> You should have posted *all* your tc rules.
>
> --
> regards,
> Georgi Alexandrov
>
> key server - pgp.mit.edu :: key id - 0x37B4B3EE
> Key fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE
>
>
Ok, thanks for you advise, here are all my tc rules :
# tc qdisc add dev eth0 root handle 1: prio
# tc filter add dev eth0 protocol ip parent 1: prio 1 u32 match ip
dport 22 0xffff flowid 1:1
# tc filter add...
2019 Dec 18
0
Replication not working for remote Domain Controller
...I need to rejoin it to
> the domain?
>
> Also, showrepl on DC4 is returning the following error:
>
> ==================================
> 8<?==========================================
> ==== KCC CONNECTION OBJECTS ====
>
> Connection --
> Connection name: 15ff6132-37b4-458a-ac13-a2fe2fedb7bc
> Enabled ? ? ? ?: TRUE
> Server DNS name : dc2.my.domain.com <http://dc2.my.domain.com>
> Server DN name ?: CN=NTDS
> Settings,CN=DC2,CN=Servers,CN=mydomain,CN=Sites,CN=Configuration,DC=my,DC=domain,DC=com
> TransportType: RPC
> options: 0x00000001
&...
2019 Dec 18
4
Replication not working for remote Domain Controller
...n controller
(so users cannot login anymore) and I need to rejoin it to the domain?
Also, showrepl on DC4 is returning the following error:
==================================
8< ==========================================
==== KCC CONNECTION OBJECTS ====
Connection --
Connection name: 15ff6132-37b4-458a-ac13-a2fe2fedb7bc
Enabled : TRUE
Server DNS name : dc2.my.domain.com
Server DN name : CN=NTDS
Settings,CN=DC2,CN=Servers,CN=mydomain,CN=Sites,CN=Configuration,DC=my,DC=domain,DC=com
TransportType: RPC
options: 0x00000001
Warning: No NC replicated for Connection!
Connection --
Connectio...
2007 Jul 24
2
about default filter command
Hi,
here I have another newcomer question :-)
in the section 9.6.1 of this how too
http://tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.qdisc.filters.html
we can read commands about filters :
------------------------------------------
# tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
ip dport 22 0xffff flowid 10:1
# tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
2019 May 30
2
UEFI boot manager sequence problems HP Envy
...[root at gary ~]# blkid
/dev/mapper/centos-root: UUID="08c18076-37b4-4f65-b550-e2633ac24d5d" TYPE="xfs"
/dev/sda6: UUID="ifEKlz-O4SM-NevI-X4TQ-lQg2-0lAN-Jb7cZQ" TYPE="LVM2_member" PARTUUID="97e93e7c-a6cf-4532-8f7d-5c0e50987350"...
2019 Dec 12
3
Replication not working for remote Domain Controller
>
> Good, the _msdcs domain is the forest domain
So is it normal that DC4 is not in that?
> but are there records for
all three DCs in:
>
> DC=your.domain.com
> ,CN=MicrosoftDNS,DC=DomainDnsZones,DC=your,DC=domain,DC=com
>
I tried to find this path in the LDAP Browser and ASDI Edit but I did not
manage in find it.
In the Windows DNS Manager connected to DC1 I found _ldap
2019 May 28
4
UEFI boot manager sequence problems HP Envy
Morning all,
I have a HP Envy dual boot system (Win8 for serious stuff, i.e. Train Sim and Flight Sim) and Centos 7 for everything else.
In the past I've had the occasional problem where an update on the windows side has updated the UEFI boot sequence but using efibootmgr has always fixed it.
On Friday I discovered that my HDD was failing so I tried using Clonezilla to move it on to a new
2007 Oct 25
7
TC (HTB) doesn''t work well when network is congested?
Hi,
I have a server and ten clients in a Gigabit network. The server has
125mbps network bandwidth.
I want that the server has 40Mbps bandwidth reserved for client 1 (IP
192.168.5.141), and the
rest bandwidth is for all other clients.
My script looks like this (I use IFB for incoming traffic):
#!/bin/bash
export TC="/sbin/tc"
$TC qdisc add dev ifb0 root handle 1: htb default 30