Re: slow transfers 5.3 & Tp-Link TG-3468 1gb nic pci-e

2013-10-25 Thread A B
Thank you for your response. I tried with 5.4-current just updated with no luck. (re.c rev 1.145) Is there anything else to try? Should I write to tech@? Thanks!

Re: RAID Crypt dual booting

2013-10-25 Thread Daniel Aurelio Galeazzo
2013/10/25 Ted Unangst : > With crypto softraid: > installboot copies /boot into a reserved area at the beginning of the > softraid partition. In this case, the /boot file isn't used during > booting. Then it copies biosboot into place, with the block array > filled in with the locations of the cop

Re: iked with rdomain getting an error

2013-10-25 Thread Peter J. Philipp
On 10/25/13 20:40, Reyk Floeter wrote: > On 25.10.2013, at 12:08, Peter J. Philipp wrote: > >> I've been trying to set up a second gif tunnel that's encrypted with >> ipsec (iked for key management), but I'm stuck on an error with iked. >> Here is what I see and have: >> >> # route -T 1 exec iked

Re: iked with rdomain getting an error

2013-10-25 Thread Reyk Floeter
On 25.10.2013, at 12:08, Peter J. Philipp wrote: > I've been trying to set up a second gif tunnel that's encrypted with > ipsec (iked for key management), but I'm stuck on an error with iked. > Here is what I see and have: > > # route -T 1 exec iked -f /etc/iked.conf2 > # Oct 25 17:59:44 uranus

Re: RAID Crypt dual booting

2013-10-25 Thread Ted Unangst
On Fri, Oct 25, 2013 at 19:40, Daniel Aurelio Galeazzo wrote: > Hi all, > > After ~1 year of OpenBSD without need your help (FAQ and man > are very complete) I've a question. I need to dual boot my HD > for Linux Distro (I need Android SDK and I red can't use it into BSD) > but I installed full cr

RAID Crypt dual booting

2013-10-25 Thread Daniel Aurelio Galeazzo
Hi all, After ~1 year of OpenBSD without need your help (FAQ and man are very complete) I've a question. I need to dual boot my HD for Linux Distro (I need Android SDK and I red can't use it into BSD) but I installed full crypt BSD since 5.3 via bioctl. It's not cleary for me where bioctl run into

Re: OSPF and BGP Administrative distances

2013-10-25 Thread Claudio Jeker
On Fri, Oct 25, 2013 at 04:03:43PM +0100, andy wrote: > Hi guys, > > I have an OpenBSD router which receives both OSPF and eBGP routers, but I > want it to route all internet traffic the routes learn't via OSPF (central > routers), and only use the eBGP it's neighbours as backup. > > By default t

Re: Yubikey login: bad file descriptor.

2013-10-25 Thread Stuart Henderson
On 2013-10-25, Pieter Verberne wrote: > On 2013-10-24 19:44, Daniel Hartmeier wrote: >> On Thu, Oct 24, 2013 at 03:07:19PM +0200, Pieter Verberne wrote: >> >>> -r--r- 1 root auth 33 Oct 24 14:47 pieter.key >>> -r--r- 1 root auth 10 Oct 24 14:47 pieter.uid >> >> Your uid file looks

Re: DNS Hosting & Managed DNS

2013-10-25 Thread Chi
I like http://www.rollernet.us Supports DNSSEC, secondary DNS is free to some extent. Chi On Thu, 24 Oct 2013 10:35:51 -0400 Predrag Punosevac wrote: > Hi Misc, > > This is not an OpenBSD specific question but since the list is full of > security and network professionals I would like to solici

iked with rdomain getting an error

2013-10-25 Thread Peter J. Philipp
I've been trying to set up a second gif tunnel that's encrypted with ipsec (iked for key management), but I'm stuck on an error with iked. Here is what I see and have: # route -T 1 exec iked -f /etc/iked.conf2 # Oct 25 17:59:44 uranus iked[32297]: pfkey_reply: message: Network is unreachable Oct 2

Re: DNS Hosting & Managed DNS

2013-10-25 Thread Eric Johnson
On Thu, 24 Oct 2013, Constantine A. Murenin wrote: > BTW, if you start adding DNS servers in far away places around the > world, and with bad connectivity from your target audience, then the > time it takes to resolve your domain for your target audience will > suffer overall, not improve. > > Ye

Re: DNS Hosting & Managed DNS

2013-10-25 Thread Adam Thompson
On 13-10-24 09:35 AM, Predrag Punosevac wrote: Are there any strong opinions on DNS Hosting & Managed DNS providers. We are small Lab currently using ZoneEdit. I believe ZoneEdit was chosen at the time they were free. We are looking to move to something little bit more secure with DNSSEC support

OSPF and BGP Administrative distances

2013-10-25 Thread andy
Hi guys, I have an OpenBSD router which receives both OSPF and eBGP routers, but I want it to route all internet traffic the routes learn't via OSPF (central routers), and only use the eBGP it's neighbours as backup. By default the Administrative distance for the eBGP protocol is 20, while OSPF i

Re: tmux working directory

2013-10-25 Thread Theo de Raadt
> With the latest i386 snapshot, tmux opens a new window in my $HOME. > Previously, it used to start the new shell chdir'd to the working dir > of the window I was opening _from_. > > Is this intended? I remember the opposite change > happened some time ago. Yes, it is intentional. The magic you

tmux working directory

2013-10-25 Thread Jan Stary
With the latest i386 snapshot, tmux opens a new window in my $HOME. Previously, it used to start the new shell chdir'd to the working dir of the window I was opening _from_. Is this intended? I remember the opposite change happened some time ago. Jan