Re: spamd in blacklist only mode

2013-12-08 Thread Jason McIntyre
On Sun, Dec 08, 2013 at 07:59:48PM +0100, Maurice Janssen wrote: > Hi, > > If I understand the man pages correctly, you should start both spamd and > spamd-setup with the -b option when you want to use spamd in blacklist only > mode. > In /etc/rc.d/spamd, the -b option is set when you have spamd_b

NPPPD

2013-12-08 Thread Or Elimelech
Hi, I've configured nppd server and clients for Linux, Android, iOS, OSX and Windows. This works on all platforms when routing all traffic through VPN except for Windows clients. I can connect to the vpn and I get a route for 0.0.0.0 mask 0.0.0.0 vpn interface but ipconfig shows me 10.0.0

Re: loongson:automatic loading of OpenBSD:YES to 8G ssd No for 500G disk

2013-12-08 Thread Miod Vallat
> 2. change the disk to Seagate 500g disk, install 5.4 release with same > settings. > 1)when power up the notebook, system will hung in the splash screen (Press > Tab to recover | Press Del to setup) > now hit Del, can not enter PMON prompt(nothing happend) > > 2)if power up the notebook and

Re: loongson:automatic loading of OpenBSD:YES to 8G ssd No for 500G disk

2013-12-08 Thread Fung
Sorry, 163.com mail server always eat some lines , so resend email from qq.com and add # disklabel wd0 Few people using loongson notebook? Recently one Chinese organization sale this notebook about 45 $, they dump about 1,000 notebooks in 2 months. http://www.loongsonclub.cn/tg/ Origin

Re: ipv6 static routing

2013-12-08 Thread dikshie
On Mon, Dec 9, 2013 at 7:00 AM, Claudio Jeker wrote: > Check with tcpdump if the packets go out and to the right place. > Maybe try to figure out if they arrive at the destination to figure out > where they get lost. sure, i'll check with tcpdump after working/business hour. -dikshie-

Re: ipv6 static routing

2013-12-08 Thread dikshie
On Mon, Dec 9, 2013 at 2:01 AM, Marios Makassikis wrote: > You can ping6 the gateway, but not a global IPv6 address. It looks > like you have IPv6 > connectivity problem, and not routing/forwarding (i.e.: your gateway > or some other router > further upstream is misconfigured). i checked several

Re: ipv6 static routing

2013-12-08 Thread Claudio Jeker
On Mon, Dec 09, 2013 at 01:54:56AM +0900, dikshie wrote: > On Mon, Dec 9, 2013 at 1:38 AM, Marios Makassikis > wrote: > > Is PF enabled ? If so, perhaps your current rules are IPv4 only. > > Can you ping6 from this host ? > > pf is disable. > > > # ndp -a > Neighbor

spamd in blacklist only mode

2013-12-08 Thread Maurice Janssen
Hi, If I understand the man pages correctly, you should start both spamd and spamd-setup with the -b option when you want to use spamd in blacklist only mode. In /etc/rc.d/spamd, the -b option is set when you have spamd_black=yes in your rc.conf.local. However, spamd-setup is always started wi

Re: Keeping OpenBSD up2date

2013-12-08 Thread Zoran Kolic
If it doesn't matter how you update the system, much easier would be to go binary. I pretty regurarly follow snapshots and update from bsd.rd. Just read faqs about the subject. Packages are also easy to update, with pkg_add. Zoran

Re: Keeping OpenBSD up2date

2013-12-08 Thread Alexander Hall
Lars Bonnesen wrote: >I like OpenBSD for it's easiness, straight forwardness and simpleness >on >daily usage. Unfortunately with the last releases, I find keeping >OpenBSD >up2date between releases to be confusing. Please help me on this one: > >Well... I have been quite happy using cvsup to keep

Re: Keeping OpenBSD up2date

2013-12-08 Thread Nick Holland
Short version: you are doing it wrong. On 12/08/13 09:49, Lars Bonnesen wrote: > I like OpenBSD for it's easiness, straight forwardness and simpleness on > daily usage. Unfortunately with the last releases, I find keeping OpenBSD > up2date between releases to be confusing. Please help me on this o

Re: ipv6 static routing

2013-12-08 Thread Marios Makassikis
On 8 December 2013 17:54, dikshie wrote: > On Mon, Dec 9, 2013 at 1:38 AM, Marios Makassikis > wrote: >> Is PF enabled ? If so, perhaps your current rules are IPv4 only. >> Can you ping6 from this host ? > > pf is disable. > > > # ndp -a > Neighbor Linklayer Address

Re: ipv6 static routing

2013-12-08 Thread dikshie
On Mon, Dec 9, 2013 at 1:38 AM, Marios Makassikis wrote: > Is PF enabled ? If so, perhaps your current rules are IPv4 only. > Can you ping6 from this host ? pf is disable. # ndp -a Neighbor Linklayer Address Netif ExpireS Flags 2001:d30:101:624::64

Re: ipv6 static routing

