Re: pf.conf something is VERY wrong here, need advice.

2015-04-19 Thread dan mclaughlin
On Sun, 19 Apr 2015 21:07:31 -0400 "System Administrator" wrote: > On 20 Apr 2015 at 0:11, Ton Muller wrote: > > > i have last week setup my old asus laptop, model A6000 ,1GB ram, 80GB HDD. > > > > SK0 is the internal interface. > > RE0 is the WAN interface > > > > i kept my pf.conf as simple

Re: pf.conf something is VERY wrong here, need advice.

2015-04-19 Thread System Administrator
On 20 Apr 2015 at 0:11, Ton Muller wrote: > i have last week setup my old asus laptop, model A6000 ,1GB ram, 80GB HDD. > > SK0 is the internal interface. > RE0 is the WAN interface > > i kept my pf.conf as simple posible to get it start > START CONFIG ## > # > int_if = "sk0" > e

pf.conf something is VERY wrong here, need advice.

2015-04-19 Thread Ton Muller
i have last week setup my old asus laptop, model A6000 ,1GB ram, 80GB HDD. SK0 is the internal interface. RE0 is the WAN interface i kept my pf.conf as simple posible to get it start START CONFIG ## # int_if = "sk0" ext_if = "re0" tcp_services="{ 22,53,113 }" icmp_types="echoreq

Re: Dmesg of Lenovo X250

2015-04-19 Thread Ville Valkonen
Hi, On 19 April 2015 at 02:47, Theo de Raadt wrote: >> dmesg of Lenovo X250 running snapshot dated on: >> -rw-r--r-- 1 1001 0 1889 Apr 15 15:57:09 2015 SHA256.sig >> >> Most of the things work. >> >> List of things that doesn't work: >> - Wireless network, though I'd guess this will sta

Re: Unable to do putty/SSH into fresh openBSD 5.6-install

2015-04-19 Thread Jon S
Thanks for the tip. It gave me some clues, like not reacting at all sometimes, going half way other times and some other inconsistent behaviour. After giving the new box a static IP that it did NOT share with a switch everything works smooth as expected :) 2015-04-19 19:34 GMT+02:00 Kent Fritz :

Re: Unable to do putty/SSH into fresh openBSD 5.6-install

2015-04-19 Thread Kent Fritz
You need to look at debug. From console: # /etc/rc.d/sshd stop sshd(ok) # /usr/sbin/sshd -d Now try to log in and see if you can get any clues from the output. On Sun, Apr 19, 2015 at 10:11 AM, Jon S wrote: > Updated PuTTY from 0,63 to 0,64, but no improvement. > > > Any other ideas? > > 2015-

Re: Unable to do putty/SSH into fresh openBSD 5.6-install

2015-04-19 Thread Riccardo Mottola
Hi, Jon S wrote: Updated PuTTY from 0,63 to 0,64, but no improvement. in my case i was a key exchange not being enabled by default anymore, however a putty update (don't have the version at hand, but it was latest on the official website) fixed it. Else you can play with kex in your sshd_c

Re: Unable to do putty/SSH into fresh openBSD 5.6-install

2015-04-19 Thread Jon S
Updated PuTTY from 0,63 to 0,64, but no improvement. Any other ideas? 2015-04-19 18:22 GMT+02:00 Mike. : > On 4/19/2015 at 5:09 PM Jon S wrote: > > |Hi all! > | > |I just installed a fresh OpenBSD 5.6 on a new machine (booting from > a > |USB-stick and running bsd.rd, installing from ftp.eu.ope

Re: httpd file types

2015-04-19 Thread Nick Holland
On 04/19/15 12:13, Ingo Schwarze wrote: ... >> (waiting for a well-deserved "rtfm ...") > > More like RTFS. The source code of media_find() in httpd.c shows > that "extension" simply means the last dot-separated component of > the filename, or the whole filename in the absence of any dot. Thanks

Re: httpd file types

2015-04-19 Thread Ingo Schwarze
Hi Nick, Nick Holland wrote on Sun, Apr 19, 2015 at 11:45:56AM -0400: > I fear this is a stupid question, I suspect there's something I'm > missing... > > I have a web server. Some files are binary, some are text. Problem is, > few have an "extension". For purpose of example, the OpenBSD file

httpd file types

2015-04-19 Thread Nick Holland
I fear this is a stupid question, I suspect there's something I'm missing... I have a web server. Some files are binary, some are text. Problem is, few have an "extension". For purpose of example, the OpenBSD file sets show the problem very nicely: INSTALL.i386(text. Solvable, list out .i

Unable to do putty/SSH into fresh openBSD 5.6-install

2015-04-19 Thread Jon S
Hi all! I just installed a fresh OpenBSD 5.6 on a new machine (booting from a USB-stick and running bsd.rd, installing from ftp.eu.openbsd.org = networking is fine). All sets are installed. Now i cant ssh(using putty) into the new machine. authlog says "fatal: Timeout before authentication ". My