netcat slow scan

2006-06-25 Thread atstake atstake
I am probing a host using OpenBSD 3.9-release's netcat. # nc -v -w 3 -z host.com 80-81 If it finds port 80 open and 81 closed it sits there in an endless loop for about 1 minute and 10 seconds and after that it gives a connection time-out error. # nc -v -w 3 -z host.com 80-81 Connection to hos

Yahoo messenger not working

2006-06-25 Thread S t i n g r a y
My Yahoo Messenger on Clients isnt working .. please have a look at my rules & tell whats wrong ? regards intif="epic0" intad="10.0.0.0/16" extif="fxp0" extad="192.168.0.6/32" chadd="10.0.0.6/32" dmzser="10.0.0.1/32" allif="{$extif, intif}" table persist file "/etc/allowedclients" table persi

Re: Opinion of MySQL 5.xx on OpenBSD 3.9...

2006-06-25 Thread Timo Schoeler
thus Marian Hettwer spake: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Ouellet wrote: mysql> status; -- 44 Open tables: 455 Queries per second avg: 5.117 -- # dmesg OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006 [EMAIL PROTECTED]:/usr/src/s

GA-8S661FXM-775 Rev.1 P4 motherboard cannot reboot or halt

2006-06-25 Thread Soner Tari
Hi All, I'm running OpenBSD on a box with GA-8S661FXM-775 Rev.1 motherboard, with the latest bios F4 (please see dmesg below). Previously I know that FreeBSD and Linux could not reboot this hardware, but I was hoping OpenBSD could, but it can't either. Linux can halt though, but others can't halt

DHCP clients cannot connect to internet

2006-06-25 Thread FTP
Hi there, on a 3.9 newly installed box I started DHCPD. The clients do obtain an IP address but cannot go 'out' to the Internet. Here are the different conf files: - ifconfig: vr0: flags=8843 mtu 1500 lladdr x:x:x:x:x:x media: Ethernet autoselect

Re: DHCP clients cannot connect to internet

2006-06-25 Thread Rogier Krieger
On 6/25/06, FTP <[EMAIL PROTECTED]> wrote: on a 3.9 newly installed box I started DHCPD. The clients do obtain an IP address but cannot go 'out' to the Internet. Which is entirely expected behaviour as dhcpd does not provide routing services or NAT features. It provides addresses and configurat

Re: DHCP clients cannot connect to internet

2006-06-25 Thread vladimir plotnikov
Please provide output of: #pfctl -s all and #sysctl net.inet.ip.forwarding and your routing table: On 6/25/06, FTP <[EMAIL PROTECTED]> wrote: Hi there, on a 3.9 newly installed box I started DHCPD. The clients do obtain an IP address but cannot go 'out' to the Internet. -- Thank you. Vl

Re: DHCP clients cannot connect to internet

2006-06-25 Thread FTP
indeed! Makes indeed sense! Thank you for your prompt reply George On Sun, Jun 25, 2006 at 01:23:51PM +0200, Rogier Krieger wrote: > On 6/25/06, FTP <[EMAIL PROTECTED]> wrote: > >on a 3.9 newly installed box I started DHCPD. The clients do obtain an IP > >address but cannot go 'out' to the Inte

Re: DHCP clients cannot connect to internet

2006-06-25 Thread FTP
I don't have pf enabled yet. That's the reason for not being able to route correctly. Thanks George On Sun, Jun 25, 2006 at 01:28:22PM +0200, vladimir plotnikov wrote: > Please provide output of: > > #pfctl -s all > > and > > #sysctl net.inet.ip.forwarding > > and your routing table: > >

Re: GA-8S661FXM-775 Rev.1 P4 motherboard cannot reboot or halt

2006-06-25 Thread Berk D. Demir
Soner Tari wrote: What could be the reason? ACPI? PCI interrupt routing warning in dmesg? Hardware support? Any links? Any ideas please... Did you try with an ACPI enabled kernel? Defining ACPI_DEBUG (sys/dev/acpi/acpivar.h) will be needed. Even the default acpi_debug value is 11, I'm not su