2013-12-08 Thread Marios Makassikis
Is PF enabled ? If so, perhaps your current rules are IPv4 only. Can you ping6 from this host ? On 8 December 2013 17:00, dikshie wrote: > On Sun, Dec 8, 2013 at 10:14 PM, Marios Makassikis > wrote: >> Your /etc/mygate file can look like this : >> >> # cat /etc/mygate >> 202.249.25.1 >> FE80::21

Re: ipv6 static routing

2013-12-08 Thread dikshie
On Sun, Dec 8, 2013 at 10:14 PM, Marios Makassikis wrote: > Your /etc/mygate file can look like this : > > # cat /etc/mygate > 202.249.25.1 > FE80::21B:2AFF:FEE2:A4C0%vio1 > Make sure you have net.inet6.ip6.forwarding=1 in /etc/sysctl.conf same result with previous one. # ndp -a Neighbor

Re: DNS problem

2013-12-08 Thread Chris Smith
Turns out the problem was with the Internet Guide service. If the IP address from which the query was sent was on the subscriber list then the incorrect info was sent. That's why it worked from one of my networks but not the others. Thanks to all. Chris

Re: Setting quotas on multiple users

2013-12-08 Thread Stuart Henderson
On 2013-12-04, Cyrus wrote: > On 05/12/13 00:38, Otto Moerbeek wrote: >> On Wed, Dec 04, 2013 at 11:56:31PM +1100, Cyrus wrote: >> >>> I have enabled quotas on my system a bit late. I am hoping someone could >>> provide me with a script that could set the quotas for multiple users. I >>> really d

Re: samba and e2fsprogs packages -- 5.4

2013-12-08 Thread Stuart Henderson
On 2013-12-04, Brad Smith wrote: > On 04/12/13 4:44 PM, Vadim Zhukov wrote: >> 2013/12/5 Peter Fraser : >>> samba required the e2fsprogs package. The problem occurs when trying to use >>> samba's net command. >>> The net command requires libuuid. >>> It was not easy to find where libuuid was lo

Keeping OpenBSD up2date

2013-12-08 Thread Lars Bonnesen
I like OpenBSD for it's easiness, straight forwardness and simpleness on daily usage. Unfortunately with the last releases, I find keeping OpenBSD up2date between releases to be confusing. Please help me on this one: Well... I have been quite happy using cvsup to keep my src and ports up2date, but

natting vlans broken? (was: pf: bad icmp packet checksums on vlans when natted to own network address)

2013-12-08 Thread Walter Haidinger
Am 2013-11-23 16:32, schrieb Walter Haidinger: > Since moving to OpenBSD 5.4/i386, I noticed that I cannot ping > some hosts on my vlan2. tcpdump on the receiving machines show > icmp echo-requests having a bad checksum. > > I've managed to trace down the problem to the following pf rule: > match

Re: pf: bad icmp packet checksums on vlans when natted to own network address

2013-12-08 Thread Walter Haidinger
Am 2013-12-06 20:54, schrieb Lawrence Teo: > > On Sat, Nov 23, 2013 at 08:31:56PM +0100, Walter Haidinger wrote: >> Am 2013-11-23 17:41, schrieb mxb: >>> >>> http://marc.info/?l=openbsd-tech&m=138493672609487&w=2 >>> >>> This one might help? >> >> Thanks for the reference but no, unfortunately not

Re: loongson:automatic loading of OpenBSD:YES to 8G ssd No for 500G disk

2013-12-08 Thread f5b
@163.com server eat some lines of my original email full message should be-- http://ftp.openbsd.org/pub/OpenBSD/5.4/loongson/INSTALL.loongson --- To overcome this annoyance, simply change the `moresz' environment variable to a large value (30 or larger

Re: ipv6 static routing

2013-12-08 Thread Marios Makassikis
Your /etc/mygate file can look like this : # cat /etc/mygate 202.249.25.1 FE80::21B:2AFF:FEE2:A4C0%vio1 Make sure you have net.inet6.ip6.forwarding=1 in /etc/sysctl.conf On 8 December 2013 09:59, dikshie wrote: > Hi, > I have an openbsd box with two interface. > > # cat /etc/hostname.vio0 > ine

loongson:automatic loading of OpenBSD:YES to 8G ssd No for 500G disk

2013-12-08 Thread f5b
http://ftp.openbsd.org/pub/OpenBSD/5.4/loongson/INSTALL.loongson --- To overcome this annoyance, simply change the `moresz' environment variable to a large value (30 or larger will do): PMON> set moresz 30 The bootloader will attempt to load the kernel fi

www problem in undeadly.org

2013-12-08 Thread Fung
http://undeadly.org/ in section OpenBSD Errata month is incorrect! they said 2013-13-07 001 RELIABILITY A crash can happen on pflow(4) interface destruction. 2013-13-07 002 SECURITY A memory corruption vulnerability exists in the post-authentication sshd process when an AES-GCM ciph

ipv6 static routing

2013-12-08 Thread dikshie
Hi, I have an openbsd box with two interface. # cat /etc/hostname.vio0 inet 202.249.25.29 255.255.255.224 # cat /etc/mygate 202.249.25.1 # cat /etc/hostname.vio1 inet6 2001:d30:101:624::64 64 !route -n add -inet6 default FE80::21B:2AFF:FEE2:A4C0%vio1 my goal: ipv4 routing should go via interfa