Re: [Cake] Ubiquity (Unifi ) Smart Queues

2024-04-29 Thread dave seddon via Cake
bottleneck in my house is now the air interfaces. I'll run some flent tests soon. Thanks, Dave Seddon Other device details root@UCG-Ultra:~# uname -a Linux UCG-Ultra 5.4.213-ui-ipq5322 #5.4.213 SMP PREEMPT Fri Jan 26 01:53:55 CST 2024 aarch64 GNU/Linux root@UCG-Ultra:~# cat /proc/cpuinfo pro

Re: Is there ready functionality for disabling caching of particular objects

2024-04-22 Thread dave seddon
p servers in this > case. > We need to make sure that we don't cache particular objects while working > as a forward proxy. > I think, I can write a C++ plugin for this. I was just trying to find if > there is a ready solution before writing our own. > > On Mon, Apr 22, 2024 a

Re: Is there ready functionality for disabling caching of particular objects

2024-04-22 Thread dave seddon
The "cleanest" way is for the upstream http server to add cache control headers https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control On Mon, Apr 22, 2024, 07:22 Pavel Vazharov wrote: > Hi there, > > Is there existing ATS functionality or plugin through which can be >

Re: Using Apache Traffic Server as HTTP client to store some content in the storage

2024-04-19 Thread dave seddon
-plugin > > On Fri, Apr 19, 2024 at 3:38 PM dave seddon > wrote: > >> Depending on your use case, you also want to carefully consider the cache >> control headers for the downloaded object. >> >> If I understand correctly, ATS does NOT support stale whil

Re: Using Apache Traffic Server as HTTP client to store some content in the storage

2024-04-19 Thread dave seddon
onal HTTP >>> client so that I can skip the additional content moving between sockets. >>> >>> Thanks, >>> Pavel. >>> >> >> >> -- >> "Come to Me, all who are weary and heavy-laden, and I will >> give you rest. Take My yoke upon you and learn from Me, for >> I am gentle and humble in heart, and you will find rest for >> your souls. For My yoke is easy and My burden is light." >> >> ~ Matthew 11:28-30 >> > > -- Regards, Dave Seddon +1 415 857 5102

[Cake] irtt update to go 1.22

2024-03-16 Thread dave seddon via Cake
hacked in a quick log.Fatal, but these should probably be real error exit codes. https://github.com/heistp/irtt/pull/41 -- Regards, Dave Seddon +1 415 857 5102 ___ Cake mailing list Cake@lists.bufferbloat.net https://lists.bufferbloat.net/listinfo/cake

Re: [Cake] Nanog l4s video

2024-02-23 Thread dave seddon via Cake
Off topic, but awesome and I think you'll enjoy it https://youtu.be/c2jiqkpw4VY?si=ju-H9ivyNAFBM_R0 On Fri, Feb 23, 2024, 20:57 dave seddon wrote: > https://youtu.be/E7okBZ8NfQ8?si=Ip4Lxo1g1Xx7oy4Z > ___ Cake mailing list Cake@lists.bufferblo

[Cake] Nanog l4s video

2024-02-23 Thread dave seddon via Cake
https://youtu.be/E7okBZ8NfQ8?si=Ip4Lxo1g1Xx7oy4Z ___ Cake mailing list Cake@lists.bufferbloat.net https://lists.bufferbloat.net/listinfo/cake

Re: [Cake] Ubiquity (Unifi ) Smart Queues

2024-01-09 Thread dave seddon via Cake
enWrt on top works > wonders :) > > Best Regards, > Nils Andreas Svee > _______ > Cake mailing list > Cake@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cake > -- Regards, Dave Seddon +1 415 857 5102 ___ Cake mailing list Cake@lists.bufferbloat.net https://lists.bufferbloat.net/listinfo/cake

Re: [Cake] Ubiquity (Unifi ) Smart Queues

2024-01-09 Thread dave seddon via Cake
utor to "smart queues" they are not maintaining it well. > > > > > Best Regards, > > Nils Andreas Svee > > > > On Jan 3, 2024, at 14:44, Pete Heist via Cake < > cake@lists.bufferbloat.net> wrote: > > > > On Tue, 2024-01-02 at 1