Re: public_html and apache chroot

2006-06-25 Thread Jens Teglhus Møller
On Sat, June 24, 2006 23:57, Tobias Weisserth said: > Hi, > > On Jun 24, 2006, at 9:53 PM, n.v.t n.v.t wrote: > >> Hello, >> >> I hope all of you are in best shape of health. I'm experiencing >> some problems with apache. >> I'm trying to enable Userdirs and keep the chroot. >> >> (root here) >> 1)

Re: lightweight openbsd

2006-06-25 Thread Joachim Schipper
On Sun, Jun 25, 2006 at 01:14:24AM +0300, [EMAIL PROTECTED] wrote: > Thank you very much for info! It will definetely help me! > > > Even when you install all the sets and source code, you only > > need a > > modest amount of space. Are you sure it is worth the hassle > > trying to > > trim things

Re: netcat slow scan

2006-06-25 Thread Joachim Schipper
On Sun, Jun 25, 2006 at 05:41:42PM +1000, atstake atstake wrote: > I am probing a host using OpenBSD 3.9-release's netcat. > > # nc -v -w 3 -z host.com 80-81 > > If it finds port 80 open and 81 closed it sits there in an endless > loop for about 1 minute and 10 seconds and after that it gives a >

Re: Yahoo messenger not working

2006-06-25 Thread Joachim Schipper
On Sun, Jun 25, 2006 at 04:13:20PM +0800, S t i n g r a y wrote: > My Yahoo Messenger on Clients isnt working .. please have a look at my rules > & tell whats wrong ? > > regards > > > intif="epic0" > intad="10.0.0.0/16" > extif="fxp0" > extad="192.168.0.6/32" > chadd="10.0.0.6/32" > dmzser="10

Re: Pulled out an old song..

2006-06-25 Thread Shane J Pearson
Hi Jason, On 2006.06.16, at 6:05 PM, Jason Stubbs wrote: Very interesting article. However, I still don't see how ripped audio might change on each ripping. CD audio data was designed to be constantly streamed. Read into a FIFO buffer, which in turn is read from a DAC with quartz precision

Trouble with auich and Intel 82801DB

2006-06-25 Thread Josh Tolley
I've finally taken the time to look into why sound doesn't work on my laptop under 3.9 RELEASE. The full dmesg is below, however the part I think is most relevant is here: auich0 at pci0 dev 31 function 5 "Intel 82801DB AC97" rev 0x03pci_intr_map: no mapping for pin B Both auich(4) and the suppo

Re: lightweight openbsd

2006-06-25 Thread Josh Tolley
On 6/24/06, Rogier Krieger <[EMAIL PROTECTED]> wrote: If you want to install to a 128M CF, I suppose you're limiting yourself to base39.tgz, etc39.tgz and a few bytes or spare space. I wonder whether flashdist (as is rather popular on Soekris devices) would be an easier tool for you. Citing Goog

Re: Anyone using a Asus K8N-VM or A8V-VM?

