Re: Wireless PCIe (Host AP mode) recommendations

2014-10-27 Thread Gordon Turner
Thanks, Do you know what manufacture / model you have? On 2014-10-27 09:16, jin&hitman&Barracuda wrote: Hi Gordon and list I am using Rt61 for almost two years as a 'ap' mode without any problem. On 27 Oct 2014 01:13, "Gordon Turner" wrote: Hey List, I am plan

Wireless PCIe (Host AP mode) recommendations

2014-10-26 Thread Gordon Turner
Hey List, I am planning a new router / firewall / Wifi AP based on the Supermicro SYS-5015A-EHF-D525 (http://www.newegg.ca/Product/Product.aspx?Item=N82E16816101364) and was hoping that I could get some feedback on PCIe wifi cards. After going over the wireless FAQ and then doing some resear

Re: l2tp / ipsec follow up

2014-07-30 Thread Gordon Turner
On 2014-07-28 08:43, John wrote: On Sun, Jul 27, 2014 at 02:07:34PM -0400, Gordon Turner wrote: On 2014-07-27 10:16, John wrote: >On Sat, Jul 26, 2014 at 05:34:56PM -0400, Gordon Turner wrote: >>On 2014-07-23 20:30, Gordon Turner wrote: > >Does your gateway at 192.168.2.1 kn

Re: l2tp / ipsec follow up

2014-07-27 Thread Gordon Turner
On 2014-07-27 18:04, Stefan Sieg wrote: On 27.07.2014 13:46, Gordon Turner wrote: On 2014-07-27 08:06, Stefan Sieg wrote: >On 26.07.2014 17:34, Gordon Turner wrote: and you need a route to 10.0.0.0/24 for the hosts in your 192.168.2.0/24 network. Without that route your hosts in your LAN h

Re: l2tp / ipsec follow up

2014-07-27 Thread Gordon Turner
On 2014-07-27 08:06, Stefan Sieg wrote: On 26.07.2014 17:34, Gordon Turner wrote: But any attempt to reach the 192.168.2.0/24 network fails. did you set the route on your clients accordingly, so that they know how to reach that network? After connecting the VPN, I tried adding different

Re: l2tp / ipsec follow up

2014-07-26 Thread Gordon Turner
On 2014-07-23 20:30, Gordon Turner wrote: Hey all, Based on the feedback from Daniel and others, I have successfully connected to my OpenBSD instance running behind my router / firewall from an iOS and OSX client on the Internet. (Updated instructions below.) The one issue that I have is that

l2tp / ipsec follow up

2014-07-23 Thread Gordon Turner
Hey all, Based on the feedback from Daniel and others, I have successfully connected to my OpenBSD instance running behind my router / firewall from an iOS and OSX client on the Internet. (Updated instructions below.) The one issue that I have is that requests to the local private network

Re: l2tp / ipsec issue

2014-07-22 Thread Gordon Turner
iptables, based on my previous experience. iOS and OSX VPN clients work fine, but not working for Windows. FYI. Gordon Turner wrote: On 2014-07-22 05:33, Daniel Polak wrote: I'll give it a go with what I found but if anyone who has it working with local authentication can post their ipsec

Re: l2tp / ipsec issue

2014-07-22 Thread Gordon Turner
jul 2014, at 13:05, chenghan tv wrote: OpenBSD L2TP/IPSec will work behind a Linux NAT port forwarding with iptables, based on my previous experience. iOS and OSX VPN clients work fine, but not working for Windows. FYI. Gordon Turner wrote: On 2014-07-22 05:33, Daniel Polak wrote: I'l

Re: l2tp / ipsec issue

2014-07-22 Thread Gordon Turner
On 2014-07-22 05:33, Daniel Polak wrote: I'll give it a go with what I found but if anyone who has it working with local authentication can post their ipsec.conf and npppd.conf, I would appreciate it! Here are my notes, granted I am in the middle of getting things sorted out, so these are not

Re: l2tp / ipsec issue

2014-07-21 Thread Gordon Turner
On 2014-07-21 01:36, chenghan tv wrote: the public_ip in your ipsec.conf should be the external ip of your router, not the openbsd box. Thanks, After making this change, I no long see errors in /var/log/messages, but the device times out trying to connect. I will check other logs to see if

l2tp / ipsec issue

2014-07-20 Thread Gordon Turner
Hey List, I am trying to use OpenBSD 5.5 as an VPN end point for iOS 7.0 and OSX 10.9 native VPN clients, using L2TP / IPsec. At the moment I am running the VPN end point on an internal server and forwarding appropriate ports from the router: - UDP 500 - Internet Key Exchange (IKE) - UD

Re: ERR R and booting a compact flash card

2007-03-17 Thread Gordon Turner
On Sat, 10 Mar 2007 22:39:53 +, Stuart Henderson <[EMAIL PROTECTED]> wrote: > How about trying to pxe-boot bsd.rd and install on the device itself? ... > Even if you ultimately want to use custom scripts to do things then it > would still be worth doing this as a test and if it works, try and w

Re: dd questions

2007-03-14 Thread Gordon Turner
> And I want to rip out just "a" to write to another disk. First, its > imperative to have the fdisk setup correctly, though for a flash device, > creating a whole partition on 3 works well, (fdisk -e sd0, e 3, A6, > follow prompts). > > Once you've got your partition created, remember to dd out

Re: dd questions

2007-03-13 Thread Gordon Turner
On Tue, 13 Mar 2007 20:11:24 +0200, [EMAIL PROTECTED] wrote: > On Tue, Mar 13, 2007 at 01:31:53PM -0400, Gordon Turner wrote: >> I have three questions for the dd savants out there, consider an image > being dd'd that is created with a dd statement like: >> >> dd if=/

Re: dd questions

2007-03-13 Thread Gordon Turner
On Tue, 13 Mar 2007 14:09:09 -0400, "Nick !" <[EMAIL PROTECTED]> wrote: >> Then the step that I was asking about was actually dd'ing the > imageFile.img to the sd0 device. >> >> ie, which of these is correct: >> >> dd if=imageFileName.img of=/dev/rsd0c >> or >> dd if=imageFileName.img of=/dev/rsd0a

Re: dd questions

2007-03-13 Thread Gordon Turner
On Tue, 13 Mar 2007 13:41:43 -0400, "Nick !" <[EMAIL PROTECTED]> wrote: > On 3/13/07, Gordon Turner <[EMAIL PROTECTED]> wrote: >> I have three questions for the dd savants out there, consider an image > being dd'd that is created with a dd statement like: >

dd questions

2007-03-13 Thread Gordon Turner
I have three questions for the dd savants out there, consider an image being dd'd that is created with a dd statement like: dd if=/dev/zero of=imageFileName.img bs=512 count=1014049 and then mounted and prepared to be a fully functioning boot drive and unmounted. Question 1. Writing this ima

Re: ERR R and booting a compact flash card

2007-03-10 Thread Gordon Turner
On Sat, 10 Mar 2007 21:53:30 +0100, Paul de Weerd <[EMAIL PROTECTED]> wrote: > On Sat, Mar 10, 2007 at 02:24:13PM -0500, Gordon Turner wrote: > | --SNIP from biosboot-- > | ERR RRead error. The BIOS returned an error indication when > biosboot > | att

Re: ERR R and booting a compact flash card

2007-03-10 Thread Gordon Turner
On Sat, 10 Mar 2007 17:31:54 +0100, Paul de Weerd <[EMAIL PROTECTED]> wrote: > On Sat, Mar 10, 2007 at 11:33:29AM -0500, Gordon Turner wrote: > | I have a compact flash card that is giving an ERR R on boot. I have > looked > at > | the boot (http://www.openbsd.org/faq/faq14

ERR R and booting a compact flash card

2007-03-10 Thread Gordon Turner
I have a compact flash card that is giving an ERR R on boot. I have looked at the boot (http://www.openbsd.org/faq/faq14.html), which told me that my PBR was most likely messed. Unfortunately I am still at a loss as to how I screwed up. This is in a Soekris net4501 and the script used to create