4 Jan 2002 21:09
23 Jan 2002 16:15
RE: Will ipfilter stay in FreeBSD?
jogegabsd <jogegabsd <at> myrealbox.com>
2002-01-23 15:15:35 GMT
2002-01-23 15:15:35 GMT
AFAIK licensing issues, It was a Topic at the BSD BoF 2001 USENIX Annual Tech conf. OpenBSD don't want to get involve in licensing problems and stuff, so they choose to made their own piece of SW. HTH Gerardo > -----Original Message----- > From: owner-freebsd-questions <at> FreeBSD.ORG > [mailto:owner-freebsd-questions <at> FreeBSD.ORG]On Behalf Of Jens Rehsack > Sent: Sunday, May 05, 2002 5:14 AM > To: Jeff Mitchell > Cc: freebsd-questions <at> freebsd.org > Subject: Re: Will ipfilter stay in FreeBSD? > > > > > Jeff Mitchell wrote: > > > > Hmmm I just stumbled upon some squabbling between Darren Reed > > and the OpenBSD team. ipfilter has already been gutted from > > OpenBSD. > Off-Topic, but does anyone knows the reason? > > Jens > > To Unsubscribe: send mail to majordomo <at> FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo <at> FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
16 Jan 2002 15:15
FreeBSD 4.7-RELEASE and X11R6 build on 5.0-CURRENT in one set
Pavel Burovsky <burp <at> mail.ru>
2002-01-16 14:15:10 GMT
2002-01-16 14:15:10 GMT
Excuse me for, perhaps, plaqued question. FreeBSD 4.7-RELEASE (I obtained it from www.linuxcenter.ru) contains the XFree86 server built on 5.0-CURRENT snapshot(anyway it so reported by XFree86 server). Is it normal? FAQ says it's not. I would pleased for every answer :) Pavel. To Unsubscribe: send mail to majordomo <at> FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
1 Jan 2002 05:51
Problems with ACPI And My PS2 Mouse!!
Brian Black <BlackBsd <at> Mountain.net>
2002-01-01 04:51:53 GMT
2002-01-01 04:51:53 GMT
hey,
I recently installed 5.1R and after boot up, with acpi enabled, my
mouse begins to work incorrectly. when i move the mouse it disappears
and reappears elsewhere when i stop.. Whats Wrong??? When i disable
acpi from boot up the problems goes away?? But i cant disable this
because i need to make use of my usb ports?? I have a Soyo KT333 dragon
lite motherboard if that helps. i guess from what i hear that the
problem might be with the board( I hope not because it cost a lot of
money
) . Could someone shed some light on this problem for me. TIA
_______________________________________________
freebsd-questions <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"
9 Jan 2002 17:55
Re: SSH TCP forwarding: works with v1, not with v2 ssh
Alexander Kabaev <ak03 <at> gte.com>
2002-01-09 16:55:30 GMT
2002-01-09 16:55:30 GMT
> I feel like a newbie, but I can't tell how to rebuild just the openssh > contributed src, rather than the entire OS. Doing a basic make in the > dir fails You should run make in /usr/secure/lib/libssh, /usr/secure/usr.bin/ssh and /usr/secure/usr.sbin/sshd. Or just rebuild and install everything under /usr/secure. To Unsubscribe: send mail to majordomo <at> FreeBSD.org with "unsubscribe freebsd-security" in the body of the message _______________________________________________ freebsd-questions <at> freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"
1 Jan 2002 03:08
Asus K8N-E and slow disk transfer
Armando Fusco <zen53073 <at> zen.co.uk>
2002-01-01 02:08:25 GMT
2002-01-01 02:08:25 GMT
I too have this slow transfer speed problem. Any suggestions? Mando _______________________________________________ freebsd-questions <at> freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe <at> freebsd.org"
2 Jan 2002 18:20
pf.conf + altq problem
Muhammad Reza <beastie <at> mra.co.id>
2002-01-02 17:20:59 GMT
2002-01-02 17:20:59 GMT
Dear list.
My pf.conf not working.
I have pf in bridge machine with xl2 to internet firewall and xl1 to
internal switch. Bridging is ok.
This my simple pf.conf
me="172.16.0.228"
altq on xl1 bandwidth 100% cbq queue {me,dflt}
queue me bandwidth 8Kb
queue dflt bandwidth 16Kb cbq (default)
block log on {xl1,xl2} all
pass out log on xl1 from $me to any keep state
pass log on xl2 from $me to any keep state queue (me)
This rule is match when i try to connect to iperf server
# tcpdump -nett -i pflog0 | grep 172.16.0.228
tcpdump: WARNING: pflog0: no IPv4 address assigned
tcpdump: listening on pflog0, link-type PFLOG
1160655756.150048 rule 3/(match) pass in on xl2: 172.16.0.228.44405 >
128.6.231.102.5001: [|tcp] (DF)
1160655756.150059 rule 2/(match) pass out on xl1: 172.16.0.228.44405 >
128.6.231.102.5001: [|tcp] (DF)
But iperf tell me that this connection is 24.4 Kbits/Sec. (more than
8Kbps)
[root <at> beastie beastie]# iperf -c lss.rutgers.edu
------------------------------------------------------------
Client connecting to lss.rutgers.edu, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 3] local 172.16.0.228 port 44408 connected with 128.6.231.102 port
5001
[ 3] 0.0-16.1 sec 48.0 KBytes 24.4 Kbits/sec
I'm expecting that iperf report it equal with the bandwidth that i
assign to (me) queue pipe.
Is there any thing wrong or i missed something here ???
Please help me
regards
Reza
_______________________________________________
freebsd-net <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe <at> freebsd.org"
RSS Feed