Re: PF and CLamAV "Integration" - how to do it?

2009-03-20 Thread Kamil Monticolo
firewall with security, monitoring capabilities and quite nice web-based GUI for local networks. After some tweaks it works like a charm ;) -- Kamil Monticolo

Re: prioritizing carp interfaces

2009-03-20 Thread Kamil Monticolo
> > Does anybody have experiences demotion couter and ifstated? > > Thanks in advance. > Well, looks interesting, but I didn't try it. It maybe too complicated, when redundancy need to be as simply as possible. Instead of this, you can just add another node(s), this is the safest solution, I think. -- Kamil Monticolo

Re: SOEKRIS - How to install MTR to a Flashdist image

2009-03-24 Thread Kamil Monticolo
in/pkg_add: not an ELF executable $ file `which pkg_add` /usr/sbin/pkg_add: perl script text executable -- Kamil Monticolo

Re: HP 2133

2009-03-26 Thread Kamil Monticolo
thing, without WiFi, but wireless dongle works fine;) -- Kamil Monticolo

Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

2009-03-27 Thread Kamil Monticolo
uot; rev 1.10/3.12 addr 3 uhidev1 at uhub5 port 4 configuration 1 interface 0 " USB Keyboard" rev 1.10/3.10 addr 4 uhidev1: iclass 3/1 ukbd0 at uhidev1: 8 modifier keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev2 at uhub5 port 4 configuration 1 interface 1 " USB Keyboard" rev 1.10/3.10 addr 4 uhidev2: iclass 3/0, 2 report ids uhid0 at uhidev2 reportid 1: input=1, output=0, feature=0 uhid1 at uhidev2 reportid 2: input=3, output=0, feature=0 softraid0 at root root on wd0a swap on wd0b dump on wd0b -- Kamil Monticolo

Re: 4.5 on MSI NetTop

2009-03-27 Thread Kamil Monticolo
essages that indicate that not everything is fully supported yet but the board still runs fine. " Hope this helps a bit. -- Kamil Monticolo

Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

2009-03-27 Thread Kamil Monticolo
don't know what . I'm looking for a solution for two screens only. -- Kamil Monticolo

Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

2009-03-27 Thread Kamil Monticolo
ed X server as you did, but it didn't work for me. Thank you. -- Kamil Monticolo

Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

2009-03-27 Thread Kamil Monticolo
would be great;) Thanks. I'm glad to hear that DualHead works on this card. -- Kamil Monticolo

Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

2009-03-27 Thread Kamil Monticolo
EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "IVM" ModelName"PLE430/431" HorizSync24.0 - 83.0 VertRefresh 55.0 - 76.0 Option "DPMS" EndSection -- Kamil Monticolo

Re: HP Proliant DL385 slower than CentOS for some web connections (over VPN)

2009-03-27 Thread Kamil Monticolo
has issues. > you can bump sysctl recv/sendspace for TCP/IP up to 65535 what throughtput do you have? paste output of vmstat here please -- Kamil Monticolo

Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

2009-03-31 Thread Kamil Monticolo
hen working with DualHead. > Thanks Tobias, this is exactly what I need, I tried to set DualHead option to true option, but I still get one working screen, maybe I did it without quotes. Thanks all you guys for help. -- Kamil Monticolo

Re: Dual-head OpenBSD 4.5 and NVIDIA GeForce 7300 GT

2009-03-31 Thread Kamil Monticolo
On Mon, 30 Mar 2009 11:57:37 +0100 Peter wrote: Peter, thanks a lot, I need to properly set DualHead option, only. -- Kamil Monticolo

Re: Using 2 internet connections on OpenBSD Gateway

2009-04-02 Thread Kamil Monticolo
round-robin load balancing, which assigns a nearly to 50/50 > load? > > Fernando > Then, you have bandwidth management called ALTQ QoS in pf.conf. http://www.openbsd.org/faq/pf/queueing.html -- Kamil Monticolo

Re: Using 2 internet connections on OpenBSD Gateway

2009-04-02 Thread Kamil Monticolo
priorization in pf's rules? > > Fernando > You can assign priorities and also assign queues using bandwidth keyword for example: altq on fxp0 cbq bandwidth 2Mb queue You can find more examples on PF FAQ page. -- Kamil Monticolo

Odp.: Automated remote install

