Re: Unable to open UPS device. [apcupsd]

2016-07-22 Thread Radek
6 17:10:45 +0300 "Kirill Bychkov" wrote: > On Thu, July 14, 2016 15:56, Radek wrote: > > Hi, > > I can not set up apcupsd to work with USB. Any help appreciated. > > > [...] > > > > #dmesg > [...] > > uhidev0 at uhub2 port 1 configuration 1 inte

[5.5] 007_sendmail.patch.sig - a little fix

2014-08-26 Thread Radek
http://ftp.openbsd.org/pub/OpenBSD/patches/5.5/common/007_sendmail.patch.sig And then rebuild and install sendmail: - cd gnu/usr.sbin/sendmail + cd /usr/src/gnu/usr.sbin/sendmail make obj make depend make -- ax

Fw: Re: VLANs isolation

2021-07-20 Thread Radek
should move it to the top of your rule set, > so the traffic that matches this one, does not get evaluated for the rest of > your rules. True, thanks for the hint! On Sat, 17 Jul 2021 10:25:37 -0600 Rosen Iliev wrote: > Hello Radek, > > Your > > - block out on vlan rece

Re: npppd - changing clients' route table

2021-09-12 Thread Radek
Sorry for the late reply, adding ":framed-ip-netmask=255.255.255.0:" doesn't solve the problem. Tested on Win10. On Mon, 22 Feb 2021 14:55:52 +0900 (JST) YASUOKA Masahiko wrote: > Hi, > > On Sun, 21 Feb 2021 19:18:48 +0100 > Radek wrote: > >> The inte

Running redmine on OpenBSD

2021-11-09 Thread Radek
.redmine.org/ 2. https://www.redmine.org/boards/2/topics/496 3. https://web.archive.org/web/20160406041905/http://www.iwebdev.it/blog/?p=229 Thank you! -- Radek

Re: Running redmine on OpenBSD

2021-11-12 Thread Radek
quire any special effort. On Wed, 10 Nov 2021 20:00:39 +0100 Michael Hekeler wrote: > Am 09.11.21 17:56 schrieb Radek: > > Hi @misc, > > Does anyone successfully run redmine[1] on OpenBSD? > > I'd like to install redmine on 7.0/amd64 with httpd and postgresql. I've

Re: Running redmine on OpenBSD

2021-11-12 Thread Radek
Hello Werner, thank you for your installation details. I'll give it a try in a few days. On Thu, 11 Nov 2021 23:57:02 +0800 Werner Boninsegna wrote: > Hello Radek, > > I am running Redmine on OpenBSD 6.8 and I just followed the installation > instructions posted on the Redmi

How to restore vendor-specified MAC address

2021-11-16 Thread Radek
w_MAC. How can I restore the vendor's MAC address? It is 6.8/amd64. -- Radek

Re: How to restore vendor-specified MAC address

2021-11-17 Thread Radek
On Wed, 17 Nov 2021 11:22:42 +0100 Denis Fondras wrote: > Le Wed, Nov 17, 2021 at 05:03:42AM +0100, Radek a écrit : > > > > How can I restore the vendor's MAC address? > > It is 6.8/amd64. > > > > Check dmesg, it will give you the original MAC address

Re: How to restore vendor-specified MAC address

2021-11-17 Thread Radek
On Wed, 17 Nov 2021 17:48:44 +0100 Łukasz Moskała wrote: > > > Dnia 17 listopada 2021 16:39:07 CET, Radek napisał/a: > >On Wed, 17 Nov 2021 11:22:42 +0100 > >Denis Fondras wrote: > > > >> Le Wed, Nov 17, 2021 at 05:03:42AM +0100, Radek a écrit : > >

Re: How to restore vendor-specified MAC address

2021-11-17 Thread Radek
On Wed, 17 Nov 2021 17:33:25 - (UTC) Stuart Henderson wrote: > On 2021-11-17, Radek wrote: > > On Wed, 17 Nov 2021 11:22:42 +0100 > > Denis Fondras wrote: > > > >> Le Wed, Nov 17, 2021 at 05:03:42AM +0100, Radek a écrit : > >> > > >> >

Re: How to restore vendor-specified MAC address

2021-11-18 Thread Radek
On Wed, 17 Nov 2021 22:28:50 +0100 Radek wrote: > On Wed, 17 Nov 2021 17:33:25 - (UTC) > Stuart Henderson wrote: > > > On 2021-11-17, Radek wrote: > > > On Wed, 17 Nov 2021 11:22:42 +0100 > > > Denis Fondras wrote: > > > > > >> L

Re: Running redmine on OpenBSD

2021-11-28 Thread Radek
t;$SERVER_ADDR:$SERVER_PORT" match request header set "Connection" value "close" match response header remove "Server" } relay "http" { listen on $egress port http protocol "http" forward to port $httpd_port } relay "https" { liste

Re: Running redmine on OpenBSD

2021-11-30 Thread Radek
On Mon, 29 Nov 2021 11:19:28 +0100 Łukasz Moskała wrote: > W dniu 28.11.2021 o 18:07, Radek pisze: > > Hello, > > following the official guide [1] and few others webites I finally installed > > my first Ruby on Rails/Puma web app... and it passed the local test by > &

