Questions tagged [openbsd]

OpenBSD is a free, multi-platform 4.4BSD-based UNIX-like operating system with a focus on security, portability, standardization, code correctness, proactive security and integrated cryptography.

enter image description here

OpenBSD is an open-source operating system derived from 4.4BSD UNIX and is popular for it's focus on security, portability and code correctness. It was forked from in the mid-1990s.

The project strictly incorporates only source code with ISC or BSD compatible licensing (except the ports tree) with the goal of providing software for any use, including commercial. It is funded by the Canadian non-profit, The OpenBSD Foundation, which also supports related projects such as OpenSSH, LibreSSL, OpenSMTPD, and other popular infrastructure software.

Website: http://www.openbsd.org

OpenBSD Foundation: http://www.openbsdfoundation.org

Distrowatch: http://distrowatch.com/table.php?distribution=openbsd

Wikipedia: http://en.wikipedia.org/wiki/OpenBSD

225 questions
0
votes
1 answer

Apache Hangs with Apache Error Logs saying 'Timeout'

I'm running OpenBSD's chrooted httpd process and for the last few days I'm getting random hangups that clear themselves without any intervention on my part. At first I thought it might be a resource problem as SSH was hanging at the same time, but…
dragonmantank
  • 493
  • 3
  • 12
  • 19
0
votes
1 answer

Using NTPD on OpenBSD to get time from Linux using portforwarding

This is a rehash of another question, now that I understand things a bit better. I have the following network set up: NTP 10.21.3.169 | \______________ | \ 10.21.3.160 (eth1) | L1 …
Rich
  • 1,343
  • 7
  • 28
  • 39
0
votes
2 answers

Where is Mysql-server port in openbsd?

What's wrong with mysql-server port?? I can't find it anywhere /usr/ports/database/mysql is mysql-client only =( Please, don't say something like "you shouldn't use ports", only in that case if ports will be wiped out in openbsd. (lol, I hope this…
holms
  • 1,524
  • 7
  • 20
  • 37
0
votes
4 answers

What IP address does my openBSD firewall have?

I have bought one of those Soekris boxes and installed openBSD (flashrd) on it, but now I can't remember if I gave it a 10.0.0.0/255.0.0.0 or a 192.168.0.0/255.255.0.0 IP address. Is there a way to tell using Linux?
Sandra
  • 10,303
  • 38
  • 112
  • 165
0
votes
2 answers

Add route on OpenBSD for DSL modem on external network

I'd like to be able to access my DSL modem, which is acting as a bridge, from within my local network. I've got a setup like this: {Local network 192.168.1/24} | rl0:192.168.1.250 [OpenBSD Router] rl1:up tun0:pppoe …
Brian M. Hunt
  • 181
  • 3
  • 17
0
votes
2 answers

OpenBSD multi-link pppoe

I'm trying to configure OpenBSD to connect to my ISP (teksavvy) using PPP with multi-link enabled, so as to avoid the throttling of the DSLAM last-mile provider (Bell), ala. Tomato/MLPPP. Unfortunately, I cannot seem to get multi-link ppp…
Brian M. Hunt
  • 181
  • 3
  • 17
0
votes
1 answer

OpenBSD logins via SSH seem to be ignoring my configured radius server

I've installed and configured a radius server upon my localhost - it is delegating auth to a remote LDAP server. Initially things look good: I can test via the console: # export user=skemp # export pass=xxx # radtest $user $pass localhost 1812…
user9565
0
votes
2 answers

Burn bootable OpenBSD ISO imagine with Mac OS X (10.6)

I'm trying to make a bootable OpenBSD CD image on Mac OS X Snow Leopard (10.6). Unfortunately, the expected route to success, download + burn with Mac OS X, does not result what seems to be a bootable CD. I suspect the problem lies with the burning…
Brian M. Hunt
  • 181
  • 3
  • 17
0
votes
2 answers

How can I get my OpenVPN server running OpenBSD 4.3 to authenticate against my Windows domain?

I've googled all over the place but none of the pages I have come across include a step-by-step guide showing how to set this up. I'm not a Linux master (although I'm working hard to increase my knowledge of it), and I need to be walked through how…
user49032
  • 195
  • 1
  • 4
  • 12
0
votes
1 answer

Altq limits not being applied to UDP transfers

I have a OpenBSD server acting as a router/firewall with yhr packet filter ruleset shown below, a linux server, and a linux client. When transferring files (using netcat) by TCP, the limits are applied (for example the 100mbit limit in the…
user42511
  • 21
  • 1
0
votes
2 answers

Writing your own Makefile for OpenBSD ports

I have an OpenBSD box running Python 2.6. I want to install py-setuptools, but that package is built against 2.5. I was curious as to what the Makefile for py-setuptools looks like, to see if it mentioned anything about Python 2.5 as a…
The_dude_man
0
votes
0 answers

Wireguard peer rejecting traffic

My Wireguard setup randomly stopped working yesterday and I don't know how to trace the source of the problem. I inspected the traffic with Wireshark and it shows that the traffic gets sent from the local peer to the server, but never gets back. SSH…
0
votes
1 answer

Nginx cannot find files outside of /var/www directory in OpenBSD

I am setting up an nginx webserver for a new website, and I'd like to set the root directory for by webserver to srv, so I created the /srv directory and placed all webserver files there, but nginx is not able to find any files within it. I receive…
skytanium
  • 3
  • 2
0
votes
0 answers

How to create a non-admin user in OpenBSD to be able to login as a root like in Linux-based systems?

Usually, in Linux-based systems I create new user without admin rights (sudo group). I'm able to login as that user via SSH and then, when I need admin rights, I can just, $ su root ...entering pwd... # whoami root In OpenBSD I can't login as a…
0
votes
1 answer

How to add a static route to a host via interface using 'route' tool?

I'm new to *bsd systems. Usually in linux-based I add routes like that: # eth0 ip address ip a add 10.100.1.2 dev eth0 # gw is accessible via eth0 interface ip route add 10.100.2.1 dev eth0 # default route via 10.100.2.1 ip route add default via…
1 2 3
14
15