Re: [Cake] Ubiquity (Unifi ) Smart Queues

2024-01-02 Thread dave seddon via Cake
overhead 0b cburst 1596b/1 mpu 0b overhead 0b level 0 class fq_codel 100:2c8 parent 100: class fq_codel 100:3df parent 100: On Tue, Jan 2, 2024 at 12:53 PM Sebastian Moeller wrote: > Hi Dave. > > just a few comments from the peanut gallery... > > > > On Jan 2, 2024, at 1

ATS and RFC5861 stale-while-revalidate?

2023-11-07 Thread dave seddon
g the code for these headers doesn't find anything. das@t:~/Downloads/trafficserver$ grep -R "stale-while-revalidate" ./ das@t:~/Downloads/trafficserver$ grep -R "stale-if-error" ./ So it seems like ATS does not support RFC 5861 -- Regards, Dave Seddon

Re: [Cake] some comprehensive arm64 w/cake results

2023-10-23 Thread dave seddon via Cake
, Dave Seddon On Sun, Oct 15, 2023 at 8:11 AM dave seddon wrote: > G'day, > > I've put more work into a test framework around the qdisc tests, but > unfortunately flent doesn't work easily with Ubuntu LTS ( > https://github.com/tohojo/flent/issues/232, which I think is an iss

Re: How to establish a uni-directional Ethernet link in the dpdk environment

2023-10-15 Thread dave seddon
Trying to non-standard configuration like this > requires detailed knowledge of the hardware registers, and likely driver > specific > changes to do that. > > It is possible to bring up device in normal full duplex mode and even setup > the receive queues but ignore them. But that doesn't sound like what you > want. > -- Regards, Dave Seddon +1 415 857 5102

Re: [Cake] some comprehensive arm64 w/cake results

2023-10-15 Thread dave seddon via Cake
15 October 2023 17:11:23 CEST, dave seddon via Cake < > cake@lists.bufferbloat.net> wrote: > >> G'day, >> >> I've put more work into a test framework around the qdisc tests, but >> unfortunately flent doesn't work easily with Ubuntu LTS ( >> https://g

Re: [Cake] some comprehensive arm64 w/cake results

2023-10-15 Thread dave seddon via Cake
peed.com/hardware/en/lichee/th1520/lp4a.html ) [image: image.png] I really wish the flent was working, so I'll probably see if I can work out the parsing. Thanks, Dave Seddon On Fri, Oct 13, 2023 at 10:25 AM dave seddon wrote: > My bad. There's a bug for this Looks like I have to do

Re: [Cake] some comprehensive arm64 w/cake results

2023-10-13 Thread dave seddon via Cake
My bad. There's a bug for this Looks like I have to downgrade fping https://github.com/tohojo/flent/issues/232 https://github.com/schweikert/fping/issues/203 On Fri, Oct 13, 2023 at 8:59 AM dave seddon wrote: > G'day, > > I've been working away on automation of the tests. Pre

Re: [Cake] some comprehensive arm64 w/cake results

2023-10-13 Thread dave seddon via Cake
let's see how this works out now that the > supply situation is less problematic. > And I understand that there are other capable ARM based SoCs for > homerouter/desktop duty, I just happen ot have a soft spot for the > raspberry project ;) > > > > > David Lang > > __

Re: [Cake] some comprehensive arm64 w/cake results

2023-09-18 Thread dave seddon via Cake
to understand why )? - What was the RTT? - Load tool? - ... so many questions :) On Mon, Sep 18, 2023 at 3:13 PM Jonathan Morton wrote: > > On 18 Sep, 2023, at 10:50 pm, dave seddon via Cake < > cake@lists.bufferbloat.net> wrote: > > > > The cake tests so

Re: [Cake] some comprehensive arm64 w/cake results