Re: Running redmine on OpenBSD

2021-11-30 Thread Radek
On Tue, 30 Nov 2021 10:04:30 +0100 Łukasz Moskała wrote: > > > Dnia 30 listopada 2021 09:45:15 CET, Radek napisał/a: > >On Mon, 29 Nov 2021 11:19:28 +0100 > >Łukasz Moskała wrote: > > > >> W dniu 28.11.2021 o 18:07, Radek pisze: > >> > Hello,

Routing between different subnets

2021-11-30 Thread Radek
quick from 10.4.26.0/24 to 10.43.0.0/16 pass quick from 10.43.0.0/16 to 10.4.26.0/24 -- Radek

Re: Running redmine on OpenBSD

2021-12-05 Thread Radek
On Tue, 30 Nov 2021 22:31:11 +0100 Łukasz Moskała wrote: > W dniu 30.11.2021 o 16:07, Radek pisze: > > On Tue, 30 Nov 2021 10:04:30 +0100 > > Łukasz Moskała wrote: > > > >> > >> > >> Dnia 30 listopada 2021 09:45:15 CET, Radek napisał/a: >

[7.5/amd64] ipsec + npppd + sasyncd + carp - doesn't pick up the VPN session at switchover

2024-05-27 Thread Radek
listen on 10.0.15.216 #listen on 0.0.0.0 } ipcp IPCP { pool-address 10.0.211.1-10.0.211.253 dns-servers 1.1.1.1 } interface pppx0 address 10.0.211.254 ipcp IPCP bind tunnel from L2TP authenticated by LOCAL to pppx0 Radek

Re: [7.5/amd64] ipsec + npppd + sasyncd + carp - doesn't pick up the VPN session at switchover

2024-05-29 Thread Radek
Thank you, that explains everything. Does wireguard support replication? Will it work properly in my CARP setup? Radek On Mon, 27 May 2024 21:00:40 +0300 Vitaliy Makkoveev wrote: > npppd does not support replication > > > On 27 May 2024, at 19:58, Radek wrote: > > > &g

Re: [7.5/amd64] ipsec + npppd + sasyncd + carp - doesn't pick up the VPN session at switchover

2024-05-30 Thread Radek
rs random addresses from the entire VPN pool and I couldn't cope with IP/user assignment. Any suggestions - what to choose and how to configure it will be welcome. Replication is therefore not a priority. Radek On Thu, 30 May 2024 08:23:35 - (UTC) Stuart Henderson wrote: > On 202

Equal-cost multipath routing - I can't reach every destination via both WANs

2025-04-29 Thread Radek
ved, 100.0% packet loss # Thanks! -- Please do not CC me Radek

npppd/ipsec server on NATed address

2025-04-19 Thread Radek
hing I missed in the configuration that could make the VPN working properly with Windows in this scenario? Thanks! -- Please do not CC me Radek

Which traffic goes over default class

2007-01-16 Thread Bc. Radek Krejca
Hello, I have cbq based altq in pf.conf and I neet to find out which traffic goes over default queue. Is it possible? queue dflt_rl0 bandwidth 128Kb cbq(default) -- Regards, Bc. Radek Krejca [EMAIL PROTECTED] http://www.ceskedomeny.cz http://www.skdomeny.com http

packet loss over nat

2005-08-01 Thread Bc. Radek Krejca
t 0x3f0/6 irq 6 drq 2 fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec biomask 4840 netmask 4840 ttymask 48c2 pctr: 686-class user-level performance counters enabled mtrr: Pentium Pro MTRR support dkcsum: wd0 matched BIOS disk 80 root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 -- Regards, Bc. Radek Krejca [EMAIL PROTECTED] http://www.ceskedomeny.cz http://www.skdomeny.com http://www.starnet.cz

Re: packet loss over nat

2005-08-01 Thread Bc. Radek Krejca
Hi, thank you for response. It was my idea too but pfctl -ss shows about 1 lines. Where I got better information about ports over nat? Thank you Radek 1. srpna 2005, 23:02:15, jste napsal(a): SKQ> On Mon, 2005-08-01 at 21:21 +0200, Bc. Radek Krejca wrote: >> I have pro

Block MAC address

2006-01-13 Thread Bc. Radek Krejca
Hello, I need to restrict some mac addresses or better allow set of addresses and block others. How can I do it? Is there any tool in OpenBSD? -- Regards, Bc. Radek Krejca [EMAIL PROTECTED] http://www.ceskedomeny.cz http://www.skdomeny.com http://www.starnet.cz

C programm for led blink on lpt

2006-01-21 Thread Bc. Radek Krejca
to unsigned type /tmp//ccTe4507.o(.text+0x81): In function `main': : undefined reference to `ioperm' collect2: ld returned 1 exit status -- Regards, Bc. Radek Krejca [EMAIL PROTECTED] http://www.ceskedomeny.cz http://www.skdomeny.com http://www.starnet.cz

<    1   2