Displaying 13 results from an estimated 13 matches for "huetmannsberger".
2005 Jan 17
1
Access200 Sharing Problem
...e features of samba-3.0.10 for a samba PDC which is
why I am not happy about downgrading. But the database is the main tool
for the film festival I work for, so it must work.
HAs anyone else found a solution to ACCESS2000 sharing problems.
Any help would be appreciated.
Many thanks,
Peter Huetmannsberger, RHCE
2004 Sep 13
2
Update FC1 samba-3.0.6 breaks system
...re -o username=CENTRUM+username results in an access denied,
where it had worked before.
I am pretty desperate at this point having spent all day trying to find
the problem, and short of downgrading and oping this would work, I can't
find the problem.
Many thanks for your help.
Peter Huetmannsberger
2004 Oct 06
3
HTB and Openvpn
...o the default qdisc and have no
guaranteed bandwidth.
1:20 is only for testing purposes and nothing goes over that one.
Any idea where I could be wrong? I am sure a lot of this is redundant, but
as I said, I have only just started with this particular subject.
Many thanks in advance
Peter Huetmannsberger
Admin Center for Contemporary Art, Linz
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Oct 08
4
Problem with VPN routing from internal network
Hi folks,
I have the two firewalls (Slackware current) in differnt cities connected via OpenVPN.
I can ping the network behind server firewall from client firewall server.
But how to route/iptable network traffic from the network behind client firewall to see the netwrok behind server firewall?
Thank you
Remus
2005 Jul 09
1
Prevent machine password change
Hi
I am using samba 3.0.7-2 on my FC1 box as a PDC with a backend of tdbsam
and I would like to set up a BDC for the domain as well.
The big samba book tells me it can be done with tdbsam, but is wary about
the machine passwords changing, thus breaking the replication done with
rsync.
I don't have the time right now to get into an ldap backend, so I was
wondering if there is a way to
2004 Oct 15
2
HTB 2.6.8 works 2.4.27 does not!
Hi again, sorry to be such a bother.
I got my setup to work with kernel 2.6.8.1, however the two machines where
I need to implement the shaping are running a 2.4.27 kernel.
I have applied the infamous June patch (htbfair.diff) already, and
recompiled the modules. And I am using the tc that comes with
htb3.6-020525.tgz. While I can see the packets going into the right
class, it does not
2004 Oct 18
11
IP based bandwith limit
Hi,
i''ve following problem. One of our gateway router, which connects some
of our customers should have bandwith limit.
So customer A with IP XX should have 2 Mbit, customer B with IP YY
should have 10 Mbit. There is no need of borrowing bandwith so no
fairness needed.
My simple question: with which technique should I manage this shaping?
Or is there any existing project which
2004 Oct 08
1
Ceiling question
Hi!
I have a setup where I want to prefer traffic on one port (for testing
purposes I used port 22)
my setup is :
tc qdisc add dev eth3 root handle 1: htb default 30
tc class add dev eth3 parent 1: classid 1:1 htb rate 96mbit burst 15k
tc class add dev eth3 parent 1: classid 1:7 htb rate 2mbit burst 15k
tc class add dev eth3 parent 1:1 classid 1:10 htb rate 96mbit burst 15k
tc class add dev
2005 Jun 11
3
[Homes] on two machines, possible?
Hi,
I have a smb pdc running which works quite well so far, and would like to
know if this feature is possible.
I have two locations, and I want all users to authenticate on Machine A.
Howver there are some users that are closer to machine B, and I would like
to be able to have the homes of those users on machine B rather than
machine A (they should authenticate on machine A anyway).
Is this
2007 Jan 30
2
dev IFB, few questions
I''ve made some tests...
eth2 is my internal interface, LAN is connected here.
Before I had IMQ device in AB mode...
PREROUTING [A]fter NAT, POSTROUTING [B]efore NAT.
I want the same situation on ifb.
I do this in this way:
---
# incoming traffic here from LAN is before NAT
tc qdisc add dev eth2 handle ffff: ingress
# outcoming traffic here from WAN is after NAT
tc qdisc add dev eth2
2004 Oct 10
3
How to invert tc matches?
Hi,
I want to use inverted matches with tc-filter. I tried to invert the
matches with a "!", but this doesn''t seem to be the correct syntax.
The following rules don''t work:
---------------------------snip-----------------------------------------
$TC filter $ACTION dev $DEV protocol ip parent 1:0 u32 match ip src
${NETWORK[$i]} !match ip dst 192.168.0.0/24 flowid
2004 Oct 15
0
Success at last and thanks!
Hi!
Soryr about being a whiner, not enough sleep and too much frustration
don''t become too well.
In any case, I have succeeded with the shaping now. The problem seems
to have been twofold. First of all I had the rate too high for the actual
throughput. We have a 1mbit connection to the internet, and after lowering
the rate of the parent to 800kbit, and sharing that between the
2004 Oct 17
0
Role of Application? How big?
Hi,
I am still struggling with details on this setup. I have the shaping work
well with some applications and not with others. Here''s what I have:
#!/bin/bash
tc qdisc add dev eth0 root handle 1: htb default 20
tc class add dev eth0 parent 1: classid 1:1 htb rate 800kbit burst 15k
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 650kbit ceil
110kbps burst 15k prio