2023-09-18 Thread dave seddon via Cake
rmance will be closer to > 900 Mb/s 3. Apply some tuning options, and retest all combinations Kind regards, Dave Seddon On Sun, Sep 17, 2023 at 6:05 PM Dave Taht wrote: > > A huge thanks to dave seddon for buckling down and doing some > comprehensive testing of a va

[go-nuts] icmpengine - a small golang ping library

2021-08-02 Thread dave seddon
G'day, I hope this is an appropriate place to post about a new little library. Recently I was looking for a basic ping library but didn't have much luck, so I hope the community will find this helpful: https://github.com/EdgeCast/icmpengine Feedback welcome. Kind regards, Dave Seddon

Re: [dpdk-users] Peformance troubleshouting of TCP/IP stack over DPDK.

2020-05-07 Thread dave seddon
happening here and to improve the performance more? > > > > > > Any help is appreciated! > > > > > > Thanks in advance, > > > Pavel. > > > > First off, if you are testing on KVM, are you using PCI pass thru or > SR-IOV > > to make the device available to the guest directly. The default mode uses > > a Linux bridge, and this results in multiple copies and context switches. > > You end up testing Linux bridge and virtio performance, not TCP. > > > > To get full speed with TCP and most software stacks you need TCP > > segmentation > > offload. > > > > Also software queue discipline, kernel version, and TCP congestion > control > > can have a big role in your result. > > > > Hi, > > Thanks for the response. > > We did the tests on Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-96-generic > x86_64). > The NIC was given to the guest using SR-IOV. > The TCP segmentation offload was enabled for both tests (standard Linux and > DPDK+FreeBSD). > The congestion control algorithm for both tests was 'cubic'. > > What do you mean by 'software queue discipline'? > > Regards, > Pavel. > -- Regards, Dave Seddon +1 415 857 5102

Re: [dpdk-users] [dpdk-dev] KNI Module (multiple) to handle IGMP requests

2019-08-06 Thread dave seddon
minutes. > > I have seen this behaviour on 2-3 machines of almost similar > configuration. However, strangly on one another similar machine, the > behaviour was totally opposite. There Port1 was working fine and port0 > was dropping the multicast. > > *Please advice, what I am missing here and what can I do to debug this > issue further.* > > ** > > Thanks & Regards, > > Vix > > > -- Regards, Dave Seddon +1 415 310 4086

Re: BGP Connection reset on fast timers

2018-06-14 Thread dave seddon
t; Olivier > > Le 12 juin 2018 à 11:09, Maria Jan Matějka a écrit : > > If I remember it correctly, there was somebody who used a 5/15 setup and > still had to take a lot of care to keep the links up. > > By the way, is there any good reason to have so short timeouts? > > > -- Regards, Dave Seddon +1 415 310 4086

Re: BGP AS Path Filter

