Re: creating a netbsd router

2017-07-22 Thread dieter roelants
On Wed, 19 Jul 2017 22:33:36 +0200
Johnny Billquist  wrote:

> No. You should not set an ip address on any of the interfaces. You 
> create a bridge interface, connect all the physical interfaces to the 
> bridge interface, and you set an ip address on the bridge interface.

That's not how it works in NetBSD. You cannot add IP addresses to the
bridge interface itself.

dieter


> 
>   Johnny
> 


end of Belgian NetBSD mirrors

2015-03-02 Thread dieter roelants
To my regret I must announce that I soon won't be able to provide some
Belgian mirror services for NetBSD anymore. These are anoncvs.be, cvsweb.be,
ftp.be, and www2.be. They will normally go offline on march 15th. I hope
the short notice doesn't cause any inconvenience.

kind regards
dieter


Re: lighttpd and 404 error

2014-10-29 Thread dieter roelants
On Wed, Oct 29, 2014 at 6:16 AM, scar s...@drigon.com wrote:

 i installed lighttpd from pkgsrc, version lighttpd-1.4.35nb1 and i'm
 just trying to test out the server and get a directory listing of the
 server root.  but when i try to browse to http://localhost i am getting
 a 404 error.

 in lighttpd.conf:
 var.server_root = /srv/www
 server.document-root = server_root + /htdocs


You need to enable dir-listing; see
http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModDirlisting

kind regards,
dieter