| From | Subject | Date |
|---|---|---|
| UID ZERO | Sun Blade 2000 with XVR-1000?
Hi list. I've been offered a Blade 2000 with an XVR-1000 graphics card, and was Anyone have any experience with it? Does it work, and if so, how does it (FWIW, I'm planning on using a Dell 2408WFP 24" TFT with the DVI connector Cheers... | Oct 1, 6:11 pm 2008 |
| Geoff Steckel | Re: HPING or equiv
time sudo ping -f ping This is on a very wimpy box (< 2G). Maybe your network interface geoff steckel | Oct 1, 12:26 pm 2008 |
| Simon Slaytor | Re: HPING or equiv
Hi Geoff, Thanks for the reply, no I don't think it's the box, DMESG below. Ok some test output where the IP pinged is the far end of a /30 subnet If I do a flood PING # time ping -c 1000 -f 80.65.xxx.xxx | Oct 1, 3:24 pm 2008 |
| Fernando Gont | Re: New tcp stack attack
Yes. This is in an unnecessarily-expensive naphta attack. Kind regards, -- | Oct 1, 11:29 am 2008 |
| sslaytor | HPING or equiv
Hi Folks, Looking for a bit of insight from you guys in the know. I've deployed a 4.3 box as a pen test / scanning tool for our network. One of Ok so here's the problem if I do a 'hping -c 10000 -i u100 -1 xx.xx.xx.xx' I In both cases HPING is v2.00.xx something. I've tried HPING3 but the result is So HPING on OBSD is... | Oct 1, 12:15 pm 2008 |
| Leon Dippenaar | New tcp stack attack
Hi there, is there any weight to this new story on slashdot about a new attacker possible to break any tcp stack? Sounds rather Regards | Oct 1, 8:52 am 2008 |
| Jussi Peltola | Re: New tcp stack attack
Most application protocols running on TCP are quite vulnerable to DoS, | Oct 1, 11:56 am 2008 |
| Duncan Patton a Campbell | Re: New tcp stack attack
On Wed, 01 Oct 2008 14:52:29 +0200 Seems possible. Here: http://cr.yp.to/syncookies/archive " | Oct 1, 10:13 am 2008 |
| Fernando Gont | Re: New tcp stack attack
This is simply the naphta attack. They don't really need to "use syn The attack is not new, and they are not proposing any counter-measures. It doesn't mean does this does not need attention... but they are not Kind regards, -- | Oct 1, 11:24 am 2008 |
| Duncan Patton a Campbell | Re: New tcp stack attack
On Wed, 01 Oct 2008 12:24:16 -0300 The impression I got is that they collect enough SYN cookies from | Oct 1, 11:41 am 2008 |
| Fernando Gont | Re: New tcp stack attack
According to a podcast I listened to, this is not what they try to Kind regards, -- | Oct 1, 12:26 pm 2008 |
| Peter J. Philipp | Re: New tcp stack attack
I listened to the podcast and got the idea that the socket is in -p | Oct 1, 12:56 pm 2008 |
| Fernando Gont | Re: New tcp stack attack
That would be Shalunov's netkill attack, which aims at exhausting -- | Oct 1, 1:31 pm 2008 |
| Peter J. Philipp | Re: New tcp stack attack
I looked this up on google, the URL for this attack is here: I listened to the interview's first 5 mi... | Oct 1, 2:11 pm 2008 |
| Stephan A. Rickauer | Re: New tcp stack attack
A little bit less vage info can be found here -- Stephan A. Rickauer ----------------------------------------------------------- | Oct 1, 9:31 am 2008 |
| Claudio Jeker | Re: New tcp stack attack
This article is mostly about exploiting SYN cookies to bring servers into I'm not too concerned about this "fundamental problem with TCP" but as | Oct 1, 9:58 am 2008 |
| Paul de Weerd | Re: New tcp stack attack
On Wed, Oct 01, 2008 at 03:58:22PM +0200, Claudio Jeker wrote: | Oct 1, 10:46 am 2008 |
| Duncan Patton a Campbell | Re: New tcp stack attack
On Wed, 1 Oct 2008 15:58:22 +0200 It seems to me the "problem" is with SYN cookies. | Oct 1, 10:22 am 2008 |
| Dries Schellekens | Re: New tcp stack attack
On Wed, Oct 1, 2008 at 4:22 PM, Duncan Patton a Campbell When I read the pseudo article, I had the impression that the server Cheers, Dries | Oct 1, 10:47 am 2008 |
| Alexander Sabourenkov | Re: New tcp stack attack
SYN cookies are only mentioned to boast about their high-performance tcp "We noticed that certain systems would start resending certain packet Certain (buggy) systems resend certain (invalid/unneeded) responses, lo -- ./lxnt | Oct 1, 10:44 am 2008 |
| amm | compile programs in standalone mode
Hi, int main() for(i=0; msg[i] != '\0'; *(screen++) = 0x1F00 | msg[i], ++i); When i compiled i got a very big main.bin file more then 960MByte, so i So how ... | Oct 1, 7:25 am 2008 |
| Stuart Henderson | Re: Weird pkg_info behavior?
For 4.4/-current, landry@ has written a curses-based package browser, | Oct 1, 5:25 am 2008 |
| Stuart Henderson | Re: DHCP failing to find interface after 20 Interfaces
What does USE_SOCKETS do for you? Perhaps there's another way to | Oct 1, 5:22 am 2008 |
| Dale Carstensen | uvm fault panic
I have two amd64 computers on OpenBSD 4.3. Both had uvm fault problems kernel diagnostic assertion "anon->an_page == NULL" failed: file I did trace and ps in ddb, but another crash before savecore could | Oct 1, 12:23 am 2008 |
| Toni Mueller | Re: uvm fault panic
Hi, recommended procedure (if you can do this): Get a serial console and A better way should be to say # echo 'set image /bsd.mp' > /etc/boot.conf Kind regards, | Oct 1, 3:54 am 2008 |
| Maximo Pech | Re: Limit number of login sessions
It means that I use my computer on a home adsl connection as a ssh tunnel What we are doing is connecting to the ssh server with some ssh client, it I mean, I don't know if there's another way to do it without having to login | Oct 1, 12:15 am 2008 |
| Giancarlo Razzolini | Re: Limit number of login sessions
What about a VPN? You can filter on vpn ip's. -- | Oct 1, 8:44 am 2008 |
| James Hartley | Re: Weird pkg_info behavior?
Look at the -Q option on the pkg_info(1) manpage. | Sep 30, 8:14 pm 2008 |
| Nick Guenther | Re: Weird pkg_info behavior?
I think he's asking for how to read package descriptions without If you are looking for package descriptions, install the ports tree -Nick | Sep 30, 10:47 pm 2008 |
| andrew fresh | Re: Weird pkg_info behavior?
or even l8rZ, BOFH excuse of the day: internet is needed to catch the etherbunny | Sep 30, 11:22 pm 2008 |
| Toni Mueller | Re: ? Recommended News Server
*LOL* There are some "semi-finished" ports floating around in the archives. Kind regards, | Oct 1, 3:49 am 2008 |
| Henning Brauer | Re: pf - queue filter directive sticky?
pf.conf doesn't say it would be sticky anywhere, and, surprise, it -- | Oct 1, 9:43 am 2008 |
| Nick Guenther | Re: esd + mpd
USAGE -d DEVICE force esd to use sound device DEVICE | Oct 1, 1:39 am 2008 |
| Lawrence Teo | Re: Bad MD5 on snapshot i386 install.iso
Joe, I think the MD5 file was out of sync in the past week. I downloaded the i386 install44.iso a few days ago. I just checked the *But* on the day I downloaded it, I was very sure the MD5 file Like you, I thought I had a bad ISO, so I downloaded the ISO file | Sep 30, 11:19 pm 2008 |
| Toni Mueller | Re: uvm_fault again...
Hi, this doesn't have to mean much. I recently wanted to install OpenBSD on a machine which also claimed to Kind regards, | Oct 1, 3:46 am 2008 |
| Maximo Pech | Re: Limit number of login sessions
Users are not in my local network. They will connect from the internet and What kind of module? a kernel module? | Oct 1, 12:03 am 2008 |
| Julian Leyh | Re: Limit number of login sessions
from pf.conf(5): user <user> don't know if that could be useful for your purpose, but it sounds a ... | Oct 1, 3:07 am 2008 |
| Maximo Pech | Re: Limit number of login sessions
That one sounds good. | Oct 1, 12:05 am 2008 |
| previous day | today | next day |
|---|---|---|
| None | October 1, 2008 | None |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Justin C. Sherrill | Mailing list archive |
| Ingo Molnar | [patch 08/13] syslets: x86, add move_user_context() method |
git: | |
| Steven Rostedt | Re: -rt scheduling: wakeup bug? |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