2017-11-16 Thread dave seddon
Bgp loop prevention works by never accepting a route with you're own AS in the path. Therefore if you prepend your route with the AS numbers of the upstream networks, those networks won't accept the route. However, maybe your ISP will not accept the route either if the have strict filters (they

Re: Hold time expired error

2017-08-06 Thread dave seddon
Perhaps you can get a pcap of what's happening? Capturing just the bgp should be pretty small pcap. On Aug 5, 2017 7:37 PM, "Ajai Kumar" wrote: > Dear All, > Looking forward for your support on issue reported in appended mail. > Regards, > Ajai Kumar > > On 4 August 2017 at

Re: [dpdk-users] what is the average latency you get for io forwarding from dpdk?

2017-01-17 Thread dave seddon
There's an interesting video about speed: https://youtu.be/ne3svryuthI On Jan 17, 2017 12:28 AM, "Marco Kwok" wrote: > Hello all, > > I wonder if anyone could get a relative low latency from dpdk on 1gb link. > > When using testpmd, an packet of 150 bytes is sent, packet

Re: OSPF socket error on "bge0" invalid argument

2016-12-30 Thread dave seddon
Just a guess "pointopoint" -> "pointtopoint" On Dec 30, 2016 5:04 PM, "David S." wrote: > Dear All, > > I have trouble to establish ospf on BIRD 1.6.3 using FreeBSD 11 amd64, > here is my topology and BIRD configuration: > > router-a -- router-b (directly connected use

[dpdk-users] Question regarding packet availability

2016-07-28 Thread dave seddon
In the later case, can the BGP process still aware of the DPDK bond > port's network and announce that network to uplink router? > > > Any comment/advice is appreciated. > > > Thanks in advance. -- Regards, Dave Seddon +1 415 857 5102

Re: Enhanced Route Refresh Capability (rfc7313)

2015-06-23 Thread dave seddon
Greetings, If this is truly a bug in Juniper, I'd be happy to log the bug with them. We'd just need to supply them the tcpdump and reference the RFC where it says this isn't mandatory. Kind regards, Dave Seddon On Tue, Jun 23, 2015 at 5:37 AM, Raphael Mazelier r...@futomaki.net wrote: Le 23

Re: Inject BGP routes with non directly-connected next-hop

2015-04-07 Thread dave seddon
That's the difference between iBGP and eBGP: https://tools.ietf.org/html/rfc4271#section-5.1.3 On Tue, Apr 7, 2015 at 5:39 AM, Jan Huňka jan.hu...@gmail.com wrote: Hello, I'm currently trying to configure BIRD for BGP injection. Routes which are added on BIRD should be distributed to

Re: BGP multipath support

2014-12-23 Thread dave seddon
support that will be impossible. I prefer bird 100 times over quagga but I might not have any option as I need BGP multipath support. On Mon, Dec 22, 2014 at 12:21 AM, dave seddon dave.seddon...@gmail.com mailto:dave.seddon...@gmail.com wrote: Greetings, Bird will just carry the routes

Re: BGP multipath support

2014-12-21 Thread dave seddon
Greetings, Bird will just carry the routes, and distribute this information to your routers. Your routers will install the routes, and then depending on the router and configuration, the router could install multiple routes via multiple paths. However, if you are using the Linux machine itself

[Qemu-devel] qemu - SCSI disk Device Model, Serial Number, and Firmware Version?

2011-06-07 Thread Dave Seddon
], QEMU, 8); s-version = qemu_strdup(QEMU_VERSION); --- Kind regards, Dave Seddon d...@seddon.ca

Re: [Qemu-devel] qemu - SCSI disk Device Model, Serial Number, and Firmware Version?

2011-06-07 Thread Dave Seddon
example, however the 'dmesg' output is still relevant. Kind regards, Dave Seddon On Tue, 2011-06-07 at 17:04 +1000, Dave Seddon wrote: Greetings, Just wondering if it would be difficult to add the ability to define the SCSI disk Device Model

Re: FreeBSD route tables limited 16?

2010-09-14 Thread Dave Seddon
? Date: Mon, 13 Sep 2010 17:56:37 -0700 Mailer: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 On 9/13/10 5:18 PM, Dave Seddon wrote: Greetings Julian, I've been wondering if it's possible to increase the number of FreeBSD route tables to a larger

ipf ttl question

2005-10-11 Thread Dave+Seddon
Greetings, I'm running ipf+ipnat and proftp. I'm encountering a problem where the data connection is working fine, however because there's a large tranfer no data is tranferred on port 21, so the port 21 session dies (ttl expires). The transfer is running now. How can I change the ttl on