2018-12-17 Thread Kamil Monticolo
/2b4ffc7ace4c5b09f0bf8075693161dc -- Kamil Monticolo Od: owner-m...@openbsd.org w imieniu użytkownika secli...@boxdan.com Wysłane: poniedziałek, 17 grudnia 2018 10:23:08 Do: misc@openbsd.org Temat: Automated remote install Has anyone successfully automated (i.e with

Odp.: Odp.: Automated remote install

2018-12-17 Thread Kamil Monticolo
. -- Kamil Monticolo Od: secli...@boxdan.com Wysłane: poniedziałek, 17 grudnia 2018 14:34:37 Do: Kamil Monticolo DW: misc@openbsd.org Temat: Re: Odp.: Automated remote install On Mon, Dec 17, 2018 at 12:55:44PM +, Kamil Monticolo wrote: >I was using (suprise) Open

Odp.: mirror download speed variation

2019-01-08 Thread Kamil Monticolo
There is small program that helps you determine the closest mirror: https://github.com/lukensmall/pkg_ping I also wrote poor's man script to achieve the same: https://github.com/kmonticolo/OpenBSD/blob/master/testmirrors.sh Kamil Od: owner-m...@openbsd.org

Re: Are there open source firewall distributions which are built on top of OpenBSD?

2019-03-14 Thread Kamil Monticolo
The only one project I found that is actively maintained is https://github.com/sonertari/UTMFW You may also consider ansible playbook to manage pf, for example: https://www.lab-time.it/2017/10/13/openbsd-firewall-with-pf-usin

panic on Dell PowerEdge850 GENERIC.MP 4.0 (dmesg incl.)

2007-03-19 Thread Kamil Monticolo
Hello guys. I'm migrating to 4.0 now and I have problem with panic on couple of my servers on 4.0. Servers crashes irregulary with page fault (6) - (/src/sys says that's an arthmetic fault). All servers crashes with the same EIP d02ce554, so I think it cannot be RAM. Machines have Pentium D with

Re: Saving memory on small machines

2007-03-22 Thread Kamil Monticolo
bin 909K Mar 22 13:53 /usr/lib/libcrypto_pic.a -r--r--r-- 1 root bin 865K Mar 22 13:53 /usr/lib/libcrypto_p.a -r--r--r-- 1 root bin 835K Mar 22 13:53 /usr/lib/libcrypto.a looks fine? Hope this helps. Kamil Monticolo aka birkoff

Re: Saving memory on small machines

2007-03-23 Thread Kamil Monticolo
ut I'm sure it's not recommended way. I think that anybody who wants running up several services on machine with only 48M RAM have also a small disk, so stripped libraries can solve a problem of small disk, thats all. I don't thint this is a low water mark, but (as you can see) it may

Re: prioritize internet browse than download

2007-03-29 Thread Kamil Monticolo
On Thu, 29 Mar 2007 01:25:26 -0700 (PDT) kintaro oe <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Is it possible to prioritize Internet browsing than downloading a file like > downloading installers or iso files? It eats up our network bandwidth. Any > advice? Thanks! man pf.conf /QUEUE

Re: prioritize internet browse than download

2007-03-29 Thread Kamil Monticolo
On Thu, 29 Mar 2007 16:12:07 +0530 "Siju George" <[EMAIL PROTECTED]> wrote: > On 3/29/07, Kamil Monticolo <[EMAIL PROTECTED]> wrote: > > On Thu, 29 Mar 2007 01:25:26 -0700 (PDT) > > kintaro oe <[EMAIL PROTECTED]> wrote: > > > > > Hi Guys,

Re: Booting a Thinkpad T23

2007-04-04 Thread Kamil Monticolo
On Wed, 4 Apr 2007 06:23:54 -0700 (PDT) sweetnsourbkr <[EMAIL PROTECTED]> wrote: > I'm trying into install OpenBSD 4.0 onto my laptop. It's a Pentium 3 1.13 > MHz with 768MB RAM. > > I burned an install CD following the installation instructions. I buned the > cd40.iso first, started a multis

Re: ne3 interface funny behaviour

2007-04-16 Thread Kamil Monticolo
Does ne3 works good on other system? Maybe card is bad? Did you try to swap pcmia cards over the slots? birkoff

Re: motherboard/nics advices for an OpenBSD firewall?

2008-06-17 Thread Kamil Monticolo
have gigabit NICs and running really nice as NAT up to 80Mbps with fully CARP support. -- Kamil Monticolo <[EMAIL PROTECTED]>