2006-06-25 Thread Jasper Lievisse Adriaanse
On Thu, Jun 22, 2006 at 05:29:55PM -0400, Frederick C. Druseikis wrote: > Jasper Lievisse Adriaanse wrote: > > >just a quick question, anyone running OpenBSD/amd64 on an Asus A8N-VM or > >A8V-VM motherboard? Things that work/don't work? > > > > Yes, I'm running -current on an A8V (it's full desig

Re: Anyone using a Asus K8N-VM or A8V-VM?

2006-06-25 Thread Jim Capozzoli
Jasper Lievisse Adriaanse wrote: Hi, just a quick question, anyone running OpenBSD/amd64 on an Asus A8N-VM or A8V-VM motherboard? Things that work/don't work? Thanks, Jasper A8N-VM: http://www.asus.com/products4.aspx?l1=3&l2=15&l3=231&model=768&modelmenu=1 A8V-VM: http://www.asus.com/product

FW: Ntop, Nw. Board Mfg, and CARP

2006-06-25 Thread Barry, Christopher
> -Original Message- > From: Barry, Christopher > Sent: Saturday, June 24, 2006 4:09 PM > To: misc@openbsd.org > Subject: Ntop, Nw. Board Mfg, and CARP > > Hey, > > I'm running CARP on a 3.7 GENERIC router. > > I'm playing w/ ntop, and pressing 'n' repeatedly changes the > displa

Re: How to pass mount protocol traffic (mountd/NFS) using pf?

2006-06-25 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > > i file nfs traffic into the "stuff not supposed to be going through > > the firewall" category. a firewall implies there are bad people on > > one side of it, and you don't want bad people to access nfs, ever. > > i'd use a vpn of some sort to tunnel through the firewa

Re: Configuring pppoe during installation?

2006-06-25 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > Har, har. :-) > However, I don't think it would be a big deal to write a script that > could be run after installation that walked you through your network > setup. And a mention of it in afterboot; 'If you want to set up a > network connection run blahblah script before

nfsroot + ral firmware load -> panic

2006-06-25 Thread bbee
Hi, I upgraded my net4501 to a ral(4) based card, so I switched to netboot + nfsroot for testing to avoid having to mount the CF rw. Bringing the ral interface up gives these panics: # ifconfig ral0 up fatal protection fault in supervisor mode trap type 4 code d261 eip d01f73d1 cs 000

Ruach Qadim - Path To Life Released!

2006-06-25 Thread list
Shalom Friends of Tushiyah Press. The much anticipated release of "Ruach Qadim - The Path To Life" by Andrew Gabriel Roth is happening this week! Pre-orders for the book are available on www.tushiyah.org and should be shipping out by the end of this week. More info will follow on the book, an

Re: Doubts about OpenBSD security.

2006-06-25 Thread Shawn K. Quinn
On Wed, 2006-06-21 at 14:23 -0300, JoC#o Salvatti wrote: > Let's suppose an attacker entered the room where an OpenBSD server is > located in, and by mistake the system administrator has forgotten to > logout the root login session. So the attacker could enter in single > user mode, without the nee

Re: Doubts about OpenBSD security.

2006-06-25 Thread Marcos Laufer
Just put this line in your /etc/profile : TMOUT=900 So after a while noone clicks anything, it will logout automatically and nobody will have access to your server without knowing the root password . --- Departamento de Soporte Tecnico www.ipv4networks.com InternetWorking Solutions Av. Dr. Honor

IPsec + PPP causing slowdown: MTU issue or something else?

2006-06-25 Thread Damon McMahon
Greetings, I have an OpenBSD 3.9-RELEASE wireless gateway using ral(4) in Infrastructure mode to provide a wireless LAN secured using ESP. It is connecting to the internet via IPv4 using kernel ppp(4) and pppd(8) - not userland ppp(8) - and routing to IPv4 wireless clients using NAT in pf.conf te

Re: lightweight openbsd

2006-06-25 Thread Lars Hansson
On Sunday 25 June 2006 06:33, Rogier Krieger wrote: > If you want to install to a 128M CF, I suppose you're limiting > yourself to base39.tgz, etc39.tgz and a few bytes or spare space. You'll have a hard time fitting that on 128Mb. base, etc, man, bsd and bsd.rd adds up to ~170Mb and I doubt leav

Re: IPsec + PPP causing slowdown: MTU issue or something else?

2006-06-25 Thread Matthew Closson
On Mon, 26 Jun 2006, Damon McMahon wrote: Greetings, I have an OpenBSD 3.9-RELEASE wireless gateway using ral(4) in Infrastructure mode to provide a wireless LAN secured using ESP. It is connecting to the internet via IPv4 using kernel ppp(4) and pppd(8) - not userland ppp(8) - and routing to I