Re: dummynet, em driver, device polling issues :-((

2005-10-05 Thread Dave+Seddon
#define MAX_POLL_BURST_MAX 1 I tried doing this, but encountered the problems with the throughput somehow related to the em cards and gave up. Maybe you're results will be better. Regards, Dave Seddon Ferdinand Goldmann writes: Kevin Day wrote: In one case, we had a system acting

Re: dummynet, em driver, device polling issues :-((

2005-10-04 Thread Dave+Seddon
Jeremie, Sorry for top posting. My time machine is broken :) Kevin, You mention your running at near line rate. What are you pushing or pulling? Whats the rough spec of these machines pushing out this much data? What setting do you have for the polling? I've been trying to do near line

Re: Which em(4) chips work/don't work? [Was: RE: dummynet, em driver, device polling issues :-((]

2005-10-04 Thread Dave+Seddon
Under 5.4 this revision of the em card doesn't work: 82546EB [EMAIL PROTECTED]:1:0: class=0x02 card=0x00db0e11 chip=0x10108086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82546EB Dual Port Gigabit Ethernet Controller (Copper)' class=

Re: problems with em(4)

2005-10-02 Thread Dave+Seddon
of traffic. Regards, Dave Seddon ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: tcpdump based packet generator

2005-10-01 Thread Dave+Seddon
Greetings, Yes I was wondering about doing that the other day. I'd like to here how you go if you do get somewhere. Perhaps this is how the load generators work? I've been using one based on SmartBits, which seems to be linux. Dave Nickolay Kritsky writes: combination of tcpdump and

Re: arplookup problems

2005-09-27 Thread Dave+Seddon
There seem to be serious issues around this driver. There have been many posts on this list in the last days particularly, as well as over the last few months. People seem to be looking at it, and I guess once we all rush out and by other (e.g. broadcom) NICs intel might try to help. dave

Re: em(4) receive part wedging randomly at moderate load

2005-09-26 Thread Dave+Seddon
Can we try running the windows drivers? Wasn't that called project evil. Dave Scott M. Ferris writes: On 9/26/05, Petri Helenius [EMAIL PROTECTED] wrote: Does anyone have the programming data for the chipsets so the driver could be taken further? I've been unable to obtain them from

Re: wierd problems with openvpn [update]

2005-09-22 Thread Dave+Seddon
So ditch pf and let us know. Or swap to ipf Z.C.B. writes: I am positive it is something to do with pf. I copied the exact same config file from the vpn server over to another box and pointed the client at it and it worked perfectly fine. Any one see any thing odd in that pf setup or have

Re: UDP dont fragment bit

2005-09-21 Thread Dave+Seddon
in packets disappearing anyway. Regards, Dave Seddon ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Problems with SK and EM network cards/drivers on my system

2005-09-21 Thread Dave+Seddon
Greetings, There seems to be heaps of people on the list reporting errors with em cards and FreeBSD 5.4 -stable-ish (as in cvsup-ed within the last couple of months). Are there many people running these ok? Perhaps is not the network card so much as some other element of the computer?

Re: iperf results

2005-09-21 Thread Dave+Seddon
Greetings, We would all be very interested to see the complete report. Particularly if you fix up the results for FreeBSD :) Chucks right, we need waaay more info. We don't even know what version of FreeBSD your running. There are lots of sysctl variables to adjust. Here's a bunch I

Re: Problems with SK and EM network cards/drivers on my system

2005-09-18 Thread Dave+Seddon
It would also be interesting to know if you've got device polling enabled. If so, what sysctl settings do you have. Regards, Dave Seddon Mike Tancsa writes: On Sun, 18 Sep 2005 14:15:51 -0400, in sentex.lists.freebsd.net you wrote: Im having an issue with my new linksys eg1032 nic

Re: Efficient use of Dummynet pipes in IPFW

2005-09-18 Thread Dave+Seddon
skipto man ipfw - e.g. ipfw add 10 skipto 4000 all from any to any layer2 out Brett Glass writes: For years, we've used Dummynet in FreeBSD for bandwidth control. Unfortunately, the semantics of IPFW can, at times, make the use of Dummynet awkward and inefficient. For example, suppose

Re: Testing Ethernet Ports

2005-09-01 Thread Dave+Seddon
Greetings, You need a seperate routing table. Try using Xen (http://www.cl.cam.ac.uk/Research/SRG/netos/xen/), or there's a patch floating around for FreeBSD4.9. Dave Barney Wolff writes: On Thu, Sep 01, 2005 at 09:58:14AM -0500, Will Maier wrote: On Thu, Sep 01, 2005 at 10:36:04AM

Re: VLANs / Bridging / BPDU

2005-09-01 Thread Dave+Seddon
Or just interface GigabitEthernet0/1 spanning-tree portfast Or disable spanning tree no spanning-tree vlan 1-100 You could also do some MAC address filtering as the BPDUs are ethernet multicast, but that smacks of hard work. :) Peter Wood writes: Sods law, after working on this

Re: dhclient and ADSL modem trouble...

2005-08-31 Thread Dave+Seddon
What ISP is it? You sure the ISP doesn't use PPPeE? Dave Digital Brain writes: Hi Chuck and thanks for your reply -- unfortunately dhclient still fails to get an IP... Here's a copy of my dhclient.conf: #dhclient config for interface ed0 interface ed0 { send host-name

Re: Aggregate network interfaces

2005-08-25 Thread Dave+Seddon
Greetings, - Gig cards are cheap. - PCI bus throughput is really bad (like 32MB/s) - There is no easy way to bond on FreeBSD, but you can just use multiple IP addresses. It would be cool to have something like Etherchannel, but that doesn't work. Solaris has Etherchannel. Regards, Dave

Re: Aggregate network interfaces

2005-08-25 Thread Dave+Seddon
gig links with traffic going to a sinlge backup host, for example. (I you want to know how I'll have to look that up) Regards, Dave Seddon Evgueni V. Gavrilov writes: In article [EMAIL PROTECTED] you wrote: IP addresses. It would be cool to have something like Etherchannel

Re: two dc cards on 5.4

2005-08-10 Thread Dave+Seddon
mediaopt full-duplex ifconfig_dc1=100baseTX mediaopt full-duplex Regards, Dave Seddon dave writes: Hello, I'm trying to get a pair of netgear cards to work on a 5.4-RELEASE-p6 box. My rc.conf looks as follows: ifconfig_dc0=DHCP ifconfig_dc1=inet 192.168.0.200 netmask 255.255.255.255

Re: two dc cards on 5.4

2005-08-10 Thread Dave+Seddon
mediaopt full-duplex ifconfig_dc1=100baseTX mediaopt full-duplex Regards, Dave Seddon dave writes: Hello, I'm trying to get a pair of netgear cards to work on a 5.4-RELEASE-p6 box. My rc.conf looks as follows: ifconfig_dc0=DHCP ifconfig_dc1=inet 192.168.0.200 netmask 255.255.255.255

Re: Why Ierrs is so high?

2005-08-10 Thread Dave+Seddon
Greetings, Yeah I'd say there is something funny also. I've stuffed around with HZ and polling settings heaps and could only manage about 120MB/s-ish of HTTP traffic. I'm as running 5.4-stable from about 2-3 weeks ago. /etc/sysctl.conf kern.polling.enable=1 kern.polling.each_burst=50

Re: Why Ierrs is so high?

2005-08-10 Thread Dave+Seddon
Greetings, Also, how were you measuring the packet and data rate? What were you using to generate the traffic? I used /usr/ports/benchmark/siege and /usr/ports/www/thttpd. Regards, Dave Mao Shou Yan writes: Hi, all, I have a machine with 3 Intel pro1000 cards. em0 is in

Re: running out of mbufs?

2005-08-03 Thread Dave+Seddon
cool to be able to give a jail it's own IP stack bound to a VLAN interface. It could then be like a VRF on Cisco. Regards, Dave Seddon ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send

Re: running out of mbufs?

2005-08-03 Thread Dave+Seddon
Perhaps a quick fix to the bug would be to output a message to the console when somebody tried to set the tcp.sendspace or tcp.recvspace space 65535 * 2. Regards, Dave Seddon Pieter de Boer writes: Mike Silbersack wrote: net.inet.tcp.sendspace=1024000 net.inet.tcp.recvspace=1024000

running out of mbufs?

2005-08-02 Thread Dave+Seddon
,LOOPBACK,RUNNING,MULTICAST mtu 16384 inet 127.0.0.1 netmask 0xff00 --- Regards, Dave Seddon [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net

Re: running out of mbufs?

2005-08-02 Thread Dave+Seddon
So as for the system losing all network connectivity, do you have any suggestions? regards, Dave Kris Kennaway writes: On Wed, Aug 03, 2005 at 01:49:32PM +1000, Dave+Seddon wrote: Greetings, I'm trying to do some performance testing of a content filtering system, so I'm trying to get

Re: pfil 2.1.1 and Solaris Express: no IPv6

2004-05-06 Thread Dave+Seddon
Greetings, I thought that Sun were actually releasing ipfilter along with all the other GNU packages with version 10. Maybe you should try to use the Sun version of ipfiler? Dave Laurent Blume writes: Hello all, I've noticed that when I replace Sun's oldeer pfil (part of SUNWipfu

Re: IP Filter rdr problem on Solaris 9

2004-05-04 Thread Dave+Seddon
port 2000 tcp -- Regards, Dave Seddon KOVACS Krisztian writes: Hi, Some updates: I've tried a more conventional network setup: ++ bge0 +---+ bge2++ | server |--| proxy |-| client

Re: no cheap routing?

2004-05-04 Thread Dave+Seddon
, if you NAT inbound traffic, such that traffic on one link is NATed to a different address to the other link, then you'll be able to make sure traffic coming in on each link leaves on the same link. Regards, Dave Seddon [EMAIL PROTECTED] writes: I think this question has been asked before

Re: ipnat - local redirection - ANSWER

2004-04-27 Thread Dave+Seddon
Greetings, A friend, more observant than I, noticed the destination address should not have /32. The following works fine: rdr dmfe0 161.117.169.92/32 port 4888 - 161.117.169.92 port 4889 Regards, Dave Dave+Seddon writes: Greetings, I'd like to do a local redirection, to redirect

Re: IPFilter and P3Scan

2004-04-27 Thread Dave+Seddon
Greetings, ooops. sorry the 'rdr' must be to a different interface. rdr fxp1 0.0.0.0/0 port 110 - 127.0.0.1 port 8110 Regards, Dave Paul Armstrong writes: On Tue, Apr 27, 2004 at 08:34:36AM +0200, Fabrice wrote: To: [EMAIL PROTECTED] The example is : ipfw add fwd 192.168.0.254,8110

ipnat - local redirection

2004-04-26 Thread Dave+Seddon
flushed from NAT table 0 entries flushed from NAT list 5: can't resolve hostname: 161.117.169.92/32 5: syntax error in rdr /etc/ipnat.rules: parse error (-1), quitting Any ideas? Regards, Dave Seddon

Re: error with ipf..help!

2004-04-22 Thread Dave+Seddon
. :) I'm not sure how to check if it's using 64bits or not, but I think it is. Regards, Dave Seddon Tirunagaram, Kiran Maye (Kiran Maye) writes: One has to install the pfil package first... I have the following rule that has syntax errors. pass in log quick from a.b.c.d/32 to w.x.y.z/32

RE: [vqadmin] Unable to add domain in vqadmin

2003-12-30 Thread Dave Seddon
vchkpw 4096 Jul 7 12:02 domains -- Dave Seddon Smarter Networks #-Original Message- #From: Kris Northern [mailto:[EMAIL PROTECTED] #Sent: Tuesday, 30 December 2003 10:25 AM #To: [EMAIL PROTECTED] #Subject: [vqadmin] Unable to add domain in vqadmin # #Hello

RE: [vqadmin] problems when assigning quotas

2003-12-19 Thread Dave Seddon
. Thanks, Dave Seddon #-Original Message- #From: Ken Jones [mailto:[EMAIL PROTECTED] #Sent: Wednesday, 17 December 2003 5:17 AM #To: Payal Rathod; [EMAIL PROTECTED] #Subject: Re: [vqadmin] problems when assigning quotas # #On Monday 15 December 2003 3:19 am, Payal Rathod wrote: # Hi

RE: [vqadmin] Load Balancing

2003-11-19 Thread Dave Seddon
well since qmail uses Maildir. Thanks, Dave Seddon Systems Architect Smarter Networks #-Original Message- #From: Giuseppe Meniconi [mailto:[EMAIL PROTECTED] #Sent: Thursday, 20 November 2003 1:35 AM #To: [EMAIL PROTECTED] #Subject: [vqadmin] Load Balancing # #Hi. # #I made a complete

Doco update, FAQ 4.14 - mysql_rlm error.

2003-08-26 Thread Dave Seddon
ion are WITH_MYSQL_VER=40, and WITH_MYSQL_VER=41. This was for verion freeradius 0.8.1. thanks, Dave Seddon

/usr/ports/mail/courier-imap/ authvchkpw?

2003-07-09 Thread Dave Seddon
Greetings, I can't get VPOPMAIL authentication to build with the latest port of /usr/ports/mail/courier-imap/. Several weeks ago I could with an older version, but I can't reproduce this. I've tried modifying the configure arguments in the Makefile, and everything else I can think of. Maybe

[vqadmin] Create Domain: open .qmailadmin-limits failed?

2003-06-23 Thread Dave Seddon
Greetings, I posted a question the other day and haven't had any response at all. Error relates to creating domains, and getting error Create Domain: open .qmailadmin-limits failed. I've since started trying to understand the source. I'm not much of a C person, but it looks to me like the

[vqadmin] vpopmail and vqadmin

2003-06-19 Thread Dave Seddon
Greetings, I'm trying to setup vpopmail vqadmin using MySQL authentication on FreeBSD 4.8. Seems to build ok from the ports, but when I try to add domains with vqadmin I get this error: Create Domain: open .qmailadmin-limits failed I've found reference to this error in the mailing list,

Cisco AvPairs and MySQL (and VRF)

2003-01-30 Thread Dave Seddon
before any interface commands. thanks, Dave Seddon - Would you like to receive faxes to your personal email address? You can with mBox. Visit http://www.mbox.com.au/fax - List info/subscribe/unsubscribe? See http

Re: DSL Accouting?

2003-01-28 Thread Dave Seddon
: Tuesday, January 28, 2003 7:55 pm Subject: Re: DSL Accouting? 28-Jan-03 at 12:20, Dave Seddon ([EMAIL PROTECTED]) wrote : Thanks for your responce. If your DSL box produces RADIUS accounting packets, then I don't see why this would be necessary. Most ISP billing packages

Re: DSL Accouting?

2003-01-27 Thread Dave Seddon
thoughts on whether it should be a seperate module or a modification to the proxy code? A module. Cool. It looks like I can just copy the rlm_detail module. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html thanks, Dave Seddon

Re: DSL Accouting?

2003-01-27 Thread Dave Seddon
would appreciate a holler There are lots of billing system and other programs to graph standard dialup radius accounting. I'm currently thinking a module could recieve an 'alive' and generate a start and a stop, with the difference between two 'alives' calculated. thanks, Dave Seddon

Re: DSL Accouting?

2003-01-27 Thread Dave Seddon
? thanks, Dave On Sun, 26 Jan 2003 04:16 am, Dave Seddon wrote: Greetings, Still wondering how to convert DSL interum updates to standard dail-up type radius accounting. I've done some digging through the source code, and have decided that perhaps I need to create a module, perhaps

Re: DSL Accouting?

2003-01-27 Thread Dave Seddon
How did you cope with counter roll? If you keep doing UPDATE and thecounter rolls, at 32bits, then you'll get an update of a low number and miss out on one metic s#it load of data. The boss wouldn't be very happy. Sorry, I just checked and it seems that the counter roll is at 31 bits

Re: DSL Accouting?

2003-01-25 Thread Dave Seddon
break RFC and allow it to modify the 'alive' and create a 'start' and a 'stop'. Any thoughts on whether it should be a seperate module or a modification to the proxy code? thanks, Dave Seddon - Original Message - From: Dave Seddon [EMAIL PROTECTED] Date: Saturday, January 25, 2003 4:20

DSL Accouting?

2003-01-24 Thread Dave Seddon
, and usage graphs, etc, would all work fine. It would be very nice to build this functionality into Freeradius. -- Perhaps I should email the developers list about how to do this? thanks, Dave Seddon - Would you like to receive